Changeset 5c089c3a in mainline for arch/ia64/src/ia64.c
- Timestamp:
- 2006-03-13T21:20:46Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27810c5
- Parents:
- 631ca4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/ia64.c
r631ca4d r5c089c3a 36 36 #include <arch/types.h> 37 37 #include <arch/context.h> 38 #include <arch/stack.h> 38 39 #include <arch/mm/page.h> 39 40 #include <mm/as.h> … … 84 85 rsc.mode = 3; /* eager mode */ 85 86 86 switch_to_userspace(entry, USTACK_ADDRESS+PAGE_SIZE- 1, USTACK_ADDRESS, psr.value, rsc.value);87 switch_to_userspace(entry, USTACK_ADDRESS+PAGE_SIZE-ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT), USTACK_ADDRESS, psr.value, rsc.value); 87 88 88 89 while (1) {
Note:
See TracChangeset
for help on using the changeset viewer.