MIPS: lib: mips-atomic.c: Remove obsolete ifdefery
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 17 Nov 2014 09:37:43 +0000 (09:37 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:45:33 +0000 (07:45 +0100)
Having #ifdefs just to guard comments is not really helpful
so drop them. Moreover, the code wasn't really reached anyway
since there is a #ifndef CONFIG_CPU_MIPSR2 on the top of the file.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8513/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/mips-atomic.c

Simple merge