summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-07-09 22:45:51 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-07-09 22:45:51 +0200
commit3a6a754051a6f3f1ba742f12be0a2c33d309ca53 (patch)
tree5170261d4d211c331b732f3df9e5b94a0b7ab5dd /sys/src/9/pc64/dat.h
parent3fe38f70014256cdd1d3b1b42f7b8760e6e80778 (diff)
pc, pc64: initial machine check architecture support
Diffstat (limited to 'sys/src/9/pc64/dat.h')
-rw-r--r--sys/src/9/pc64/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc64/dat.h b/sys/src/9/pc64/dat.h
index c5426b986..0bf421d79 100644
--- a/sys/src/9/pc64/dat.h
+++ b/sys/src/9/pc64/dat.h
@@ -286,6 +286,7 @@ enum {
Cpuapic = 1<<9,
Mtrr = 1<<12, /* memory-type range regs. */
Pge = 1<<13, /* page global extension */
+ Mca = 1<<14, /* machine-check architecture */
Pse2 = 1<<17, /* more page size extensions */
Clflush = 1<<19,
Acpif = 1<<22, /* therm control msr */