diff options
Diffstat (limited to 'arch/arm/mach-s3c6410/cpu.c')
-rw-r--r-- | arch/arm/mach-s3c6410/cpu.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/cpu.c b/arch/arm/mach-s3c6410/cpu.c index fbca763fa486..c3e317c16502 100644 --- a/arch/arm/mach-s3c6410/cpu.c +++ b/arch/arm/mach-s3c6410/cpu.c | |||
@@ -58,6 +58,12 @@ void __init s3c6410_init_clocks(int xtal) | |||
58 | s3c24xx_register_baseclocks(xtal); | 58 | s3c24xx_register_baseclocks(xtal); |
59 | } | 59 | } |
60 | 60 | ||
61 | void __init s3c6410_init_irq(void) | ||
62 | { | ||
63 | /* VIC0 is missing IRQ7, VIC1 is fully populated. */ | ||
64 | s3c64xx_init_irq(~0 & ~(1 << 7), ~0); | ||
65 | } | ||
66 | |||
61 | struct sysdev_class s3c6410_sysclass = { | 67 | struct sysdev_class s3c6410_sysclass = { |
62 | .name = "s3c6410-core", | 68 | .name = "s3c6410-core", |
63 | }; | 69 | }; |