diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-12-17 16:35:26 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-12-17 16:35:26 +0100 |
commit | ea30cf94a5f247dd00c32c01325b8a47ad5f105a (patch) | |
tree | f9fbad860ac9499b11ad56778069b23ce826ca96 /sys/src/9/pc64/dat.h | |
parent | d48a0894865e810f46e1ef2f07476c4f3101698a (diff) |
pat write combinding support for 386 kernel, honor cpuid bits
Diffstat (limited to 'sys/src/9/pc64/dat.h')
-rw-r--r-- | sys/src/9/pc64/dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc64/dat.h b/sys/src/9/pc64/dat.h index b6333c5ff..e3554a1be 100644 --- a/sys/src/9/pc64/dat.h +++ b/sys/src/9/pc64/dat.h @@ -279,6 +279,7 @@ enum { Mtrr = 1<<12, /* memory-type range regs. */ Pge = 1<<13, /* page global extension */ Mca = 1<<14, /* machine-check architecture */ + Pat = 1<<16, /* page attribute table */ Pse2 = 1<<17, /* more page size extensions */ Clflush = 1<<19, Acpif = 1<<22, /* therm control msr */ |