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

2008-02-02 Thread H. Peter Anvin
H. Peter Anvin wrote: There is an even better patch now in upstream. Sorry, not in upstream; *queued* for upstream (in x86.git#master). -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

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

2008-02-02 Thread H. Peter Anvin
Sam Ravnborg 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 " There is an even better patch now in upstream. -hpa -- To unsubscribe from this list: send

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

2008-02-02 Thread Sam Ravnborg
> Parent: f034347470e486835ccdcd7a5bb2ceb417be11c4 > Author: Ingo Molnar <[EMAIL PROTECTED]> > AuthorDate: Wed Jan 30 23:27:58 2008 +0100 > Committer: Ingo Molnar <[EMAIL PROTECTED]> > CommitDate: Wed Jan 30 23:27:58 2008 +0100 > > x86: fix arch/x86/kernel/test_nx.c modul