Remove ARM NVIC initialization hack
authorPaul Brook <paul@codesourcery.com>
Thu, 4 Jun 2009 12:12:05 +0000 (13:12 +0100)
committerPaul Brook <paul@codesourcery.com>
Thu, 4 Jun 2009 12:12:05 +0000 (13:12 +0100)
commitbdb11366b9370e97fb436444c697c01fe839dc11
tree029aadb55bb219df61dc353e89f38c16629df0a7
parentf3d08ee6aeb6cc85928dda4ec5e972b85cda495d
Remove ARM NVIC initialization hack

The ARMv7-M NVIC device pokes itself into the CPU state.  Now we have a
proper device model we can have the CPU/SoC code do this.

Signed-off-by: Paul Brook <paul@codesourcery.com>
hw/armv7m.c
hw/armv7m_nvic.c