aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-12-19 02:38:30 -0800
committerMarat Dukhan <marat@fb.com>2018-12-19 02:38:30 -0800
commita9748844268cbde6b74108718ba302cfb72800b9 (patch)
tree281a8425f887adf3e4df02b02d2cc3425c664444
parent153307107dd2cf1b48421fc4234a212331b8df44 (diff)
downloadcpuinfo-a9748844268cbde6b74108718ba302cfb72800b9.tar.gz
Remove inclusive flag from 0x2C x86 cache descriptor. Close #18
-rw-r--r--src/x86/cache/descriptor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x86/cache/descriptor.c b/src/x86/cache/descriptor.c
index 1e7608b..6532e4d 100644
--- a/src/x86/cache/descriptor.c
+++ b/src/x86/cache/descriptor.c
@@ -335,7 +335,6 @@ void cpuinfo_x86_decode_cache_descriptor(
.sets = 64,
.partitions = 1,
.line_size = 64,
- .flags = CPUINFO_CACHE_INCLUSIVE,
};
break;
case 0x30: