From 92c0bba9a95739c92e959fe478cb1acb92fa5446 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Wed, 23 Nov 2011 14:06:31 +0200 Subject: 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 Reviewed-by: Andrzej Zaborowski Signed-off-by: Avi Kivity --- hw/omap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'hw/omap.h') 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 */ -- cgit v1.2.3