Changeset e515167d in mainline for arch/amd64/include/asm.h
- Timestamp:
- 2005-09-03T09:52:47Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- be56c17
- Parents:
- 5a5ed25
- File:
-
- 1 edited
-
arch/amd64/include/asm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/asm.h
r5a5ed25 re515167d 52 52 } 53 53 54 static inline void cpu_sleep(void) { __asm__ ("hlt"); };55 static inline void cpu_halt(void) { __asm__ ("hlt"); };54 static inline void cpu_sleep(void) { __asm__ volatile ("hlt"); }; 55 static inline void cpu_halt(void) { __asm__ volatile ("hlt"); }; 56 56 57 57
Note:
See TracChangeset
for help on using the changeset viewer.
