From: Al Viro Date: Fri, 27 Jul 2007 13:19:52 +0000 (+0100) Subject: more include order horrors X-Git-Tag: v2.6.23-rc2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986c76036adb0b12cbe1bf1ce1f75586585ee227;p=pandora-kernel.git more include order horrors ... because somebody had added preempt.h -> list.h, resulting in asm/system.h -> hardirq.h -> preempt.h -> list.h -> asm/system.h on m68k, with smp_wmb() used in list.h and defined in asm/system.h below the include of hardirq.h. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed