patch-2.4.5 linux/include/asm-i386/mtrr.h
Next file: linux/include/asm-i386/pci.h
Previous file: linux/include/asm-i386/bitops.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri May 25 18:01:26 2001
- Orig file:
v2.4.4/linux/include/asm-i386/mtrr.h
- Orig date:
Fri Apr 27 15:48:21 2001
diff -u --recursive --new-file v2.4.4/linux/include/asm-i386/mtrr.h linux/include/asm-i386/mtrr.h
@@ -88,6 +88,7 @@
unsigned int type, char increment);
extern int mtrr_del (int reg, unsigned long base, unsigned long size);
extern int mtrr_del_page (int reg, unsigned long base, unsigned long size);
+extern void mtrr_centaur_report_mcr(int mcr, u32 lo, u32 hi);
# else
static __inline__ int mtrr_add (unsigned long base, unsigned long size,
unsigned int type, char increment)
@@ -109,6 +110,9 @@
{
return -ENODEV;
}
+
+static __inline__ void mtrr_centaur_report_mcr(int mcr, u32 lo, u32 hi) {;}
+
# endif
/* The following functions are for initialisation: don't use them! */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)