patch-2.1.126 linux/include/asm-alpha/io.h
Next file: linux/include/asm-alpha/machvec.h
Previous file: linux/include/asm-alpha/hwrpb.h
Back to the patch index
Back to the overall index
-  Lines: 25
-  Date:
Mon Oct 12 11:40:13 1998
-  Orig file: 
v2.1.125/linux/include/asm-alpha/io.h
-  Orig date: 
Wed Sep  9 14:51:10 1998
diff -u --recursive --new-file v2.1.125/linux/include/asm-alpha/io.h linux/include/asm-alpha/io.h
@@ -323,23 +323,14 @@
 
 #ifdef CONFIG_ALPHA_GENERIC
 # define RTC_PORT(x)	((x) + alpha_mv.rtc_port)
-# define RTC_ADDR(x)	((x) | alpha_mv.rtc_addr)
-# define RTC_ALWAYS_BCD	(alpha_mv.rtc_bcd)
 #else
 # ifdef CONFIG_ALPHA_JENSEN
 #  define RTC_PORT(x)	(0x170+(x))
-#  define RTC_ADDR(x)	(x)
 # else
 #  define RTC_PORT(x)	(0x70 + (x))
-#  define RTC_ADDR(x)	(0x80 | (x))
-# endif
-# ifdef CONFIG_ALPHA_RUFFIAN
-#  define RTC_ALWAYS_BCD	1
-# else
-#  define RTC_ALWAYS_BCD	0
 # endif
 #endif
-
+#define RTC_ALWAYS_BCD	0
 
 #endif /* __KERNEL__ */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov