diff options
Diffstat (limited to 'arch/sh/kernel/cpu')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/probe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4/probe.c b/arch/sh/kernel/cpu/sh4/probe.c index be4926969181..db442f37852d 100644 --- a/arch/sh/kernel/cpu/sh4/probe.c +++ b/arch/sh/kernel/cpu/sh4/probe.c | |||
@@ -64,6 +64,9 @@ int __init detect_cpu_and_cache_system(void) | |||
64 | if ((cvr & 0x20000000) == 1) | 64 | if ((cvr & 0x20000000) == 1) |
65 | boot_cpu_data.flags |= CPU_HAS_FPU; | 65 | boot_cpu_data.flags |= CPU_HAS_FPU; |
66 | 66 | ||
67 | /* We don't know the chip cut */ | ||
68 | boot_cpu_data.cut_major = boot_cpu_data.cut_minor = -1; | ||
69 | |||
67 | /* Mask off the upper chip ID */ | 70 | /* Mask off the upper chip ID */ |
68 | pvr &= 0xffff; | 71 | pvr &= 0xffff; |
69 | 72 | ||