diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-01-27 10:23:01 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 18:09:09 -0400 |
commit | e87ce9482287c396c0804e4ec3a3fc63b1ff7ac0 (patch) | |
tree | fee33e9477511af1fdfc3b2a51154f0df3cd0e1d /arch/mips/include/asm/processor.h | |
parent | bbd426f542cb61f2322e15dab4507f2661090c06 (diff) |
MIPS: Update outdated comment
The hard-coded offsets mentioned in this comment seem to not exist
anymore, so remove mention of them from the comment.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: Qais Yousef <qais.yousef@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6421/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/processor.h')
-rw-r--r-- | arch/mips/include/asm/processor.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/mips/include/asm/processor.h b/arch/mips/include/asm/processor.h index 49a61bedf40e..50cf4c343118 100644 --- a/arch/mips/include/asm/processor.h +++ b/arch/mips/include/asm/processor.h | |||
@@ -125,10 +125,9 @@ BUILD_FPR_ACCESS(32) | |||
125 | BUILD_FPR_ACCESS(64) | 125 | BUILD_FPR_ACCESS(64) |
126 | 126 | ||
127 | /* | 127 | /* |
128 | * It would be nice to add some more fields for emulator statistics, but there | 128 | * It would be nice to add some more fields for emulator statistics, |
129 | * are a number of fixed offsets in offset.h and elsewhere that would have to | 129 | * the additional information is private to the FPU emulator for now. |
130 | * be recalculated by hand. So the additional information will be private to | 130 | * See arch/mips/include/asm/fpu_emulator.h. |
131 | * the FPU emulator for now. See asm-mips/fpu_emulator.h. | ||
132 | */ | 131 | */ |
133 | 132 | ||
134 | struct mips_fpu_struct { | 133 | struct mips_fpu_struct { |