xen: move Xen-testing predicates to common header

Move xen_domain and related tests out of asm-x86 to xen/xen.h so they
can be included whenever they are necessary.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
此提交包含在:
Jeremy Fitzhardinge
2009-10-06 15:11:14 -07:00
提交者 Jesse Barnes
父節點 9a08f7d350
當前提交 1ccbf5344c
共有 15 個檔案被更改,包括 54 行新增27 行删除

查看文件

@@ -28,6 +28,7 @@
#include <linux/highmem.h>
#include <linux/console.h>
#include <xen/xen.h>
#include <xen/interface/xen.h>
#include <xen/interface/version.h>
#include <xen/interface/physdev.h>