aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/sysctl.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-17 15:29:57 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-17 15:29:57 +0000
commit95b81d6a804d1cded0dd86318ccd315268cbfeb6 (patch)
tree7a7b71e7c48ffb4da69aa15e6d9cdaf4a1dcc9d7 /xen/common/sysctl.c
parent11c121640c88f17b4c78738ffa92c0dd2500b314 (diff)
downloadxen-95b81d6a804d1cded0dd86318ccd315268cbfeb6.tar.gz
xen-95b81d6a804d1cded0dd86318ccd315268cbfeb6.tar.bz2
xen-95b81d6a804d1cded0dd86318ccd315268cbfeb6.zip
Revert debugging patch c/s 19344.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/common/sysctl.c')
-rw-r--r--xen/common/sysctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/common/sysctl.c b/xen/common/sysctl.c
index 69604cebce..70da626416 100644
--- a/xen/common/sysctl.c
+++ b/xen/common/sysctl.c
@@ -237,8 +237,6 @@ long do_sysctl(XEN_GUEST_HANDLE(xen_sysctl_t) u_sysctl)
uint32_t *status, *ptr;
unsigned long pfn;
- BUG();
-
ptr = status = xmalloc_bytes( sizeof(uint32_t) *
(op->u.page_offline.end -
op->u.page_offline.start + 1));