Changes in kernel/arch/ia32/src/syscall.c [1c99eae:8c15255] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/syscall.c
r1c99eae r8c15255 40 40 41 41 #ifndef PROCESSOR_i486 42 43 42 /** Enable & setup support for SYSENTER/SYSEXIT */ 44 43 void syscall_setup_cpu(void) … … 51 50 write_msr(IA32_MSR_SYSENTER_EIP, (uint32_t) sysenter_handler); 52 51 } 53 54 #endif /* PROCESSOR_i486 */ 52 #endif 55 53 56 54 /** @}
Note:
See TracChangeset
for help on using the changeset viewer.