From: Kirill A. Shutemov Date: Mon, 18 Nov 2013 08:47:27 +0000 (+0200) Subject: kernel/bounds: avoid circular dependencies in generated headers X-Git-Tag: v3.13-rc1~35^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b9fdc59ac365e7e313e5af44c7bfe31c15c774;p=pandora-kernel.git kernel/bounds: avoid circular dependencies in generated headers has heavy dependencies on other header files. It triggers circular dependencies in generated headers on IA64, at least: CC kernel/bounds.s In file included from /home/space/kas/git/public/linux/arch/ia64/include/asm/thread_info.h:9:0, from include/linux/thread_info.h:54, from include/asm-generic/preempt.h:4, from arch/ia64/include/generated/asm/preempt.h:1, from include/linux/preempt.h:18, from include/linux/spinlock.h:50, from kernel/bounds.c:14: /home/space/kas/git/public/linux/arch/ia64/include/asm/asm-offsets.h:1:35: fatal error: generated/asm-offsets.h: No such file or directory compilation terminated. Let's replace with , it's enough to find out size of spinlock_t. Signed-off-by: Kirill A. Shutemov Reported-and-Tested-by: Tony Luck Signed-off-by: Tony Luck --- Reading git-diff-tree failed