[MIPS] Build fix: Fix irq flags type
authorRalf Baechle <ralf@linux-mips.org>
Wed, 1 Oct 2008 20:52:41 +0000 (21:52 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 3 Oct 2008 16:58:56 +0000 (17:58 +0100)
Though from a hardware perspective it would be sensible to use only a
32-bit unsigned int type Linux defines interrupt flags to be stored in
an unsigned long and nothing else.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found