Skip to content

Commit

Permalink
[PATCH] x86_64: Remove duplicate __cpuinit define
Browse files Browse the repository at this point in the history
Remove duplicate __cpuinit in smp.c. Already defined in init.h which is
already included.

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Ashok Raj authored and Linus Torvalds committed Nov 15, 2005
1 parent 47492d3 commit e9b59d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86_64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include <asm/proto.h>
#include <asm/apicdef.h>

#define __cpuinit __init

/*
* Smarter SMP flushing macros.
* c/o Linus Torvalds.
Expand Down

0 comments on commit e9b59d8

Please sign in to comment.