xics/icp: MFRR starts at 0xff not 0x00

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
pull/210/head
Benjamin Herrenschmidt 4 years ago
parent 0b82024b01
commit 8080168327

@ -53,7 +53,7 @@ architecture behaviour of xics is
constant reg_internal_init : reg_internal_t :=
(wb_ack => '0',
mfrr_pending => '0',
mfrr => x"00", -- mask everything on reset
mfrr => x"ff", -- no IPI on reset
irq => '0',
others => (others => '0'));


Loading…
Cancel
Save