From: Ard van Breemen Date: Sat, 6 Jan 2007 00:36:20 +0000 (-0800) Subject: [PATCH] kernelparams: detect if and which parameter parsing enabled irq's X-Git-Tag: v2.6.20-rc4~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a416aba637dcb4127595c02a59041cd278422f7e;p=pandora-kernel.git [PATCH] kernelparams: detect if and which parameter parsing enabled irq's The parsing of some kernel parameters seem to enable irq's at a stage that irq's are not supposed to be enabled (Particularly the ide kernel parameters). Having irq's enabled before the irq controller is initialized might lead to a kernel panic. This patch only detects this behaviour and warns about wich parameter caused it. [akpm@osdl.org: cleanups] Signed-off-by: Ard van Breemen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed