Re: [Qemu-devel] [PATCH 1/3] omap: remove L4_MUX_HACK

2011-11-26 Thread andrzej zaborowski
On 24 November 2011 16:57, Avi Kivity wrote: > 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. > > Signed-off-by: Avi Kivity

[Qemu-devel] [PATCH 1/3] omap: remove L4_MUX_HACK

2011-11-24 Thread Avi Kivity
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. Signed-off-by: Avi Kivity --- hw/omap.h|3 - hw/omap_l4.c | 118 -