[PATCH -tip] x86_64: uml: fix rename header guard

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Hiroshi Shimamoto
Date: Thursday, August 14, 2008 - 5:25 pm

From: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>

In unistd_64.h, the guard macro _ASM_X86_64_UNISTD_H_ is renamed to
ASM_X86__UNISTD_64_H.

This change should be applied to arch/um/sys-x86_64/syscall_table.c.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
---
 arch/um/sys-x86_64/syscall_table.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/um/sys-x86_64/syscall_table.c b/arch/um/sys-x86_64/syscall_table.c
index c128eb8..32f5fbe 100644
--- a/arch/um/sys-x86_64/syscall_table.c
+++ b/arch/um/sys-x86_64/syscall_table.c
@@ -41,12 +41,12 @@
 #define stub_rt_sigreturn sys_rt_sigreturn
 
 #define __SYSCALL(nr, sym) extern asmlinkage void sym(void) ;
-#undef _ASM_X86_64_UNISTD_H_
+#undef ASM_X86__UNISTD_64_H
 #include <asm-x86/unistd_64.h>
 
 #undef __SYSCALL
 #define __SYSCALL(nr, sym) [ nr ] = sym,
-#undef _ASM_X86_64_UNISTD_H_
+#undef ASM_X86__UNISTD_64_H
 
 typedef void (*sys_call_ptr_t)(void);
 
-- 
1.5.6

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -tip] x86_64: uml: fix rename header guard, Hiroshi Shimamoto, (Thu Aug 14, 5:25 pm)
Re: [PATCH -tip] x86_64: uml: fix rename header guard, Vegard Nossum, (Thu Aug 14, 11:33 pm)
Re: [PATCH -tip] x86_64: uml: fix rename header guard, Ingo Molnar, (Fri Aug 15, 3:25 am)
Re: [PATCH -tip] x86_64: uml: fix rename header guard, Ingo Molnar, (Fri Aug 15, 4:37 am)