浏览代码

sh: Kill off unused defines from asm/smp.h.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 年之前
父节点
当前提交
04ec080dca
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      arch/sh/include/asm/smp.h

+ 0 - 5
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