]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Move over sh64 switch_to and stack unwinder.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 19 Nov 2007 10:00:41 +0000 (19:00 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:47 +0000 (13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh5/Makefile
arch/sh/kernel/cpu/sh5/switchto.S [moved from arch/sh64/kernel/switchto.S with 100% similarity]
arch/sh/kernel/cpu/sh5/unwind.c [moved from arch/sh64/kernel/unwind.c with 100% similarity]

index 9778f9bdff3a81acee13616abca2a1a45ec5ca37..7ea10732b5cc69949401c55d87c278b2e26965aa 100644 (file)
@@ -1 +1,3 @@
-obj-y := entry.o
+obj-y := entry.o switchto.o
+
+obj-$(CONFIG_KALLSYMS)         += unwind.o