forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
283 B
C
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;
|