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

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linux Kernel Mailing List <linux-kernel@...>, Ingo Molnar <mingo@...>
Cc: <git-commits-head@...>
Date: Saturday, February 2, 2008 - 6:36 pm

On Thu, Jan 31, 2008 at 01:59:30AM +0000, Linux Kernel Mailing List wrote:

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
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: x86: fix arch/x86/kernel/test_nx.c modular build bug, Sam Ravnborg, (Sat Feb 2, 6:36 pm)
Re: x86: fix arch/x86/kernel/test_nx.c modular build bug, H. Peter Anvin, (Sat Feb 2, 7:12 pm)
Re: x86: fix arch/x86/kernel/test_nx.c modular build bug, H. Peter Anvin, (Sat Feb 2, 7:54 pm)