Changeset 80 for trunk/hal/x86_64/core/hal_kentry.S
- Timestamp:
- Jun 27, 2017, 5:24:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_kentry.S
r51 r80 111 111 ASM_ENTRY(x86_trap1e) 112 112 ASM_ENTRY(x86_trap1f) 113 ASM_ENTRY(x86_rsvd) 113 114 /* 20 - 31 reserved for future exp */ 114 115 ZTRAPENTRY(T_RESERVED) … … 119 120 ASM_ENTRY(x86_spurious) 120 121 ZTRAPENTRY(T_ASTFLT) 121 122 122 ASM_ENTRY(x86_timer) 123 ZTRAPENTRY(T_ASTFLT) 123 124 124 125 /* … … 164 165 x86_intrs: 165 166 .quad x86_spurious 167 .quad x86_timer 166 168
Note: See TracChangeset
for help on using the changeset viewer.