]> git.proxmox.com Git - mirror_qemu.git/commit
target-alpha: Fix interrupt mask for cpu1
authorRichard Henderson <rth@twiddle.net>
Tue, 22 Nov 2016 15:53:53 +0000 (16:53 +0100)
committerRichard Henderson <rth@twiddle.net>
Tue, 22 Nov 2016 15:53:53 +0000 (16:53 +0100)
commit424ad8388f89f4202a7836d003273f23ebe04b09
tree8598dcfcb3e07f43b59a5540356a08920eff0585
parentc36ed06e9159fa484b711dfdd27ec64d7ac3d17a
target-alpha: Fix interrupt mask for cpu1

A typo prevents ISA interrupts from being recognized on cpu0,
which is where the smp kernel normally wants to see them.

Signed-off-by: Richard Henderson <rth@twiddle.net>
hw/alpha/typhoon.c