|
@@ -30,6 +30,8 @@ struct cpu {
|
|
|
|
|
|
extern void boot_cpu_init(void);
|
|
extern void boot_cpu_init(void);
|
|
extern void boot_cpu_state_init(void);
|
|
extern void boot_cpu_state_init(void);
|
|
|
|
+extern void cpu_init(void);
|
|
|
|
+extern void trap_init(void);
|
|
|
|
|
|
extern int register_cpu(struct cpu *cpu, int num);
|
|
extern int register_cpu(struct cpu *cpu, int num);
|
|
extern struct device *get_cpu_device(unsigned cpu);
|
|
extern struct device *get_cpu_device(unsigned cpu);
|