Files
Linux/include/asm-parisc
Kyle McMartin 4068d93cd1 [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>
2006-10-04 06:44:47 -06:00
..
2006-06-27 23:28:40 +00:00
2006-02-15 15:32:22 -08:00
2006-09-26 08:48:51 -07:00
2006-10-03 23:01:26 +02:00
2006-06-29 16:58:06 -07:00
2006-07-14 21:56:14 -07:00
2006-03-30 17:48:54 +00:00