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

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 0b82024b
......@@ -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'));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment