Changeset 214ec25c in mainline for kernel/arch/amd64/include
- Timestamp:
- 2010-06-11T16:07:21Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b584cd4
- Parents:
- b3b7e14a
- Location:
- kernel/arch/amd64/include
- Files:
-
- 2 edited
-
interrupt.h (modified) (1 diff)
-
mm/page.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/interrupt.h
rb3b7e14a r214ec25c 116 116 extern void trap_virtual_enable_irqs(uint16_t irqmask); 117 117 extern void trap_virtual_disable_irqs(uint16_t irqmask); 118 118 119 /* AMD64 - specific page handler */ 119 extern void ident_page_fault( int n, istate_t *istate);120 extern void ident_page_fault(unsigned int, istate_t *); 120 121 121 122 #endif -
kernel/arch/amd64/include/mm/page.h
rb3b7e14a r214ec25c 234 234 235 235 extern void page_arch_init(void); 236 extern void page_fault( int n, istate_t *istate);236 extern void page_fault(unsigned int, istate_t *); 237 237 238 238 #endif /* __ASM__ */
Note:
See TracChangeset
for help on using the changeset viewer.
