Thread (40 messages) 40 messages, 7 authors, 2021-01-01

Re: [patch 10/19] preempt: Cleanup the macro maze a bit

From: Peter Zijlstra <peterz@infradead.org>
Date: 2020-11-16 12:38:28
Also in: linux-sh, linux-um, lkml

On Fri, Nov 13, 2020 at 03:02:17PM +0100, Thomas Gleixner wrote:
-#define irq_count()	(preempt_count() & (HARDIRQ_MASK | SOFTIRQ_MASK \
-				 | NMI_MASK))
+#define irq_count()	(nmi_count() | hardirq_count() | softirq_count())
+#define in_task()		(!(in_nmi() | in_hardirq() | in_serving_softirq()))
-#define in_task()		(!(preempt_count() & \
-				   (NMI_MASK | HARDIRQ_MASK | SOFTIRQ_OFFSET)))
How horrible is the code-gen? Because preempt_count() is
raw_cpu_read_4() and at least some old compilers will refuse to CSE it
(consider the this_cpu_read_stable mess).

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help