aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/compat
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-09 14:06:22 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-09 14:06:22 +0100
commit6df628045b5dd29ca52334e683d93b38b52e3dc4 (patch)
tree3d561dcffaf65a3fb0d63f25ebcb052f29d8aed6 /xen/common/compat
parent9f426c8ad5ae2a5fec29c8505fa5a733084d4a48 (diff)
downloadxen-6df628045b5dd29ca52334e683d93b38b52e3dc4.tar.gz
xen-6df628045b5dd29ca52334e683d93b38b52e3dc4.tar.bz2
xen-6df628045b5dd29ca52334e683d93b38b52e3dc4.zip
Remove no-pv-compat cmdline option.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/compat')
-rw-r--r--xen/common/compat/kernel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/common/compat/kernel.c b/xen/common/compat/kernel.c
index 07b1166ffd..a655c9c227 100644
--- a/xen/common/compat/kernel.c
+++ b/xen/common/compat/kernel.c
@@ -45,9 +45,6 @@ CHECK_TYPE(domain_handle);
#include "../kernel.c"
-int compat_disabled = 0;
-boolean_param("no-pv-compat", compat_disabled);
-
/*
* Local variables:
* mode: C