![]() | |||||||||||||
Messages in this thread |
See bug 772 - http://bugme.osdl.org/show_bug.cgi?id=772 ---------------------- CC kernel/ksyms.o kernel/ksyms.c:490: `__preempt_spin_lock' undeclared here (not in a function) kernel/ksyms.c:490: initializer element is not constant kernel/ksyms.c:490: (near initialization for `__ksymtab___preempt_spin_lock.value') kernel/ksyms.c:491: `__preempt_write_lock' undeclared here (not in a function) kernel/ksyms.c:491: initializer element is not constant kernel/ksyms.c:491: (near initialization for `__ksymtab___preempt_write_lock.value') make[1]: *** [kernel/ksyms.o] Error 1 make: *** [kernel] Error 2 It looks like this got broken in /include/linux/spinlock.h: #if defined(CONFIG_SMP) && defined(CONFIG_PREEMPT) && !defined(CONFIG_DEBUG_EVENTLOG) void __preempt_spin_lock(spinlock_t *lock); void __preempt_write_lock(rwlock_t *lock); ... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 12:36 [from the cache] ©2003-2008 | |||||||||||||