]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86/dom0: add missing flag to printf format for PVH
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 27 Dec 2018 14:48:41 +0000 (15:48 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Thu, 27 Dec 2018 14:48:41 +0000 (15:48 +0100)
No functional change.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
xen/arch/x86/hvm/dom0_build.c

index 24cc15f28be8824d7207129d49cff587fdbec3f5..c0eb9cb9534d8e842e8f1b6d6b52d171370e9b5d 100644 (file)
@@ -124,7 +124,7 @@ static int __init pvh_populate_memory_range(struct domain *d,
                                     order);
         if ( rc != 0 )
         {
-            printk("Failed to populate memory: [%#lx,%lx): %d\n",
+            printk("Failed to populate memory: [%#lx,%#lx): %d\n",
                    start, start + (1UL << order), rc);
             return -ENOMEM;
         }