* [Adeos-main] [PATCH] fix ipipe_preempt_disable for !CONFIG_IPIPE
@ 2008-02-18 9:51 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2008-02-18 9:51 UTC (permalink / raw)
To: Philippe Gerum; +Cc: adeos-main
---
include/linux/ipipe_base.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/include/linux/ipipe_base.h
===================================================================
--- a/include/linux/ipipe_base.h
+++ b/include/linux/ipipe_base.h
@@ -78,7 +78,7 @@ static inline void ipipe_check_context(s
#define ipipe_preempt_disable(flags) do { \
preempt_disable(); \
(void)(flags); \
- while (0)
+ } while (0)
#define ipipe_preempt_enable(flags) preempt_enable()
#define ipipe_check_context(ipd) do { } while(0)
#endif /* CONFIG_IPIPE */
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-18 9:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-18 9:51 [Adeos-main] [PATCH] fix ipipe_preempt_disable for !CONFIG_IPIPE Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.