PERFORCE change 31119 for review
Peter Wemm
peter at FreeBSD.org
Tue May 13 20:19:39 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31119
Change 31119 by peter at peter_hammer on 2003/05/13 20:19:09
Just allow all 256 IDT slots. We are not that short of memory and
the APIC code will use it shortly anyway.
Affected files ...
.. //depot/projects/hammer/sys/amd64/include/segments.h#7 edit
Differences ...
==== //depot/projects/hammer/sys/amd64/include/segments.h#7 (text+ko) ====
@@ -166,7 +166,7 @@
/*
* Size of IDT table
*/
-#define NIDT 129 /* 32 reserved, 16 h/w, 0 s/w, linux's 0x80 */
+#define NIDT 256 /* 32 reserved, 16 h/w, 0 s/w, linux's 0x80 */
#define NRSVIDT 32 /* reserved entries for cpu exceptions */
/*
More information about the p4-projects
mailing list