aboutsummaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-11-23 14:06:31 +0200
committerAvi Kivity <avi@redhat.com>2011-11-28 15:38:39 +0200
commit92c0bba9a95739c92e959fe478cb1acb92fa5446 (patch)
treeaccb71700fa4fbd4871fa064230004d57e996599 /hw/omap.h
parentaee39503dfae943728e99a67decf06e76211ade0 (diff)
omap: remove L4_MUX_HACK
This was introduced apparently to overcome a limitation on the number of cpu_register_io_memory() calls. 477b24ef91175 (July 2008) removed use of the hack, but retained the code. This patch removes the code as well. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Andrzej Zaborowski <balrogg@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/omap.h b/hw/omap.h
index 924618e87a..8bd1810eb3 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -1127,7 +1127,4 @@ inline static int debug_register_io_memory(CPUReadMemoryFunc * const *mem_read,
# define cpu_register_io_memory debug_register_io_memory
# endif
-/* Define when we want to reduce the number of IO regions registered. */
-/*# define L4_MUX_HACK*/
-
#endif /* hw_omap_h */