sparc,leon: Introduce the sparc-leon CPU type.
Add sparc_leon enum, M_LEON|M_LEON3_SOC machine. Add compilation of leon.c in mm and kernel if CONFIG_SPARC_LEON is defined. Add sparc_leon dependent initialization to switch statements + head.S. Signed-off-by: Konrad Eisele <konrad@gaisler.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
97fb58fa9b
commit
0fd7ef1fe0
@@ -33,6 +33,7 @@ void __init load_mmu(void)
|
||||
break;
|
||||
case sun4m:
|
||||
case sun4d:
|
||||
case sparc_leon:
|
||||
ld_mmu_srmmu();
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user