summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/cpu-sh3
diff options
context:
space:
mode:
authorPaul Mundt2007-11-28 11:14:23 +0100
committerPaul Mundt2008-01-28 05:18:58 +0100
commitc019fd8839503a91c556ae68d773e3bbb9b476e1 (patch)
tree79a32fc7436c5eb0d94c9aeb91617b8698ffd89f /include/asm-sh/cpu-sh3
parentsh: CCR1->CCR renaming for SH-2 parts. (diff)
downloadkernel-qcow2-linux-c019fd8839503a91c556ae68d773e3bbb9b476e1.tar.gz
kernel-qcow2-linux-c019fd8839503a91c556ae68d773e3bbb9b476e1.tar.xz
kernel-qcow2-linux-c019fd8839503a91c556ae68d773e3bbb9b476e1.zip
rtc: rtc-sh: Split out the CPU defs to asm/cpu/.
With all of the different CPU types this was getting a but unwieldly. Since sh64 is now integrated, we don't have to worry about multiple architectures caring about the header definitions. Split out the defs for each asm/cpu/ to make rtc-sh slightly less visually offensive. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/cpu-sh3')
-rw-r--r--include/asm-sh/cpu-sh3/rtc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-sh3/rtc.h b/include/asm-sh/cpu-sh3/rtc.h
new file mode 100644
index 000000000000..319404aaee37
--- /dev/null
+++ b/include/asm-sh/cpu-sh3/rtc.h
@@ -0,0 +1,8 @@
+#ifndef __ASM_SH_CPU_SH3_RTC_H
+#define __ASM_SH_CPU_SH3_RTC_H
+
+#define rtc_reg_size sizeof(u16)
+#define RTC_BIT_INVERTED 0 /* No bug on SH7708, SH7709A */
+#define RTC_DEF_CAPABILITIES 0UL
+
+#endif /* __ASM_SH_CPU_SH3_RTC_H */