From: Sergei Shtylyov Date: Mon, 24 Mar 2008 20:15:50 +0000 (+0300) Subject: [MIPS] Alchemy: don't unmask timer IRQ early X-Git-Tag: v2.6.26-rc1~700^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0167509574ef1cdb516906db5e8b6ad5ca64ab61;p=pandora-kernel.git [MIPS] Alchemy: don't unmask timer IRQ early Defer the unmasking of the count/compare interrupt (IRQ5) till the clockevent driver initialization: - only enable the cascaded IRQs 0 thru 4 in arch_init_irq(); kill the ALLINTS macro -- this change is blessed by AMD as I saw it in their own patch; :-) - do not force IRQ5 enabled in plat_time_init() if PM is enabled and there's no 32 KHz crystal. Update the copyrights (taking into account my prior changes), also removing Pete Popov's old email... Signed-off-by: Sergei Shtylyov Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed