From: Rui Sousa Date: Wed, 3 Sep 2008 15:53:07 +0000 (+0200) Subject: lockdep: fix compilation when CONFIG_TRACE_IRQFLAGS_SUPPORT is not set X-Git-Tag: v2.6.29-rc1~572^2~4^4~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8fbdee6562ee526f3c2582a3b373ef195015dd;p=pandora-kernel.git lockdep: fix compilation when CONFIG_TRACE_IRQFLAGS_SUPPORT is not set This patch fixes compilation if CONFIG_TRACE_IRQFLAGS_SUPPORT is ever disabled (which is currently not allowed by Kconfig). Alternatively we could just remove the option altogether and the associated code paths. Since the compilation error has been in the tree for at least two years and no one noticed it, I guess we don't really have the need for CONFIG_TRACE_IRQFLAGS_SUPPORT=n. Boot tested on x86 UP. Signed-off-by: Rui Sousa Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed