Changeset fa0dfaf in mainline for arch/amd64/include/asm.h
- Timestamp:
- 2005-08-30T20:15:50Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba18512
- Parents:
- d0c30f7
- File:
-
- 1 edited
-
arch/amd64/include/asm.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/asm.h
rd0c30f7 rfa0dfaf 33 33 #include <config.h> 34 34 35 void asm_delay_loop(__u32 t); 36 35 37 /* TODO: implement the real stuff */ 36 38 static inline __address get_stack_base(void) … … 39 41 } 40 42 43 static inline void cpu_sleep(void) { __asm__("hlt"); }; 44 41 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
