Re: [PATCH v3 2/6] x86: Move syscall and sysenter setup into kernel/cpu/common.c

2014-05-02 Thread H. Peter Anvin
On 05/02/2014 01:15 PM, Andy Lutomirski wrote: > This just moves code around. > > Signed-off-by: Andy Lutomirski One more thing: please explain *why* here. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH v3 2/6] x86: Move syscall and sysenter setup into kernel/cpu/common.c

2014-05-02 Thread Andy Lutomirski
This just moves code around. Signed-off-by: Andy Lutomirski --- arch/x86/include/asm/proto.h | 2 -- arch/x86/kernel/cpu/common.c | 32 arch/x86/vdso/vdso32-setup.c | 30 -- 3 files changed, 32 insertions(+), 32 deletions(-) diff

[PATCH v3 2/6] x86: Move syscall and sysenter setup into kernel/cpu/common.c

2014-05-02 Thread Andy Lutomirski
This just moves code around. Signed-off-by: Andy Lutomirski l...@amacapital.net --- arch/x86/include/asm/proto.h | 2 -- arch/x86/kernel/cpu/common.c | 32 arch/x86/vdso/vdso32-setup.c | 30 -- 3 files changed, 32 insertions(+), 32

Re: [PATCH v3 2/6] x86: Move syscall and sysenter setup into kernel/cpu/common.c

2014-05-02 Thread H. Peter Anvin
On 05/02/2014 01:15 PM, Andy Lutomirski wrote: This just moves code around. Signed-off-by: Andy Lutomirski l...@amacapital.net One more thing: please explain *why* here. -hpa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to