summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/processor_32.h
diff options
context:
space:
mode:
authorStuart Menefy2008-07-02 08:15:09 +0200
committerPaul Mundt2008-07-28 11:10:32 +0200
commit3611ee7acc113e5e482b7d20d5133935226f3129 (patch)
tree514eb8f7e4901f784f24d74eecfc971409da410a /include/asm-sh/processor_32.h
parentsh: Tidy up the SH-3 exception vector table. (diff)
downloadkernel-qcow2-linux-3611ee7acc113e5e482b7d20d5133935226f3129.tar.gz
kernel-qcow2-linux-3611ee7acc113e5e482b7d20d5133935226f3129.tar.xz
kernel-qcow2-linux-3611ee7acc113e5e482b7d20d5133935226f3129.zip
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>
Diffstat (limited to 'include/asm-sh/processor_32.h')
-rw-r--r--include/asm-sh/processor_32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/processor_32.h b/include/asm-sh/processor_32.h
index 81628f144faf..c6583f267071 100644
--- a/include/asm-sh/processor_32.h
+++ b/include/asm-sh/processor_32.h
@@ -28,6 +28,7 @@
struct sh_cpuinfo {
unsigned int type;
+ int cut_major, cut_minor;
unsigned long loops_per_jiffy;
unsigned long asid_cache;