mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
bc0195aad0
commit
5f7e63107f
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue