From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH][TOOLS] libxc: remove redundant declaration Date: Fri, 11 Jul 2008 14:59:47 +0200 Message-ID: <200807111459.47846.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_Dl1dIfehafsDLWX" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_Dl1dIfehafsDLWX Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi! Attached patch removes redundant declaration of xc_copy_to_domain_page(). It's already declared in xenctrl.h. Signed-off-by: Christoph Egger =2D-=20 AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz (Gesch=E4ftsanschrift): Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland Registergericht Dresden: HRA 4896 vertretungsberechtigter Komplement=E4r: AMD Saxony LLC (Sitz Wilmington, Delaware, USA) Gesch=E4ftsf=FChrer der AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas McCoy --Boundary-00=_Dl1dIfehafsDLWX Content-Type: text/x-diff; charset="us-ascii"; name="tools_private.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="tools_private.diff" diff -r 27aaff984b36 tools/libxc/xg_private.h --- a/tools/libxc/xg_private.h Thu Jul 10 17:33:23 2008 +0100 +++ b/tools/libxc/xg_private.h Fri Jul 11 13:02:52 2008 +0200 @@ -170,9 +170,6 @@ typedef l4_pgentry_64_t l4_pgentry_t; #define PAEKERN_extended_cr3 2 #define PAEKERN_bimodal 3 -int xc_copy_to_domain_page(int xc_handle, uint32_t domid, - unsigned long dst_pfn, const char *src_page); - int pin_table(int xc_handle, unsigned int type, unsigned long mfn, domid_t dom); --Boundary-00=_Dl1dIfehafsDLWX Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_Dl1dIfehafsDLWX--