Re: [PATCH 09/12] xen: make include/xen/page.h portable moving thosedefinitions under asm dir.

From: Avi Kivity
Date: Sun Mar 30 2008 - 09:42:23 EST


Jeremy Fitzhardinge wrote:
Isaku Yamahata wrote:
The definitions in include/asm/xen/page.h are arch specific.
ia64/xen wants to define its own version. So move them to arch specific
directory and keep include/xen/page.h in order not to break compilation.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
include/{ => asm-x86}/xen/page.h | 0 include/xen/page.h | 169 +-------------------------------------
2 files changed, 1 insertions(+), 168 deletions(-)
copy include/{ => asm-x86}/xen/page.h (100%)

diff --git a/include/xen/page.h b/include/asm-x86/xen/page.h
similarity index 100%
copy from include/xen/page.h
copy to include/asm-x86/xen/page.h
diff --git a/include/xen/page.h b/include/xen/page.h

Is this a magic git-format patch, or is it simply missing asm-x86/xen/page.h?


Magic git format. Look at lines beginning with 'copy' above.

(a better result would have been a move along with a creation of a new include/xen/page.h)

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/