]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: entry-common: get rid of unnecessary ifdefs
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Mar 2013 11:44:25 +0000 (11:44 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 3 Apr 2013 15:50:12 +0000 (16:50 +0100)
commit32a96855664c92f2e3fa5394a83614c06fc9ad1d
tree723b79cbaaa99af34e9021b9216e46d58f733698
parent6063df806efc7a67ce2311a1e96d03d920fc264c
ARM: entry-common: get rid of unnecessary ifdefs

The contents of the asm_trace_hardirqs_on is already conditional on
CONFIG_TRACE_IRQFLAGS.  There's little point also making the use
of the macro conditional as well.  Get rid of these ifdefs to make
the code easier to read.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/entry-common.S