Skip to content

Commit

Permalink
MIPS: asm-offset.c: Patch up various comments refering to the old fil…
Browse files Browse the repository at this point in the history
…ename.

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>
  • Loading branch information
Ralf Baechle committed Jul 14, 2015
1 parent bc0195a commit 5f7e631
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/mips/include/uapi/asm/sigcontext.h
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

/*
* Keep this struct definition in sync with the sigcontext fragment
* in arch/mips/tools/offset.c
* in arch/mips/kernel/asm-offsets.c
*/
struct sigcontext {
unsigned int sc_regmask; /* Unused */
@@ -46,7 +46,7 @@ struct sigcontext {
#include <linux/posix_types.h>
/*
* Keep this struct definition in sync with the sigcontext fragment
* in arch/mips/tools/offset.c
* in arch/mips/kernel/asm-offsets.c
*
* Warning: this structure illdefined with sc_badvaddr being just an unsigned
* int so it was changed to unsigned long in 2.6.0-test1. This may break
2 changes: 1 addition & 1 deletion arch/mips/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* offset.c: Calculate pt_regs and task_struct offsets.
* asm-offsets.c: Calculate pt_regs and task_struct offsets.
*
* Copyright (C) 1996 David S. Miller
* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Ralf Baechle

0 comments on commit 5f7e631

Please sign in to comment.