Changeset 82a80d3 in mainline for arch/amd64/include/asm.h
- Timestamp:
- 2005-09-03T08:38:28Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe56609d
- Parents:
- 36b209a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/asm.h
r36b209a r82a80d3 37 37 void asm_fake_loop(__u32 t); 38 38 39 /** Return base address of current stack. 40 * 41 * Return the base address of the current stack. 42 * The stack is assumed to be STACK_SIZE bytes long. 43 * The stack must start on page boundary. 44 */ 39 45 static inline __address get_stack_base(void) 40 46 {
Note:
See TracChangeset
for help on using the changeset viewer.