Changeset 7f043c0 in mainline for kernel/arch/ia32/include/asm.h
- Timestamp:
- 2007-05-31T21:39:13Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7bb0c32
- Parents:
- d8431986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/asm.h
rd8431986 r7f043c0 258 258 uintptr_t v; 259 259 260 asm volatile ("andl %%esp, %0\n" : "=r" (v) : "0" (~(STACK_SIZE-1))); 260 asm volatile ( 261 "andl %%esp, %0\n" 262 : "=r" (v) 263 : "0" (~(STACK_SIZE - 1)) 264 ); 261 265 262 266 return v;
Note:
See TracChangeset
for help on using the changeset viewer.