diff options
author | Jan Beulich <JBeulich@suse.com> | 2015-01-20 16:00:46 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-02-19 03:08:42 +0300 |
commit | db2dcb4f91d5fec5c346a82c309187ee821e2495 (patch) | |
tree | 3350f0de6c332492f54e3d8a08b490dc812070ed /drivers/clk/samsung/clk-exynos3250.c | |
parent | 02cea3958664723a5d2236f0f0058de97c7e4693 (diff) | |
download | linux-db2dcb4f91d5fec5c346a82c309187ee821e2495.tar.xz |
irqflags: Fix (at least latent) code generation issue
The conditional in local_irq_restore() otherwise can cause code
bloat (the if and else blocks may get translated into separate
code paths despite the generated code being identical, dependent
on compiler internal heuristics). Note that this adjustment gets
the code in sync with the comment preceding it (which was
slightly wrong from at least from 2.6.37 onwards).
The code bloat was observed in reality with an experimental x86
patch.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/54BE5F8E02000078000570A7@mail.emea.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/clk/samsung/clk-exynos3250.c')
0 files changed, 0 insertions, 0 deletions