Ignore:
Timestamp:
Jul 19, 2017, 10:03:41 AM (7 years ago)
Author:
max@…
Message:

Start adding some code for SMP support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_internal.h

    r203 r235  
    3232
    3333/* hal_init.c */
     34void cpu_activate(uint32_t gid);
    3435int idt_slot_alloc();
    3536void idt_slot_free(int slot);
     
    5354void tlbflushg();
    5455void tlbflush();
     56void pause();
     57void wbinvd();
    5558
    5659uint32_t atomic_cas_32(volatile uint32_t *ptr, uint32_t exp, uint32_t new);
Note: See TracChangeset for help on using the changeset viewer.