From: Avi Kivity Date: Wed, 17 Oct 2007 06:27:31 +0000 (-0700) Subject: Move PREEMPT_NOTIFIERS into an always-included Kconfig X-Git-Tag: v2.6.24-rc1~661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e98c3202916d30f0e6f59735801baa69bc3348ac;p=pandora-kernel.git Move PREEMPT_NOTIFIERS into an always-included Kconfig Kconfig.preempt is not included on some archs (for example, m68k). On those archs, the Kconfig machinery complains that KVM selects an undefined symbol PREEMPT_NOTIFIERS (which lives in Kconfig.preempt). So move the offending symbol into a Kconfig file which is included by everyone. Cc: Roman Zippel Cc: Geert Uytterhoeven Signed-off-by: Avi Kivity Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed