Changeset 146 for trunk/hal/x86_64/core/hal_special.c
- Timestamp:
- Jul 5, 2017, 11:08:42 AM (8 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/hal/x86_64/core/hal_special.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/hal/x86_64/core/hal_special.cr138 r146 33 33 struct cpu_info { 34 34 void *ci_self; 35 uint64_t apic_fake_status;36 35 uint32_t ci_gid; 37 36 uint32_t ci_lid; … … 108 107 } 109 108 110 uint8_t hal_get_apic_fake_status()111 {112 return curcpu()->apic_fake_status;113 }114 115 109 /* -------------------------------------------------------------------------- */ 116 110 
Note: See TracChangeset
          for help on using the changeset viewer.
      
