Re: [PATCH] Re: linking problem with 2.6.0-test6-bk10 (fwd)

From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 12/07/03

  • Next message: Paul P Komkoff Jr: "Re: amanda vs 2.6"
    Date:	Sun, 7 Dec 2003 12:44:00 +0100
    To: Dave Jones <davej@redhat.com>
    
    

    Hi Dave,

    the trivial patch by Nuno Monteiro forwarded below still applies against
    -test11. Is there a reason why it wasn't applied?

    cu
    Adrian

    ----- Forwarded message from Nuno Monteiro <nmonteiro@uk2.net> -----

    Date: Fri, 10 Oct 2003 02:42:06 +0100
    From: Nuno Monteiro <nmonteiro@uk2.net>
    To: Dave Jones <davej@redhat.com>
    Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org
    Subject: Re: [PATCH] Re: linking problem with 2.6.0-test6-bk10

    On 2003.10.10 01:55, Dave Jones wrote:
    >
    > As well as looking pretty ugly, I can't convince myself this is safe.
    > I think it's going to be better off making that whole code compile out
    > if MTRRs are disabled. MTRR is a must-have if we want this code to actually
    > work anyway.
    >
    > Either change the ifdef at the top of centaur.c to
    > #ifdef CONFIG_X86_OOSTORE && CONFIG_MTRR, or futz around it in the
    > Kconfig, by changing the X86_OOSTORE depends line to
    >

    Hi Dave,

    Right you are :)

    Here is the updated fix.

    --- linux-2.6.0-test7/arch/i386/Kconfig.orig 2003-10-10 02:24:47.000000000 +0100
    +++ linux-2.6.0-test7/arch/i386/Kconfig 2003-10-10 02:16:14.000000000 +0100
    @@ -394,7 +394,7 @@ config X86_USE_3DNOW
     
     config X86_OOSTORE
             bool
    - depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6
    + depends on (MWINCHIP3D || MWINCHIP2 || MWINCHIPC6) && MTRR
             default y
     
     config HPET_TIMER
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    ----- End forwarded message -----

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Paul P Komkoff Jr: "Re: amanda vs 2.6"

    Relevant Pages

    • Re: XFS breakage in 2.6.18-rc1
      ... system disk too who had to take the hit. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: How to run an a.out file in a kernel module
      ... called in a kernel module using call_usermodehelper ... Please read the FAQ at http://www.tux.org/lkml/ ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: XFS Bug null pointer dereference in xfs_free_ag_extent
      ... I also filed bug 6877 at kernel.org ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [patch] remove unused acct variables from task_struct
      ... struct mempolicy *mempolicy; ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: DIPC alpha2 for i386, Alpha, SPARC, and M68k
      ... there seems to be a delay on cs.uwindsor.ca between the time you upload something and the time it actually shows up on the page. ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)