diff options
Diffstat (limited to 'x86.h')
-rw-r--r-- | x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ write_eflags(uint eflags) asm volatile("pushl %0; popfl" : : "r" (eflags)); } +// XXX: Kill this if not used. static inline void cpuid(uint info, uint *eaxp, uint *ebxp, uint *ecxp, uint *edxp) { |