target/ppc: 405: Add missing MSR_ME bit
authorFabiano Rosas <farosas@linux.ibm.com>
Fri, 28 Jan 2022 12:15:03 +0000 (13:15 +0100)
committerCédric Le Goater <clg@kaod.org>
Fri, 28 Jan 2022 12:15:03 +0000 (13:15 +0100)
commit301e5d48b15d2846cabe0f5c7600860b35c58c12
treee09b8d2f7f82a9f160b1dabaad8cf13f763b66eb
parent645d843ca55f0a7aa9be3ef19694d5a44b002f6e
target/ppc: 405: Add missing MSR_ME bit

The 405 MSR has the Machine Check Enable bit. We're making use of it
when dispatching Machine Check, so add the bit to the msr_mask.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20220118184448.852996-3-farosas@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/cpu_init.c