]> Git Repo - qemu.git/commit
cpu-exec.c: Allow disabling of IRQs on ARM Cortex-M CPUs
authorDavid Hoover <[email protected]>
Fri, 12 Sep 2014 13:06:47 +0000 (14:06 +0100)
committerPeter Maydell <[email protected]>
Fri, 12 Sep 2014 13:06:47 +0000 (14:06 +0100)
commitc3c8d6b3ddc881fb2ebd651e320cda36b2ec079b
treec05da2ccb0ac4652634c3bfa54f917763900c99c
parentf022b8e95379b0433d13509706b66f38fc15dde8
cpu-exec.c: Allow disabling of IRQs on ARM Cortex-M CPUs

Correct an error in the logic for deciding whether we can
take an IRQ interrupt which meant that on M profile cores
it was never possible to disable them.

The design here is still bogus in that M profile doesn't
have separate "IRQ" and "FIQ", which are an A/R profile
concept; we should ideally implement the proper priority
based scheme.

Signed-off-by: David Hoover <[email protected]>
[PMM: Wrote a proper commit message]
Signed-off-by: Peter Maydell <[email protected]>
cpu-exec.c
This page took 0.025272 seconds and 4 git commands to generate.