cpu/a9mpcore: reorder operations/declarations
commit4c25f365ab3a4f7de0a49af5d39ddc9d459e245b
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 10 Dec 2013 13:24:51 +0000 (10 13:24 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Dec 2013 13:24:51 +0000 (10 13:24 +0000)
tree878f240dac9d7ec47e3b8f9ffc8e1c7dd26520bc
parentd3053e6be5d90b86cbeba5eb3bba6d210014014b
cpu/a9mpcore: reorder operations/declarations

To make it consistent for easier code reading. The order in which
variables are defined and functions are called is set to match the
address map ordering.

The new consistent order of doing stuff is:

SCU -> GIC -> MPTimer -> WDT.

0 functional change.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 8f31398e6d9a93f57291399f269039da1a77a2b5.1385969450.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/cpu/a9mpcore.c
include/hw/cpu/a9mpcore.h