summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/dat.h
diff options
context:
space:
mode:
authorjpathy <jpathy@mail.nanosouffle.net>2013-05-08 23:27:58 +0530
committerjpathy <jpathy@mail.nanosouffle.net>2013-05-08 23:27:58 +0530
commite3883b050e1784f97bd6474c6af73023fe3bbe44 (patch)
treed1a49c51668bbab97194d67ae1f10b31be9efae8 /sys/src/9/pc/dat.h
parentcd66b11f67654edfa54cab05422310d5c923784a (diff)
Add RDRAND Support for /dev/random
Diffstat (limited to 'sys/src/9/pc/dat.h')
-rw-r--r--sys/src/9/pc/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/dat.h b/sys/src/9/pc/dat.h
index caf2e0770..c55b35e35 100644
--- a/sys/src/9/pc/dat.h
+++ b/sys/src/9/pc/dat.h
@@ -299,6 +299,7 @@ enum {
Mmx = 1<<23,
Sse = 1<<25, /* thus sfence instr. */
Sse2 = 1<<26, /* thus mfence & lfence instr.s */
+ Rdrnd = 1<<30, /* RDRAND support bit */
};
/*