tree f26bc67157c308cd93c47bddd59a740e4dcc62dd
parent 9d8268ed9fef7b308ee4ecd0e33d4656d7a44c03
author Andi Kleen <[EMAIL PROTECTED]> Tue Apr 12 08:25:35 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:25:35 2005

[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]>

 entry.S |    5 +----
 1 files changed, 1 insertion(+), 4 deletions(-)

Index: arch/x86_64/kernel/entry.S
===================================================================
--- 41589da99f8f147a2e7336c88efb5d332c282996/arch/x86_64/kernel/entry.S  
(mode:100644 sha1:71b5d2ef24981dd6bdc87a311d645924d8e724ad)
+++ f26bc67157c308cd93c47bddd59a740e4dcc62dd/arch/x86_64/kernel/entry.S  
(mode:100644 sha1:f9ee0a0bc7f6541e63bad923c066959813516f44)
@@ -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

Reply via email to