[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [POWERPC][XEN] Fix build by adding proper guards to asm/numa.h
# HG changeset patch # User Hollis Blanchard <hollisb@xxxxxxxxxx> # Date 1185821222 18000 # Node ID 403bb3c4130e132976033ee8290dcd08fd024700 # Parent 5682f899c7ae7fa945085aaded75cd1220fd8d17 [POWERPC][XEN] Fix build by adding proper guards to asm/numa.h Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx> --- xen/include/asm-powerpc/numa.h | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+) 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |