aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/gdbstub.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-07 18:40:42 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-07 18:40:42 +0100
commit97bdaa5bdfc8bd417c69ef8244ca31de174d67e7 (patch)
tree0014dda63b9546722b697809d50aafa165f808e9 /xen/common/gdbstub.c
parent15c0d5d00a502a4f68a3cbc3eb0e6ae812e0e137 (diff)
downloadxen-97bdaa5bdfc8bd417c69ef8244ca31de174d67e7.tar.gz
xen-97bdaa5bdfc8bd417c69ef8244ca31de174d67e7.tar.bz2
xen-97bdaa5bdfc8bd417c69ef8244ca31de174d67e7.zip
Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/gdbstub.c')
-rw-r--r--xen/common/gdbstub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c
index 7ff7524cd2..fe51f79d35 100644
--- a/xen/common/gdbstub.c
+++ b/xen/common/gdbstub.c
@@ -35,7 +35,6 @@
than any actual intention. It doesn't at the moment. */
#include <xen/lib.h>
-#include <asm/uaccess.h>
#include <xen/spinlock.h>
#include <xen/serial.h>
#include <xen/irq.h>