MP_CHUD,
MP_BROADCAST,
MP_CALL,
+ MP_CALL_PM,
MP_LAST
} mp_event_t;
"MP_CHUD", \
"MP_BROADCAST", \
"MP_CALL", \
+ "MP_CALL_PM", \
"MP_LAST" \
}
-typedef enum { SYNC, ASYNC } mp_sync_t;
+typedef enum { SYNC, ASYNC, NOSYNC } mp_sync_t;
__BEGIN_DECLS
extern int i386_active_cpus(void);
extern void i386_activate_cpu(void);
extern void i386_deactivate_cpu(void);
+extern void cpu_NMI_interrupt(int /* cpu */);
__END_DECLS