commit | e114fead273e2a7d453c2fb67c74cad58c34581d | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Dec 19 20:33:59 2011 +0000 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Dec 20 15:44:31 2011 -0600 |
tree | a4974e5a82f21f25ed977131931fca24176ff837 | |
parent | 42ed3727536ccf80c87942b3f04e7378fe90f107 [diff] |
hw/sysbus.c: Remove unnecessary conditionals Now that all sysbus MMIO regions are MemoryRegions, mmio[n].memory is never NULL, and we can remove some unnecessary conditionals. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>