Re: x86: fix arch/x86/kernel/test_nx.c modular build bug

Previous thread: 2.6.24 x86 apm module name change not in Kconfig by A.E.Lawrence on Saturday, February 2, 2008 - 5:59 pm. (1 message)

Next thread: Problem burning DVDs with Marvell 88SE6121 on pata_marvell by Mike Hokenson on Saturday, February 2, 2008 - 6:30 pm. (3 messages)
To: Linux Kernel Mailing List <linux-kernel@...>, Ingo Molnar <mingo@...>
Cc: <git-commits-head@...>
Date: Saturday, February 2, 2008 - 6:36 pm

This should have used _ASM_PTR from asm.h:

#ifdef CONFIG_X86_32
/* 32 bits */

# define _ASM_PTR " .long "
...
#else
/* 64 bits */

# define _ASM_PTR " .quad "

Sam
--

To: Sam Ravnborg <sam@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>, Ingo Molnar <mingo@...>, <git-commits-head@...>
Date: Saturday, February 2, 2008 - 7:12 pm

There is an even better patch now in upstream.

-hpa
--

To: Sam Ravnborg <sam@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>, Ingo Molnar <mingo@...>, <git-commits-head@...>
Date: Saturday, February 2, 2008 - 7:54 pm

Sorry, not in upstream; *queued* for upstream (in x86.git#master).

-hpa
--

Previous thread: 2.6.24 x86 apm module name change not in Kconfig by A.E.Lawrence on Saturday, February 2, 2008 - 5:59 pm. (1 message)

Next thread: Problem burning DVDs with Marvell 88SE6121 on pata_marvell by Mike Hokenson on Saturday, February 2, 2008 - 6:30 pm. (3 messages)