Explorar o código

sh: Move over sh64 switch_to and stack unwinder.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt %!s(int64=17) %!d(string=hai) anos
pai
achega
7cfee5ac3e

+ 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