commit | bbad0b669d33f3023cfe70ec79ba5ea487afca59 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Aug 30 19:37:16 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Aug 30 16:05:16 2006 -0700 |
tree | ea873666050096e8ff0876e610ee9e78eb40c6ab | |
parent | 40dd2d20f220eda1cd0da8ea3f0f9db8971ba237 [diff] |
[PATCH] x86_64: Remove __KERNEL__ ifdef around _syscall*() After all their only point is having them in user space. On x86-64 they don't even work in kernel space. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>