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
@@ -45,6 +45,7 @@
|
||||
#include <asm/pcic.h>
|
||||
#include <asm/cacheflush.h>
|
||||
#include <asm/irq_regs.h>
|
||||
#include <asm/leon.h>
|
||||
|
||||
#include "kernel.h"
|
||||
#include "irq.h"
|
||||
@@ -661,6 +662,10 @@ void __init init_IRQ(void)
|
||||
sun4d_init_IRQ();
|
||||
break;
|
||||
|
||||
case sparc_leon:
|
||||
leon_init_IRQ();
|
||||
break;
|
||||
|
||||
default:
|
||||
prom_printf("Cannot initialize IRQs on this Sun machine...");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user