aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/ldt.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-24 10:46:37 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-24 10:46:37 +0000
commit663b012ac694200f9ee33678ed742fff3d9ef645 (patch)
tree1b22bda743773c7189a9a41234aab6060fcc367d /xen/include/asm-x86/ldt.h
parent590b01946254786eb8b9f8f7b7053a19ef403f75 (diff)
downloadxen-663b012ac694200f9ee33678ed742fff3d9ef645.tar.gz
xen-663b012ac694200f9ee33678ed742fff3d9ef645.tar.bz2
xen-663b012ac694200f9ee33678ed742fff3d9ef645.zip
bitkeeper revision 1.1236.1.14 (421db08d6LIbanwxXMIaE6u0X5DIbQ)
Move Emacs mode lines to end of files, out of the way. Signed-off-by: Keir Fraser <keir.fraser@cl.cam.ac.uk>
Diffstat (limited to 'xen/include/asm-x86/ldt.h')
-rw-r--r--xen/include/asm-x86/ldt.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/xen/include/asm-x86/ldt.h b/xen/include/asm-x86/ldt.h
index d44d896de1..d76dd35cb6 100644
--- a/xen/include/asm-x86/ldt.h
+++ b/xen/include/asm-x86/ldt.h
@@ -1,4 +1,3 @@
-/* -*- Mode:C; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
#ifndef __ARCH_LDT_H
#define __ARCH_LDT_H
@@ -29,3 +28,12 @@ static inline void load_LDT(struct exec_domain *ed)
#endif /* !__ASSEMBLY__ */
#endif
+
+/*
+ * Local variables:
+ * mode: C
+ * c-set-style: "BSD"
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ */