From: Kyle McMartin Date: Mon, 14 Aug 2006 02:15:47 +0000 (-0400) Subject: [PARISC] Untangle header include mess X-Git-Tag: v2.6.19-rc1~34^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4068d93cd17561bcbfc821c831cb048385320bd6;p=pandora-kernel.git [PARISC] Untangle 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 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 and including it before , however this is just a temporary solution until this mess can be cleaned up. Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed