Re: [PATCH] APMD on Linux 2.2.18 and include/linux/mc146818rtc.h

2001-02-18 Thread Paul Gortmaker
Marc Esipovich wrote: > > I've noticed this when attempting to build APMD, mc146818rtc.h has > a reference to a spinlock_t while asm/spinlock.h is not included. > > Patch follows: User space does not need to ever see any kernel spinlocks - you will find such a fix for this is in

[PATCH] APMD on Linux 2.2.18 and include/linux/mc146818rtc.h

2001-02-17 Thread Marc Esipovich
I've noticed this when attempting to build APMD, mc146818rtc.h has a reference to a spinlock_t while asm/spinlock.h is not included. Patch follows: --- linux-2.2.18.orig/include/linux/mc146818rtc.hFri Jan 12 19:15:00 2001 +++ linux-2.2.18/include/linux/mc146818rtc.h Tue Feb