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)
commitf4f7d86b77d51e32585623272c5a6234f088777c
tree50eb4dd341d3a5c810c65fbc49c99e425b0d2ee8
parentda85e364952870db52625c4de7a4b5dfaf74d211
MIPS: lib: mips-atomic.c: Remove obsolete ifdefery

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