aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2006-08-13 22:15:47 -0400
committerMatthew Wilcox <willy@parisc-linux.org>2006-10-04 06:44:47 -0600
commit4068d93cd17561bcbfc821c831cb048385320bd6 (patch)
treedb2e8f3ad3c8ab729cff1304cba984a4bc0a3735 /arch/parisc/Kconfig
parent78b656b8bf933101b42409b4492734b23427bfc3 (diff)
downloadkernel_samsung_smdk4412-4068d93cd17561bcbfc821c831cb048385320bd6.zip
kernel_samsung_smdk4412-4068d93cd17561bcbfc821c831cb048385320bd6.tar.gz
kernel_samsung_smdk4412-4068d93cd17561bcbfc821c831cb048385320bd6.tar.bz2
[PARISC] Untangle <asm/processor.h> header include mess
asm/processor.h on parisc wants spinlocks for cpuinfo, but linux/spinlock_types.h needs lockdep, and lockdep wants prefetch. This leads to a horrible circular dependancy, because <asm/processor.h> is including something which depends on things which are not defined until the end of the file. Kludge around this by moving prefetch related code into <asm/prefetch.h> and including it before <linux/spinlock_types.h>, however this is just a temporary solution until this mess can be cleaned up. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/Kconfig')
0 files changed, 0 insertions, 0 deletions