Changes in kernel/arch/abs32le/include/asm.h [fb52db8:50fda24] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/include/asm.h
rfb52db8 r50fda24 40 40 #include <config.h> 41 41 42 static inline void asm_delay_loop(uint32_t usec) 43 { 44 } 42 extern void interrupt_handlers(void); 45 43 46 static inline __attribute__((noreturn)) void cpu_halt(void) 44 extern void enable_l_apic_in_msr(void); 45 46 47 extern void asm_delay_loop(uint32_t); 48 extern void asm_fake_loop(uint32_t); 49 50 51 static inline void cpu_halt(void) 47 52 { 48 53 /* On real hardware this should stop processing further
Note:
See TracChangeset
for help on using the changeset viewer.