Skip to content

Commit

Permalink
[PATCH] x86_64: Remove unused macro in preempt support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 16, 2005
1 parent cdd219c commit dc37db4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/x86_64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc37db4

Please sign in to comment.