# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Date 1200627002 -32400 # Node ID da14eb534000ebb823c300d9618893487c6d0241 # Parent 6cba65d76e436094903f6499ee052c896c778b1d fix emacs file mode in vmx_entry.S and vmx_vsa.S. not C, but ASM. vmx_entry.S is cleary derived linux entry.S so that using 8tab makes sense. PATCHNAME: asm_mode Signed-off-by: Isaku Yamahata diff --git a/xen/arch/ia64/vmx/vmx_entry.S b/xen/arch/ia64/vmx/vmx_entry.S --- a/xen/arch/ia64/vmx/vmx_entry.S +++ b/xen/arch/ia64/vmx/vmx_entry.S @@ -1,4 +1,4 @@ -/* -*- Mode:C; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */ +/* -*- Mode:ASM; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ /* * vmx_entry.S: * Copyright (c) 2005, Intel Corporation. diff --git a/xen/arch/ia64/vmx/vmx_vsa.S b/xen/arch/ia64/vmx/vmx_vsa.S --- a/xen/arch/ia64/vmx/vmx_vsa.S +++ b/xen/arch/ia64/vmx/vmx_vsa.S @@ -1,4 +1,4 @@ -/* -*- Mode:C; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */ +/* -*- Mode:ASM; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */ /* * vmx_vsa.c: Call PAL virtualization services. * Copyright (c) 2005, Intel Corporation.