Re: [PATCH 08/16] x86: use get_personality()

2008-02-23 Thread WANG Cong
From: Ingo Molnar <[EMAIL PROTECTED]> Subject: Re: [PATCH 08/16] x86: use get_personality() Date: Sat, 23 Feb 2008 11:19:54 +0100 Message-ID: <[EMAIL PROTECTED]> > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > * WANG Cong <[EMAIL PROTECTED]> wrote:

Re: [PATCH 08/16] x86: use get_personality()

2008-02-23 Thread Ingo Molnar
* WANG Cong <[EMAIL PROTECTED]> wrote: > Use get_personality() macro instead of explicit reference for x86 > code. thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[PATCH 08/16] x86: use get_personality()

2008-02-23 Thread WANG Cong
Use get_personality() macro instead of explicit reference for x86 code. Signed-off-by: WANG Cong <[EMAIL PROTECTED]> Cc: Ingo Molnar <[EMAIL PROTECTED]> --- arch/x86/ia32/sys_ia32.c |6 +++--- arch/x86/kernel/process_32.c |2 +- arch/x86/kernel/process_64.c |2 +- arch/x86/kerne