From: Paul Mundt Date: Mon, 19 Nov 2007 10:00:41 +0000 (+0900) Subject: sh: Move over sh64 switch_to and stack unwinder. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7cfee5ac3edd3b4226018da6aad87334793cb1c5;p=linux-beck.git sh: Move over sh64 switch_to and stack unwinder. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/cpu/sh5/Makefile b/arch/sh/kernel/cpu/sh5/Makefile index 9778f9bdff3a..7ea10732b5cc 100644 --- a/arch/sh/kernel/cpu/sh5/Makefile +++ b/arch/sh/kernel/cpu/sh5/Makefile @@ -1 +1,3 @@ -obj-y := entry.o +obj-y := entry.o switchto.o + +obj-$(CONFIG_KALLSYMS) += unwind.o diff --git a/arch/sh64/kernel/switchto.S b/arch/sh/kernel/cpu/sh5/switchto.S similarity index 100% rename from arch/sh64/kernel/switchto.S rename to arch/sh/kernel/cpu/sh5/switchto.S diff --git a/arch/sh64/kernel/unwind.c b/arch/sh/kernel/cpu/sh5/unwind.c similarity index 100% rename from arch/sh64/kernel/unwind.c rename to arch/sh/kernel/cpu/sh5/unwind.c