opnsense-ports/sysutils/x86info/files/patch-Intel_cachesize.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
283 B
C

--- Intel/cachesize.c.orig 2008-08-09 22:04:12.000000000 +0400
+++ Intel/cachesize.c 2008-08-09 22:04:24.000000000 +0400
@@ -147,6 +147,7 @@
{
{0xf0, 64, "64 byte prefetching."},
{0xf1, 64, "128 byte prefetching."},
+ { 0, 0, NULL }
};
static unsigned char found_unknown=0;