Date: Tue, 13 May 2003 20:19:37 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 31119 for review Message-ID: <200305140319.h4E3JbxP073026@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=31119 Change 31119 by peter@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 */ /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305140319.h4E3JbxP073026>