qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5852] Cosmetic cleanups to previous patch.


From: Paul Brook
Subject: [Qemu-devel] [5852] Cosmetic cleanups to previous patch.
Date: Tue, 02 Dec 2008 09:02:17 +0000

Revision: 5852
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5852
Author:   pbrook
Date:     2008-12-02 09:02:15 +0000 (Tue, 02 Dec 2008)

Log Message:
-----------
Cosmetic cleanups to previous patch.

Modified Paths:
--------------
    trunk/exec.c

Modified: trunk/exec.c
===================================================================
--- trunk/exec.c        2008-12-01 20:57:52 UTC (rev 5851)
+++ trunk/exec.c        2008-12-02 09:02:15 UTC (rev 5852)
@@ -1973,7 +1973,6 @@
            IO_MEM_ROMD uses these as a ram address.  */
         iotlb = (pd & ~TARGET_PAGE_MASK);
         if (p) {
-            /* FIXME: What if this isn't page aligned?  */
             iotlb += p->region_offset;
         } else {
             iotlb += paddr;
@@ -2307,7 +2306,7 @@
             if ((phys_offset & ~TARGET_PAGE_MASK) <= IO_MEM_ROM ||
                 (phys_offset & IO_MEM_ROMD)) {
                 phys_offset += TARGET_PAGE_SIZE;
-            }else {
+            } else {
                 target_phys_addr_t start_addr2, end_addr2;
                 int need_subpage = 0;
 






reply via email to

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