Correct some accidental introduction of tabs in arch/x86/link.lds.S
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
main_err_msg: .asciz "xtf_main() returned\n"
SIZE(main_err_msg)
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
main_err_msg: .asciz "xtf_main() returned\n"
SIZE(main_err_msg)
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
int $0x20 /* Return to kernel privilege. */
ret
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
int $0x20 /* Return to kernel privilege. */
ret
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
.long 0
.endr
SIZE(l3_paemap)
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
DECLARE_HYPERCALL(arch_5)
DECLARE_HYPERCALL(arch_6)
DECLARE_HYPERCALL(arch_7)
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
*(.rodata)
*(.rodata.*)
- . = ALIGN(8);
- __start_ex_table = .;
+ . = ALIGN(8);
+ __start_ex_table = .;
*(.ex_table)
__stop_ex_table = .;
}
*(.note.*)
}
}
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */
(warnings && (status == STATUS_SUCCESS)) ?
" with warnings" : "");
}
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
#define ETIMEDOUT 110 /* Connection timed out */
#endif /* __XEN_PUBLIC_ERRNO_H__ */
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ */
#ifdef __i386__
GEN_SEQUENCE into
#endif
+
+/*
+ * Local variables:
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ */