aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/debugger.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-02 21:05:33 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-02 21:05:33 +0000
commitdc33311d827818f8c893b88d89bf015327c79a42 (patch)
treef724a627d86ed052c2b4d1c816af731d6d6d8f90 /xen/include/asm-x86/debugger.h
parentb5290d3405646879575efe051dc479e7117729a1 (diff)
downloadxen-dc33311d827818f8c893b88d89bf015327c79a42.tar.gz
xen-dc33311d827818f8c893b88d89bf015327c79a42.tar.bz2
xen-dc33311d827818f8c893b88d89bf015327c79a42.zip
bitkeeper revision 1.1644.1.1 (429f749dKFzVUg9NXDMVu4apHJvpNQ)
The last annoying rename: struct exec_domain *ed -> struct vcpu *v Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/debugger.h')
-rw-r--r--xen/include/asm-x86/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/debugger.h b/xen/include/asm-x86/debugger.h
index cff37a83a8..34ff5bdddc 100644
--- a/xen/include/asm-x86/debugger.h
+++ b/xen/include/asm-x86/debugger.h
@@ -60,7 +60,7 @@ static inline int debugger_trap_fatal(
static inline int debugger_trap_entry(
unsigned int vector, struct cpu_user_regs *regs)
{
- struct exec_domain *ed = current;
+ struct vcpu *v = current;
if ( !KERNEL_MODE(ed, regs) || (ed->domain->domain_id == 0) )
return 0;