]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Exception vector rework and SH-2/SH-2A support.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Sun, 5 Nov 2006 07:15:19 +0000 (16:15 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 6 Dec 2006 01:45:36 +0000 (10:45 +0900)
commitd42c3f15eecc1d73b7f0bc7e87c077e817b2864e
treeaa2449880c12310ccb92540bfd63e43e8a568745
parent76446ba639c90df55d1236c61f9f3b81eb69110d
sh: Exception vector rework and SH-2/SH-2A support.

This splits out common bits from the existing exception handler for
use between SH-2/SH-2A and SH-3/4, and adds support for the SH-2/2A
exceptions.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh2/entry.S [new file with mode: 0644]
arch/sh/kernel/cpu/sh2/ex.S [new file with mode: 0644]
arch/sh/kernel/cpu/sh3/Makefile
arch/sh/kernel/cpu/sh3/entry.S [new file with mode: 0644]
arch/sh/kernel/cpu/sh4/Makefile
arch/sh/kernel/entry-common.S [new file with mode: 0644]
arch/sh/kernel/entry.S [deleted file]
arch/sh/kernel/head.S