|
@@ -43,6 +43,7 @@ struct machine_desc {
|
|
void (*init_irq)(void);
|
|
void (*init_irq)(void);
|
|
struct sys_timer *timer; /* system tick timer */
|
|
struct sys_timer *timer; /* system tick timer */
|
|
void (*init_machine)(void);
|
|
void (*init_machine)(void);
|
|
|
|
+ void (*init_late)(void);
|
|
#ifdef CONFIG_MULTI_IRQ_HANDLER
|
|
#ifdef CONFIG_MULTI_IRQ_HANDLER
|
|
void (*handle_irq)(struct pt_regs *);
|
|
void (*handle_irq)(struct pt_regs *);
|
|
#endif
|
|
#endif
|