]> git.proxmox.com Git - mirror_qemu.git/commit
stm32f205: Rename 'nvic' local to 'armv7m'
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 20 Feb 2017 15:36:05 +0000 (15:36 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Feb 2017 16:18:49 +0000 (16:18 +0000)
commit8a85e0654e6e5ad5e4c9c809cdb608046d56aa5d
tree7efaa58799f632ac09d8b84ef982a5c297ad976c
parentb72e2f68567c372bfcb6febb69c4dfc004166b0d
stm32f205: Rename 'nvic' local to 'armv7m'

The local variable 'nvic' in stm32f205_soc_realize() no longer
holds a direct pointer to the NVIC device; it is a pointer to
the ARMv7M container object. Rename it 'armv7m' accordingly.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1487604965-23220-12-git-send-email-peter.maydell@linaro.org
hw/arm/stm32f205_soc.c