Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x86/include/pmap.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x86/include/pmap.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.125 retrieving revision 1.125.6.1 diff -u -p -r1.125 -r1.125.6.1 --- src/sys/arch/x86/include/pmap.h 2020/07/19 07:35:08 1.125 +++ src/sys/arch/x86/include/pmap.h 2021/05/13 00:47:29 1.125.6.1 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.h,v 1.125 2020/07/19 07:35:08 maxv Exp $ */ +/* $NetBSD: pmap.h,v 1.125.6.1 2021/05/13 00:47:29 thorpej Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -187,13 +187,7 @@ struct slotspace { extern struct slotspace slotspace; -#ifndef MAXGDTSIZ -#define MAXGDTSIZ 65536 /* XXX */ -#endif - -#ifndef MAX_USERLDT_SIZE -#define MAX_USERLDT_SIZE PAGE_SIZE /* XXX */ -#endif +#include struct pcpu_entry { uint8_t gdt[MAXGDTSIZ];