diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-28 06:19:38 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:58 -0500 |
commit | a23ba43573a24c351640bc19c06c701798fe6e25 (patch) | |
tree | b0d1481379ebe4d4345b7358ddffe16cf6d5c6f6 /include/asm-sh/unistd_64.h | |
parent | 4b27c47cf8eddb4153a026e89c7b092598c98b12 (diff) |
sh: comment tidying for sh64->sh migration.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/unistd_64.h')
-rw-r--r-- | include/asm-sh/unistd_64.h | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/include/asm-sh/unistd_64.h b/include/asm-sh/unistd_64.h index 1a5197f369b2..944511882cac 100644 --- a/include/asm-sh/unistd_64.h +++ b/include/asm-sh/unistd_64.h | |||
@@ -1,21 +1,19 @@ | |||
1 | #ifndef __ASM_SH64_UNISTD_H | 1 | #ifndef __ASM_SH_UNISTD_64_H |
2 | #define __ASM_SH64_UNISTD_H | 2 | #define __ASM_SH_UNISTD_64_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * This file is subject to the terms and conditions of the GNU General Public | 5 | * include/asm-sh/unistd_64.h |
6 | * License. See the file "COPYING" in the main directory of this archive | ||
7 | * for more details. | ||
8 | * | 6 | * |
9 | * include/asm-sh64/unistd.h | 7 | * This file contains the system call numbers. |
10 | * | 8 | * |
11 | * Copyright (C) 2000, 2001 Paolo Alberelli | 9 | * Copyright (C) 2000, 2001 Paolo Alberelli |
12 | * Copyright (C) 2003 - 2007 Paul Mundt | 10 | * Copyright (C) 2003 - 2007 Paul Mundt |
13 | * Copyright (C) 2004 Sean McGoogan | 11 | * Copyright (C) 2004 Sean McGoogan |
14 | * | 12 | * |
15 | * This file contains the system call numbers. | 13 | * This file is subject to the terms and conditions of the GNU General Public |
16 | * | 14 | * License. See the file "COPYING" in the main directory of this archive |
15 | * for more details. | ||
17 | */ | 16 | */ |
18 | |||
19 | #define __NR_restart_syscall 0 | 17 | #define __NR_restart_syscall 0 |
20 | #define __NR_exit 1 | 18 | #define __NR_exit 1 |
21 | #define __NR_fork 2 | 19 | #define __NR_fork 2 |
@@ -414,4 +412,4 @@ | |||
414 | #endif | 412 | #endif |
415 | 413 | ||
416 | #endif /* __KERNEL__ */ | 414 | #endif /* __KERNEL__ */ |
417 | #endif /* __ASM_SH64_UNISTD_H */ | 415 | #endif /* __ASM_SH_UNISTD_64_H */ |