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-ppc-devel

[XenPPC] [ppc/xen-unstable.hg] [POWERPC][XEN] Fix build by adding proper

Changeset 403bb3c4130e : 
http://xenbits.xensource.com/ext/ppc/xen-unstable.hg?cmd=changeset;node=403bb3c4130e

        [POWERPC][XEN] Fix build by adding proper guards to asm/numa.h
        Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>

diffstat:

1 files changed, 25 insertions(+)
xen/include/asm-powerpc/numa.h |   25 +++++++++++++++++++++++++

diffs (32 lines):

diff -r 5682f899c7ae -r 403bb3c4130e xen/include/asm-powerpc/numa.h
--- a/xen/include/asm-powerpc/numa.h    Fri Jul 27 09:06:58 2007 +0100
+++ b/xen/include/asm-powerpc/numa.h    Mon Jul 30 13:47:02 2007 -0500
@@ -1,3 +1,28 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ *
+ * Copyright (C) IBM Corp. 2007
+ *
+ * Authors: Hollis Blanchard <hollisb@xxxxxxxxxx>
+ */
+
+#ifndef __ASM_NUMA_H__
+#define __ASM_NUMA_H__
+
 #include <xen/init.h>
 #include "../asm-x86/numa.h"
 extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn);
+
+#endif

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [ppc/xen-unstable.hg] [POWERPC][XEN] Fix build by adding proper ..., patchbot <=