diff options
author | Andi Kleen <ak@suse.de> | 2005-04-16 15:25:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 15:25:05 -0700 |
commit | dc37db4d8cb376bb67c6357c50d707ced3d71c39 (patch) | |
tree | 75abfddc142768452aa1fdde0fe4cd0982d60a20 /arch | |
parent | cdd219cd1f9e657aead247dfa1ecfdeb37efdf70 (diff) | |
download | linux-dc37db4d8cb376bb67c6357c50d707ced3d71c39.tar.gz linux-dc37db4d8cb376bb67c6357c50d707ced3d71c39.tar.bz2 linux-dc37db4d8cb376bb67c6357c50d707ced3d71c39.zip |
[PATCH] x86_64: Remove unused macro in preempt support
Remove unused macro in preempt support
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/kernel/entry.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86_64/kernel/entry.S b/arch/x86_64/kernel/entry.S index 887c5f017d28..3233a15cc4e0 100644 --- a/arch/x86_64/kernel/entry.S +++ b/arch/x86_64/kernel/entry.S @@ -44,10 +44,7 @@ .code64 -#ifdef CONFIG_PREEMPT -#define preempt_stop cli -#else -#define preempt_stop +#ifndef CONFIG_PREEMPT #define retint_kernel retint_restore_args #endif |