aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 17:59:32 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 17:59:32 +0100
commitc0fd920e987be439fb445338566f910c433679fd (patch)
tree8c37942f7eb261ebf9aa240d865f7d0c0e470ddc /tools/libxc/xg_private.h
parenta36c8be096210ffb6e81b8ffdc7cad8ffad747d2 (diff)
downloadxen-c0fd920e987be439fb445338566f910c433679fd.tar.gz
xen-c0fd920e987be439fb445338566f910c433679fd.tar.bz2
xen-c0fd920e987be439fb445338566f910c433679fd.zip
[SOLARIS] Don't build ptrace code on Solaris.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xg_private.h')
-rw-r--r--tools/libxc/xg_private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/libxc/xg_private.h b/tools/libxc/xg_private.h
index c471e94cb6..63ad2bcfdc 100644
--- a/tools/libxc/xg_private.h
+++ b/tools/libxc/xg_private.h
@@ -79,10 +79,6 @@ unsigned long csum_page (void * page);
#define L4_PAGETABLE_ENTRIES 512
#endif
-#define PAGE_SHIFT XC_PAGE_SHIFT
-#define PAGE_SIZE (1UL << PAGE_SHIFT)
-#define PAGE_MASK (~(PAGE_SIZE-1))
-
typedef uint32_t l1_pgentry_32_t;
typedef uint32_t l2_pgentry_32_t;
typedef uint64_t l1_pgentry_64_t;