patch-2.3.24 linux/drivers/char/drm/proc.c
Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/bttv.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Oct 25 08:26:52 1999
- Orig file:
v2.3.23/linux/drivers/char/drm/proc.c
- Orig date:
Fri Sep 10 23:57:29 1999
diff -u --recursive --new-file v2.3.23/linux/drivers/char/drm/proc.c linux/drivers/char/drm/proc.c
@@ -393,7 +393,7 @@
pgprot & _PAGE_PCD ? 'u' : 'c',
pgprot & _PAGE_ACCESSED ? 'a' : '-',
pgprot & _PAGE_DIRTY ? 'd' : '-',
- pgprot & _PAGE_4M ? 'm' : 'k',
+ pgprot & _PAGE_PSE ? 'm' : 'k',
pgprot & _PAGE_GLOBAL ? 'g' : 'l' );
#endif
DRM_PROC_PRINT("\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)