qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5900] Remove a duplicate omap_l4_attach(), add one missing elsewhere.
@ 2008-12-07  1:51 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-12-07  1:51 UTC (permalink / raw)
  To: qemu-devel

Revision: 5900
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5900
Author:   balrog
Date:     2008-12-07 01:51:28 +0000 (Sun, 07 Dec 2008)

Log Message:
-----------
Remove a duplicate omap_l4_attach(), add one missing elsewhere.

Modified Paths:
--------------
    trunk/hw/omap2.c
    trunk/hw/omap_dss.c

Modified: trunk/hw/omap2.c
===================================================================
--- trunk/hw/omap2.c	2008-12-07 01:49:28 UTC (rev 5899)
+++ trunk/hw/omap2.c	2008-12-07 01:51:28 UTC (rev 5900)
@@ -3898,7 +3898,6 @@
     iomemtype = l4_register_io_memory(0, omap_sysctl_readfn,
                     omap_sysctl_writefn, s);
     omap_l4_attach(ta, 0, iomemtype);
-    omap_l4_attach(ta, 0, iomemtype);
 
     return s;
 }

Modified: trunk/hw/omap_dss.c
===================================================================
--- trunk/hw/omap_dss.c	2008-12-07 01:49:28 UTC (rev 5899)
+++ trunk/hw/omap_dss.c	2008-12-07 01:51:28 UTC (rev 5900)
@@ -1049,6 +1049,7 @@
                     omap_im3_writefn, s);
     omap_l4_attach(ta, 0, iomemtype[0]);
     omap_l4_attach(ta, 1, iomemtype[1]);
+    omap_l4_attach(ta, 2, iomemtype[2]);
     omap_l4_attach(ta, 3, iomemtype[3]);
     cpu_register_physical_memory(l3_base, 0x1000, iomemtype[4]);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-07  1:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07  1:51 [Qemu-devel] [5900] Remove a duplicate omap_l4_attach(), add one missing elsewhere Andrzej Zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).