just commented out unneeded line in irq init
authortheStack <sebastian.falbesoner@gmail.com>
Thu, 3 Sep 2009 23:54:33 +0000 (01:54 +0200)
committertheStack <sebastian.falbesoner@gmail.com>
Thu, 3 Sep 2009 23:54:33 +0000 (01:54 +0200)
commit6c7f1b47248745511987036b3aa20b5055c39c22
tree6628d4dea61a5c7c5aebdc796d0e72e89408da1c
parent3a17a5742283d2510b6bdcf42dcb76cdb66d3770
just commented out unneeded line in irq init

due to the fact that (HW_PPCIRQMASK+0x04 == HW_ARMIRQFLAG),
that write concerns arm irqs and is thus not needed here.
besides that, writing 0 to a flag register seems to be
senseless anyway (what have mini people done here? :P).
irq.c