search for: global_lvalue

Displaying 1 result from an estimated 1 matches for "global_lvalue".

2003 Aug 22
3
PAE removal patch for testing
...; #endif u_int gd_astpending; }; diff -u -r /usr/src/sys.old/i386/include/globals.h /usr/src/sys/i386/include/globals.h --- /usr/src/sys.old/i386/include/globals.h Thu Aug 21 18:35:36 2003 +++ /usr/src/sys/i386/include/globals.h Fri Aug 22 02:05:40 2003 @@ -103,11 +103,11 @@ #define prv_CMAP1 GLOBAL_LVALUE(prv_CMAP1, pt_entry_t *) #define prv_CMAP2 GLOBAL_LVALUE(prv_CMAP2, pt_entry_t *) #define prv_CMAP3 GLOBAL_LVALUE(prv_CMAP3, pt_entry_t *) -#define prv_PMAP1 GLOBAL_LVALUE(prv_PMAP1, pd_entry_t *) +#define prv_PMAP1 GLOBAL_LVALUE(prv_PMAP1, pt_entry_t *) #define prv_CADDR1 GLOBAL_RVALUE(prv_CADD...