From: Ben Dooks Date: Sun, 3 Jul 2005 16:44:40 +0000 (+0100) Subject: [PATCH] ARM: 2785/1: S3C24XX - serial calls request_irq() with IRQs disabled X-Git-Tag: v2.6.13-rc2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75f631dc45c7327df26b82b9aea69376a306409c;p=pandora-kernel.git [PATCH] ARM: 2785/1: S3C24XX - serial calls request_irq() with IRQs disabled Patch from Ben Dooks The request_irq() function is called by s3c24xx uart driver with the local IRQs disabled. The request_irq() function can allocate memory via kmalloc(), and this may sleep causing a warning about sleeping in an invalid context. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- Reading git-diff-tree failed