WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] hvmloader: Remove bogus and unused RESERV

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] hvmloader: Remove bogus and unused RESERVED_MEMSIZE decl.
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Wed, 03 Aug 2011 21:44:10 +0100
Delivery-date: Wed, 03 Aug 2011 13:46:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1311411373 -3600
# Node ID 5f7dc61e166bab47294fbb4be8b4e05d137562b4
# Parent  815ef5cf02613b9d21e2c9837760278516a69965
hvmloader: Remove bogus and unused RESERVED_MEMSIZE decl.

Signed-off-by: Keir Fraser <keir@xxxxxxx>
---


diff -r 815ef5cf0261 -r 5f7dc61e166b tools/firmware/hvmloader/util.h
--- a/tools/firmware/hvmloader/util.h   Sat Jul 23 09:43:47 2011 +0100
+++ b/tools/firmware/hvmloader/util.h   Sat Jul 23 09:56:13 2011 +0100
@@ -81,7 +81,7 @@
 #define pci_writel(devfn, reg, val) (pci_write(devfn, reg, 4, (uint32_t)val))
 
 /* Get a pointer to the shared-info page */
-struct shared_info *get_shared_info(void);
+struct shared_info *get_shared_info(void) __attribute__ ((const));
 
 /* Get CPU speed in MHz. */
 uint16_t get_cpu_mhz(void);
@@ -138,7 +138,7 @@
 })
 
 /* HVM-builder info. */
-struct hvm_info_table *get_hvm_info_table(void);
+struct hvm_info_table *get_hvm_info_table(void) __attribute__ ((const));
 #define hvm_info (get_hvm_info_table())
 
 /* String and memory functions */

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] hvmloader: Remove bogus and unused RESERVED_MEMSIZE decl., Xen patchbot-unstable <=