]> Git Repo - qemu.git/commit - hw/cpu/a9mpcore.c
cpu/a9mpcore: reorder operations/declarations
authorPeter Crosthwaite <[email protected]>
Tue, 10 Dec 2013 13:24:51 +0000 (13:24 +0000)
committerPeter Maydell <[email protected]>
Tue, 10 Dec 2013 13:24:51 +0000 (13:24 +0000)
commit4c25f365ab3a4f7de0a49af5d39ddc9d459e245b
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: 8f31398e6d9a93f57291399f269039da1a77a2b5.1385969450[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/cpu/a9mpcore.c
include/hw/cpu/a9mpcore.h
This page took 0.044464 seconds and 4 git commands to generate.