Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/syscall.c

    r1d3d2cf r1c99eae  
    3939#include <arch/pm.h>
    4040
     41#ifndef PROCESSOR_i486
     42
    4143/** Enable & setup support for SYSENTER/SYSEXIT */
    4244void syscall_setup_cpu(void)
     
    5052}
    5153
     54#endif /* PROCESSOR_i486 */
     55
    5256/** @}
    5357 */
Note: See TracChangeset for help on using the changeset viewer.