hw/omap.h: Drop broken MEM_VERBOSE tracing
commitcff0cfbed5b8c41938af3d134381ea76ee0242f7
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 May 2012 16:46:26 +0000 (15 16:46 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Jun 2012 13:24:44 +0000 (19 13:24 +0000)
tree44689d128e18f88d6130ee9c0708de64cfb86c33
parent1e8cae4dfea2bcc91d3820dcf4f9284e7b0abb28
hw/omap.h: Drop broken MEM_VERBOSE tracing

Remove the MEM_VERBOSE tracing option from omap.h. This worked by
intercepting cpu_register_io_memory() calls; it has been broken
since cpu_register_io_memory() was removed in favour of the
MemoryRegion API.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/omap.h