From: Magnus Damm <damm@xxxxxxxxxx> Add support for sh4al-dsp processors such as sh7722. Signed-off-by: Magnus Damm <damm at igel.co.jp> --- kexec/arch/sh/kexec-sh.c | 1 + 1 file changed, 1 insertion(+) --- 0001/kexec/arch/sh/kexec-sh.c +++ work/kexec/arch/sh/kexec-sh.c 2008-08-20 19:07:47.000000000 +0900 @@ -105,6 +105,7 @@ const struct arch_map_entry arches[] = { { "sh3", KEXEC_ARCH_DEFAULT }, { "sh4", KEXEC_ARCH_DEFAULT }, { "sh4a", KEXEC_ARCH_DEFAULT }, + { "sh4al-dsp", KEXEC_ARCH_DEFAULT }, { 0 }, };