فهرست منبع

sh: Move over sh64 switch_to and stack unwinder.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 سال پیش
والد
کامیت
7cfee5ac3e
3فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      arch/sh/kernel/cpu/sh5/Makefile
  2. 0 0
      arch/sh/kernel/cpu/sh5/switchto.S
  3. 0 0
      arch/sh/kernel/cpu/sh5/unwind.c

+ 3 - 1
arch/sh/kernel/cpu/sh5/Makefile

@@ -1 +1,3 @@
-obj-y := entry.o
+obj-y := entry.o switchto.o
+
+obj-$(CONFIG_KALLSYMS)		+= unwind.o

+ 0 - 0
arch/sh64/kernel/switchto.S → arch/sh/kernel/cpu/sh5/switchto.S


+ 0 - 0
arch/sh64/kernel/unwind.c → arch/sh/kernel/cpu/sh5/unwind.c