Changeset ffc277e in mainline for arch/mips/include/asm.h
- Timestamp:
- 2005-09-10T00:52:13Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3a6c8e5
- Parents:
- b02e5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/include/asm.h
rb02e5d1 rffc277e 34 34 #include <config.h> 35 35 36 #define cpu_sleep() ; 36 37 static inline void cpu_sleep(void) 38 { 39 /* Most of the simulators do not support */ 40 /* __asm__ volatile ("wait"); */ 41 } 37 42 38 43 /** Return base address of current stack
Note:
See TracChangeset
for help on using the changeset viewer.