From: Mike Frysinger Date: Sun, 21 Oct 2007 16:19:31 +0000 (+0800) Subject: Blackfin arch: force irq_flags into the .data section X-Git-Tag: v2.6.24-rc1~115^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99bbccd8738c0d8df270391284db2fae28d8a82;p=pandora-kernel.git Blackfin arch: force irq_flags into the .data section force irq_flags into the .data section by initializing it to the hardware masks that cannot be disabled. this way if we use irq enable/disable functions before the .bss has been zeroed out (as does our l1 relocate/dma functions), we dont hit a problem where bss contains bogus crap. Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- Reading git-diff-tree failed