xen: make include/xen/page.h portable moving those definitions under asm dir
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 2 Apr 2008 17:53:58 +0000 (10:53 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Apr 2008 21:57:32 +0000 (23:57 +0200)
commit20e71f2edb5991de8f2a70902b4aa5982f67c69c
tree0fb3591ab0e41fd7836a4b98cac35494ebe91395
parent642e0c882cd5369429c833d97e4804c8be473e8a
xen: make include/xen/page.h portable moving those definitions under asm dir

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@valinux.co.jp>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/xen/page.h [new file with mode: 0644]
include/xen/page.h