MIPS: COP2: CPP macro safety fixes.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 25 Aug 2014 17:35:53 +0000 (19:35 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 26 Aug 2014 00:18:59 +0000 (02:18 +0200)
 - Don't pass things to macros that couldn't be dereferences if that
   macro was actually a function.
 - Don't use empty function-like macros.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found