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_internal.h

    r98 r99  
    4040uint64_t rdmsr(uint32_t);
    4141void wrmsr(uint32_t, uint64_t);
     42vaddr_t rcr2(void);
    4243
    4344uint32_t atomic_cas_32(volatile uint32_t *ptr, uint32_t exp, uint32_t new);
Note: See TracChangeset for help on using the changeset viewer.