From 567549dbdad0180a2112c8f8be0bbcab2f288b73 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 29 Jan 2009 14:28:16 +0000 Subject: add-kconfig-for-find-irq-blockers.patch This adds a debug section Kconfig entry for the interrupt blocking detection and deals with the config in our stock defconfigs Signed-off-by: Andy Green --- arch/arm/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/kernel/Makefile') diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index 29d70d2ac86..62163b55f34 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile @@ -44,6 +44,6 @@ endif head-y := head$(MMUEXT).o obj-$(CONFIG_DEBUG_LL) += debug.o -obj-y += iblock.o +obj-$(CONFIG_FIND_IRQ_BLOCKERS) += iblock.o extra-y := $(head-y) init_task.o vmlinux.lds -- cgit v1.2.3