diff options
Diffstat (limited to 'sysutils/x86info/files/patch-mtrr.c')
-rw-r--r-- | sysutils/x86info/files/patch-mtrr.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/x86info/files/patch-mtrr.c b/sysutils/x86info/files/patch-mtrr.c deleted file mode 100644 index b4438d6d4999..000000000000 --- a/sysutils/x86info/files/patch-mtrr.c +++ /dev/null @@ -1,21 +0,0 @@ ---- mtrr.c.orig 2011-09-15 15:38:23.000000000 -0700 -+++ mtrr.c 2011-09-15 15:38:31.000000000 -0700 -@@ -8,7 +8,9 @@ - */ - - #include <stdio.h> -+#ifdef __linux__ - #include <asm/mtrr.h> -+#endif - #include "x86info.h" - - #define IA32_MTRRCAP_SMRR 0x800 -@@ -25,7 +27,7 @@ - - static unsigned int max_phy_addr = 0; - --static char * mtrr_types[MTRR_NUM_TYPES] = -+static char * mtrr_types[] = - { - "uncacheable", - "write-combining", |