projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee43a84
)
sh: Kill off unused defines from asm/smp.h.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 6 Aug 2008 08:29:14 +0000
(17:29 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Sep 2008 01:35:02 +0000
(10:35 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/smp.h
patch
|
blob
|
history
diff --git
a/arch/sh/include/asm/smp.h
b/arch/sh/include/asm/smp.h
index
593343c
..
e2b79e6
100644
(file)
--- a/
arch/sh/include/asm/smp.h
+++ b/
arch/sh/include/asm/smp.h
@@
-21,11
+21,6
@@
extern int __cpu_number_map[NR_CPUS];
extern int __cpu_logical_map[NR_CPUS];
#define cpu_logical_map(cpu) __cpu_logical_map[cpu]
-/* I've no idea what the real meaning of this is */
-#define PROC_CHANGE_PENALTY 20
-
-#define NO_PROC_ID (-1)
-
#define SMP_MSG_FUNCTION 0
#define SMP_MSG_RESCHEDULE 1
#define SMP_MSG_FUNCTION_SINGLE 2