tree 75abfddc142768452aa1fdde0fe4cd0982d60a20
parent cdd219cd1f9e657aead247dfa1ecfdeb37efdf70
author Andi Kleen <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:05 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:05 -0700
[PATCH] x86_64: Remove unused macro in preempt support
Remove unused macro in preempt support
Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
x86_64/kernel/entry.S | 5 +----
1 files changed, 1 insertion(+), 4 deletions(-)
Index: arch/x86_64/kernel/entry.S
===================================================================
--- ee5a3c58d6cb74d8fd9b0fe823c51d554ef115de/arch/x86_64/kernel/entry.S
(mode:100644 sha1:887c5f017d28694c8495769a4df04fddaac6389d)
+++ 75abfddc142768452aa1fdde0fe4cd0982d60a20/arch/x86_64/kernel/entry.S
(mode:100644 sha1:3233a15cc4e074c00b75569f21c2844ee280b214)
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html