Changeset 10c071e in mainline for arch/sparc64/include/trap.h
- Timestamp:
- 2005-12-15T16:57:48Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c68b97
- Parents:
- b4cad8b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/trap.h
rb4cad8b2 r10c071e 30 30 #define __sparc64_TRAP_H__ 31 31 32 #include <arch/trap_table.h> 33 #include <arch/asm.h> 34 35 /** Switch to in-kernel trap table. */ 36 static inline void trap_switch_trap_table(void) 37 { 38 /* Point TBA to kernel copy of OFW's trap table. */ 39 tba_write((__u64) trap_table); 40 } 41 32 42 extern void trap_init(void); 33 43
Note:
See TracChangeset
for help on using the changeset viewer.