Changeset 6aea2e00 in mainline for kernel/arch/ia32/include/asm.h
- Timestamp:
- 2007-04-09T21:06:22Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ddee708
- Parents:
- ec5b3204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/asm.h
rec5b3204 r6aea2e00 60 60 static inline void cpu_halt(void) 61 61 { 62 asm ("hlt\n");62 asm volatile ("hlt\n"); 63 63 }; 64 64 65 65 static inline void cpu_sleep(void) 66 66 { 67 asm ("hlt\n");67 asm volatile ("hlt\n"); 68 68 }; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.