On Fri, Dec 24, 2010 at 12:10 PM, Vladimir Kirillov <[email protected]> wrote: > Hi! > I guess the following is the leftover.
Thanks, I removed it. I left NLDT at 17, though, because there doesn't appear to be much benefit in shrinking that vs whatever weird binary compatibility issues there may be. > > Index: include/segments.h > =================================================================== > RCS file: /cvs/src/sys/arch/i386/include/segments.h,v > retrieving revision 1.17 > diff -u -p -r1.17 segments.h > --- include/segments.h 1 Jul 2010 17:30:27 -0000 1.17 > +++ include/segments.h 24 Dec 2010 17:09:07 -0000 > @@ -228,7 +228,6 @@ void idt_vec_free(int); > /* > * Entries in the Local Descriptor Table (LDT) > */ > -#define LBSDICALLS_SEL 16 /* BSDI system call gate */ > -#define NLDT 17 > +#define NLDT 16 > > #endif /* _I386_SEGMENTS_H_ */
