sh: Stub in silicon cut in CPU info.

Signed-off-by: Stuart Menefy <stuart.menefy@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Esse commit está contido em:
Stuart Menefy
2008-07-02 15:15:09 +09:00
commit de Paul Mundt
commit 3611ee7acc
3 arquivos alterados com 10 adições e 0 exclusões

Ver arquivo

@@ -64,6 +64,9 @@ int __init detect_cpu_and_cache_system(void)
if ((cvr & 0x20000000) == 1)
boot_cpu_data.flags |= CPU_HAS_FPU;
/* We don't know the chip cut */
boot_cpu_data.cut_major = boot_cpu_data.cut_minor = -1;
/* Mask off the upper chip ID */
pvr &= 0xffff;