Thread (25 messages) 25 messages, 5 authors, 2011-11-02

Re: >Re: [RFC] should VM_BUG_ON(cond) really evaluate cond

From: Andi Kleen <hidden>
Date: 2011-10-30 09:59:23
Also in: lkml

+#define ACCESS_AT_MOST_ONCE(x)			\
+	({	unsigned long __y;		\
why not typeof here?
+		asm("":"=r" (__y):"0" (x));	\
+		(__force __typeof__(x)) __y;	\
+	})
+
-Andi
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help