diff options
author | Dave Jones <davej@redhat.com> | 2008-01-30 13:30:28 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:28 +0100 |
commit | 99122a3fe74c4918cdc86a8d6d63b40240fa8881 (patch) | |
tree | b73519d2b422726b0951ec695d8bc39a7ba1ba60 /include/asm-x86/ia32_unistd.h | |
parent | 3abf024d2abb79614d8c4cb25a70d5596f77d0ad (diff) | |
download | blackbird-op-linux-99122a3fe74c4918cdc86a8d6d63b40240fa8881.tar.gz blackbird-op-linux-99122a3fe74c4918cdc86a8d6d63b40240fa8881.zip |
x86: remove more bogus filenames in comments.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/ia32_unistd.h')
-rw-r--r-- | include/asm-x86/ia32_unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/ia32_unistd.h b/include/asm-x86/ia32_unistd.h index 5b52ce507338..61cea9e7c5c1 100644 --- a/include/asm-x86/ia32_unistd.h +++ b/include/asm-x86/ia32_unistd.h @@ -5,7 +5,7 @@ * This file contains the system call numbers of the ia32 port, * this is for the kernel only. * Only add syscalls here where some part of the kernel needs to know - * the number. This should be otherwise in sync with asm-i386/unistd.h. -AK + * the number. This should be otherwise in sync with asm-x86/unistd_32.h. -AK */ #define __NR_ia32_restart_syscall 0 |