/me noticed that this one still applies... Jan
--- arch/x86_64/kernel/time.c | 2 +- include/asm-x86_64/i8253.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6.23.1-xeno_64/arch/x86_64/kernel/time.c =================================================================== --- linux-2.6.23.1-xeno_64.orig/arch/x86_64/kernel/time.c +++ linux-2.6.23.1-xeno_64/arch/x86_64/kernel/time.c @@ -51,7 +51,7 @@ static char *timename = NULL; DEFINE_SPINLOCK(rtc_lock); EXPORT_SYMBOL(rtc_lock); -IPIPE_DEFINE_SPINLOCK(i8253_lock); +DEFINE_SPINLOCK(i8253_lock); EXPORT_SYMBOL(i8253_lock); volatile unsigned long __jiffies __section_jiffies = INITIAL_JIFFIES; Index: linux-2.6.23.1-xeno_64/include/asm-x86_64/i8253.h =================================================================== --- linux-2.6.23.1-xeno_64.orig/include/asm-x86_64/i8253.h +++ linux-2.6.23.1-xeno_64/include/asm-x86_64/i8253.h @@ -1,6 +1,6 @@ #ifndef __ASM_I8253_H__ #define __ASM_I8253_H__ -IPIPE_DECLARE_SPINLOCK(i8253_lock); +extern spinlock_t i8253_lock; #endif /* __ASM_I8253_H__ */
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
