Changeset b2e5e25 in mainline for kernel/arch/sparc64/src/trap/trap_table.S
- Timestamp:
- 2006-12-22T11:20:38Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b43eaba0
- Parents:
- b6e97d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/trap/trap_table.S
rb6e97d7 rb2e5e25 630 630 * handlers. 631 631 * 632 * This function can be entered either with interrupt globals or alternate globals. 633 * Memory management trap handlers are obliged to switch to one of those global sets 634 * prior to calling this function. Register window management functions are not 635 * allowed to modify the alternate global registers. 632 * This function can be entered either with interrupt globals or alternate 633 * globals. Memory management trap handlers are obliged to switch to one of 634 * those global sets prior to calling this function. Register window management 635 * functions are not allowed to modify the alternate global registers. 636 * 637 * The kernel is designed to work on trap levels 0 - 4. For instance, the 638 * following can happen: 639 * TL0: kernel thread runs (CANSAVE=0, kernel stack not in DTLB) 640 * TL1: preemptible trap handler started after a tick interrupt 641 * TL2: preemptible trap handler did SAVE 642 * TL3: spill handler touched the kernel stack 643 * TL4: hardware or software failure 636 644 * 637 645 * Input registers:
Note:
See TracChangeset
for help on using the changeset viewer.