diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86/cacheinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/x86/cacheinfo.c b/sysdeps/x86/cacheinfo.c index 020d3fd397..182426b2d0 100644 --- a/sysdeps/x86/cacheinfo.c +++ b/sysdeps/x86/cacheinfo.c @@ -573,8 +573,6 @@ init_cacheinfo (void) { switch (model) { - case 0x57: - /* Knights Landing has L2 cache shared by 2 cores. */ case 0x37: case 0x4a: case 0x4d: |