Module: xenomai-rpm
Branch: for-upstream
Commit: ea1047ee9a1d02720eaa57da39efcc3a7caf39a0
URL:    
http://git.xenomai.org/?p=xenomai-rpm.git;a=commit;h=ea1047ee9a1d02720eaa57da39efcc3a7caf39a0

Author: Philippe Gerum <r...@xenomai.org>
Date:   Tue Dec 21 10:25:59 2010 +0100

nucleus/shadow: fix inverted change from 90b3e7cf6

---

 ksrc/nucleus/shadow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ksrc/nucleus/shadow.c b/ksrc/nucleus/shadow.c
index 5ac182b..449a9a4 100644
--- a/ksrc/nucleus/shadow.c
+++ b/ksrc/nucleus/shadow.c
@@ -2214,7 +2214,7 @@ static void handle_shadow_exit(void)
         */
        if (thread->u_mode && !warned) {
                warned = 1;
-#ifndef CONFIG_MMU
+#ifdef CONFIG_MMU
                printk(KERN_WARNING
                       "Xenomai: User-space support anterior to 2.5.2"
                       " detected, may corrupt memory upon\n"


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to