Changeset 44539b4c in mainline for kernel/arch/sparc64/src/asm.S
- Timestamp:
- 2009-07-13T19:42:44Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f450280
- Parents:
- 716fb9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/asm.S
r716fb9d r44539b4c 278 278 .global switch_to_userspace 279 279 switch_to_userspace: 280 save %o1, - STACK_WINDOW_SAVE_AREA_SIZE, %sp280 save %o1, -(STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp 281 281 flushw 282 282 wrpr %g0, 0, %cleanwin ! avoid information leak
Note:
See TracChangeset
for help on using the changeset viewer.