Changeset 3e5cc686 in mainline
- Timestamp:
- 2006-08-01T19:25:47Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7d3d641
- Parents:
- 6f3809e
- Location:
- kernel/arch/xen32
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/xen32/include/asm.h
r6f3809e r3e5cc686 56 56 * Halt the current CPU until interrupt event. 57 57 */ 58 static inline void cpu_halt(void) { __asm__("hlt\n"); }; 59 static inline void cpu_sleep(void) { __asm__("hlt\n"); }; 58 #define cpu_halt() ((void) 0) 59 #define cpu_sleep() ((void) 0) 60 60 61 61 #define GEN_READ_REG(reg) static inline unative_t read_ ##reg (void) \
Note:
See TracChangeset
for help on using the changeset viewer.