aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hap.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-17 09:22:41 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-17 09:22:41 +0100
commitdf4b2f1d6317f5bbbc627498e0cf2dc8f134ff02 (patch)
treed528929e782a2f1eb15a9916b67db1e3ec64b9d9 /xen/include/asm-x86/hap.h
parentd0706d17dd3190562439f79a42e3f4827a693abe (diff)
downloadxen-df4b2f1d6317f5bbbc627498e0cf2dc8f134ff02.tar.gz
xen-df4b2f1d6317f5bbbc627498e0cf2dc8f134ff02.tar.bz2
xen-df4b2f1d6317f5bbbc627498e0cf2dc8f134ff02.zip
hap: Fix for coding style.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hap.h')
-rw-r--r--xen/include/asm-x86/hap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hap.h b/xen/include/asm-x86/hap.h
index 27b47766fd..afc6e08143 100644
--- a/xen/include/asm-x86/hap.h
+++ b/xen/include/asm-x86/hap.h
@@ -26,8 +26,6 @@
#ifndef _XEN_HAP_H
#define _XEN_HAP_H
-#define HERE_I_AM \
- debugtrace_printk("HERE I AM: %s %s %d\n", __func__, __FILE__, __LINE__)
#define HAP_PRINTK(_f, _a...) \
debugtrace_printk("hap: %s(): " _f, __func__, ##_a)
#define HAP_ERROR(_f, _a...) \
@@ -98,6 +96,7 @@ extern struct paging_mode hap_paging_real_mode;
extern struct paging_mode hap_paging_protected_mode;
extern struct paging_mode hap_paging_pae_mode;
extern struct paging_mode hap_paging_long_mode;
+
#endif /* XEN_HAP_H */
/*