diff options
author | aiju <devnull@localhost> | 2018-07-11 14:50:22 +0100 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-07-11 14:50:22 +0100 |
commit | 3a77c01f43821dcc4f7cae54aff89bb20f2d95a5 (patch) | |
tree | 2934609fdeebaddaf8f5d28601b488ba5a3d8d74 /sys/src/9/pc/dat.h | |
parent | 911df94e5d712d7e2eebb4a3997efce17e2599f2 (diff) |
pc kernel: get rid of ugly and partially broken cpuid macros
Diffstat (limited to 'sys/src/9/pc/dat.h')
-rw-r--r-- | sys/src/9/pc/dat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/9/pc/dat.h b/sys/src/9/pc/dat.h index 7bb2e8c6f..ac5ed73ac 100644 --- a/sys/src/9/pc/dat.h +++ b/sys/src/9/pc/dat.h @@ -238,6 +238,9 @@ struct Mach int cpuiddx; char cpuidid[16]; char* cpuidtype; + uchar cpuidfamily; + uchar cpuidmodel; + uchar cpuidstepping; int havetsc; int havepge; int havewatchpt8; |