diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-07-14 10:04:42 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-07-14 10:05:49 -0400 |
commit | 5f7e63107f5e3a11e74d511cf63ad7dbf4a8fa56 (patch) | |
tree | d1abadec0c6336caf600121909d127972d932b39 /arch/mips | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) |
MIPS: asm-offset.c: Patch up various comments refering to the old filename.
arch/mips/tools/offset.c was renamed to arch/mips/kernel/asm-offsets.c
for v2.6.14.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/uapi/asm/sigcontext.h | 4 | ||||
-rw-r--r-- | arch/mips/kernel/asm-offsets.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/include/uapi/asm/sigcontext.h b/arch/mips/include/uapi/asm/sigcontext.h index 6c9906f59c6e..9081d88ae44f 100644 --- a/arch/mips/include/uapi/asm/sigcontext.h +++ b/arch/mips/include/uapi/asm/sigcontext.h | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | /* | 17 | /* |
18 | * Keep this struct definition in sync with the sigcontext fragment | 18 | * Keep this struct definition in sync with the sigcontext fragment |
19 | * in arch/mips/tools/offset.c | 19 | * in arch/mips/kernel/asm-offsets.c |
20 | */ | 20 | */ |
21 | struct sigcontext { | 21 | struct sigcontext { |
22 | unsigned int sc_regmask; /* Unused */ | 22 | unsigned int sc_regmask; /* Unused */ |
@@ -46,7 +46,7 @@ struct sigcontext { | |||
46 | #include <linux/posix_types.h> | 46 | #include <linux/posix_types.h> |
47 | /* | 47 | /* |
48 | * Keep this struct definition in sync with the sigcontext fragment | 48 | * Keep this struct definition in sync with the sigcontext fragment |
49 | * in arch/mips/tools/offset.c | 49 | * in arch/mips/kernel/asm-offsets.c |
50 | * | 50 | * |
51 | * Warning: this structure illdefined with sc_badvaddr being just an unsigned | 51 | * Warning: this structure illdefined with sc_badvaddr being just an unsigned |
52 | * int so it was changed to unsigned long in 2.6.0-test1. This may break | 52 | * int so it was changed to unsigned long in 2.6.0-test1. This may break |
diff --git a/arch/mips/kernel/asm-offsets.c b/arch/mips/kernel/asm-offsets.c index beabe19ff8e5..072fab13645d 100644 --- a/arch/mips/kernel/asm-offsets.c +++ b/arch/mips/kernel/asm-offsets.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * offset.c: Calculate pt_regs and task_struct offsets. | 2 | * asm-offsets.c: Calculate pt_regs and task_struct offsets. |
3 | * | 3 | * |
4 | * Copyright (C) 1996 David S. Miller | 4 | * Copyright (C) 1996 David S. Miller |
5 | * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Ralf Baechle | 5 | * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Ralf Baechle |