소스 검색

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