[MIPS] Rename op_model_xxx to op_model_xxx_ops.
commitccb51152c23cf9c75ceebcf563707c557d038ea8
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 23 May 2006 07:42:38 +0000 (23 16:42 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 23 May 2006 23:15:06 +0000 (24 00:15 +0100)
treed63956ba724210dc109ee5bc482d40d22eb1129c
parentcef40112e3d5e9b66f70303dd1c3bdafea1827df
[MIPS] Rename op_model_xxx to op_model_xxx_ops.

The modpost uses a whitelist for commonly used suffix on checking the
section mismatch.  Adding "_ops" suffix to op_modex_xxx get rid of
this modpost warning.

WARNING: arch/mips/oprofile/oprofile.o - Section mismatch: reference to .init.text: from .data after 'op_model_mipsxx' (at offset 0x528)

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/oprofile/common.c
arch/mips/oprofile/op_model_mipsxx.c
arch/mips/oprofile/op_model_rm9000.c