Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
sparc64: Fix UP build failure.

-11
-11
arch/sparc/kernel/sparc_ksyms_64.c
··· 9 9 #include <linux/pci.h> 10 10 #include <linux/init.h> 11 11 12 - #include <asm/spinlock.h> 13 12 #include <asm/system.h> 14 13 #include <asm/cpudata.h> 15 14 #include <asm/uaccess.h> ··· 21 22 short events; 22 23 short revents; 23 24 }; 24 - 25 - /* used by various drivers */ 26 - #ifdef CONFIG_SMP 27 - /* Out of line rw-locking implementation. */ 28 - EXPORT_SYMBOL(__read_lock); 29 - EXPORT_SYMBOL(__read_unlock); 30 - EXPORT_SYMBOL(__write_lock); 31 - EXPORT_SYMBOL(__write_unlock); 32 - EXPORT_SYMBOL(__write_trylock); 33 - #endif /* CONFIG_SMP */ 34 25 35 26 /* from helpers.S */ 36 27 EXPORT_SYMBOL(__flushw_user);