aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/xen.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/public/xen.h')
-rw-r--r--xen/include/public/xen.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
index d46472c16c..2fdd400e92 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -287,9 +287,6 @@ typedef struct
/* Event channel endpoints per domain. */
#define NR_EVENT_CHANNELS 1024
-/* Support for multi-processor guests. */
-#define MAX_VIRT_CPUS 32
-
/*
* Per-VCPU information goes here. This will be cleaned up more when Xen
* actually supports multi-VCPU guests.