Ignore:
Timestamp:
Jun 29, 2017, 3:48:39 PM (7 years ago)
Author:
max@…
Message:

add the irq functions; we will forbid nested critical sections, so
the argument will disappear soon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_cpu.S

    r98 r99  
    9191        ret
    9292
     93ASM_ENTRY(rcr2)
     94        movq    %cr2,%rax
     95        ret
     96
    9397ASM_ENTRY(x86_stop) /* debug only */
    9498        int     $0x0b
Note: See TracChangeset for help on using the changeset viewer.