summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-09-01 08:02:29 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-09-01 08:02:29 +0000
commit49a3eb2420bbb4815461352ad25d810952f95ccf (patch)
tree2acfcfef1c3cab819fc6ca2ae28ee8a4f776cbb0 /include/asm-mips
parentf33ee78ea30b58cc1afb4785d8b19cbc2f069d78 (diff)
Fix for broken handling of the year in the RTC by DECstation firmware.
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/mc146818rtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/mc146818rtc.h b/include/asm-mips/mc146818rtc.h
index f521b7239..297fc0b74 100644
--- a/include/asm-mips/mc146818rtc.h
+++ b/include/asm-mips/mc146818rtc.h
@@ -49,4 +49,6 @@ extern struct rtc_ops *rtc_ops;
#define RTC_IRQ 8
#endif
+#define RTC_DEC_YEAR 0x3f /* Where we store the real year on DECs. */
+
#endif /* _ASM_MC146818RTC_H */