|
@@ -37,6 +37,7 @@ struct machine_desc {
|
|
struct meminfo *);
|
|
struct meminfo *);
|
|
void (*reserve)(void);/* reserve mem blocks */
|
|
void (*reserve)(void);/* reserve mem blocks */
|
|
void (*map_io)(void);/* IO mapping function */
|
|
void (*map_io)(void);/* IO mapping function */
|
|
|
|
+ void (*init_early)(void);
|
|
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);
|