qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5900] Remove a duplicate omap_l4_attach(), add one missing


From: Andrzej Zaborowski
Subject: [Qemu-devel] [5900] Remove a duplicate omap_l4_attach(), add one missing elsewhere.
Date: Sun, 07 Dec 2008 01:51:29 +0000

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]);
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]