Ignore:
Timestamp:
Jul 5, 2017, 11:08:42 AM (7 years ago)
Author:
max@…
Message:

remove my fake_apic shit from yesterday

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_special.c

    r138 r146  
    3333struct cpu_info {
    3434        void *ci_self;
    35         uint64_t apic_fake_status;
    3635        uint32_t ci_gid;
    3736        uint32_t ci_lid;
     
    108107}
    109108
    110 uint8_t hal_get_apic_fake_status()
    111 {
    112         return curcpu()->apic_fake_status;
    113 }
    114 
    115109/* -------------------------------------------------------------------------- */
    116110
Note: See TracChangeset for help on using the changeset viewer.