Changeset 10b890b in mainline for kernel/arch/sparc64/include/trap/trap.h
- Timestamp:
- 2006-07-13T22:11:26Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c6e314a
- Parents:
- a5f76758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/trap/trap.h
ra5f76758 r10b890b 42 42 static inline void trap_switch_trap_table(void) 43 43 { 44 /* Point TBA to kernel copy of OFW'strap table. */44 /* Point TBA to kernel trap table. */ 45 45 tba_write((uint64_t) trap_table); 46 46 }
Note:
See TracChangeset
for help on using the changeset viewer.