Changeset b755225 in mainline
- Timestamp:
- 2008-12-27T00:24:42Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ac48fef
- Parents:
- d3e6935
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/trap_table.S
rd3e6935 rb755225 607 607 .else 608 608 /* 609 * Call the higher-level syscall handler .609 * Call the higher-level syscall handler and enable interrupts. 610 610 */ 611 611 call syscall_handler 612 nop612 wrpr %g0, PSTATE_PRIV_BIT | PSTATE_PEF_BIT | PSTATE_IE_BIT, %pstate 613 613 mov %o0, %i0 ! copy the value returned by the syscall 614 614 .endif
Note:
See TracChangeset
for help on using the changeset viewer.