qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Andrzej Zaborowski <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5900] Remove a duplicate omap_l4_attach(), add one missing elsewhere.
Date: Sun, 07 Dec 2008 01:51:29 +0000	[thread overview]
Message-ID: <E1L98nx-0006RF-9r@cvs.savannah.gnu.org> (raw)

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	other threads:[~2008-12-07  1:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1L98nx-0006RF-9r@cvs.savannah.gnu.org \
    --to=balrogg@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).