patch-2.3.99-pre1 linux/include/asm-arm/arch-ebsa285/time.h
Next file: linux/include/asm-arm/parport.h
Previous file: linux/include/asm-arm/arch-cl7500/system.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Sun Mar 12 19:39:39 2000
- Orig file:
v2.3.51/linux/include/asm-arm/arch-ebsa285/time.h
- Orig date:
Thu Feb 10 17:11:20 2000
diff -u --recursive --new-file v2.3.51/linux/include/asm-arm/arch-ebsa285/time.h linux/include/asm-arm/arch-ebsa285/time.h
@@ -203,7 +203,8 @@
{
int irq;
- if (machine_is_co285())
+ if (machine_is_co285() ||
+ machine_is_personal_server())
/*
* Add-in 21285s shouldn't access the RTC
*/
@@ -247,7 +248,9 @@
rtc_base = 0;
}
- if (machine_is_ebsa285() || machine_is_co285()) {
+ if (machine_is_ebsa285() ||
+ machine_is_co285() ||
+ machine_is_personal_server()) {
gettimeoffset = timer1_gettimeoffset;
*CSR_TIMER1_CLR = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)