works here..
Regards,
Alex
--- emc2/src/rtapi/rtai_rtapi.c 2007/05/06 00:46:13 1.34
+++ emc2/src/rtapi/rtai_rtapi.c 2007/05/31 22:26:43 1.35
@@ -11,9 +11,9 @@
* Copyright (c) 2004 All rights reserved.
*
* Last change:
-# $Revision: 1.34 $
-* $Author: jmkasunich $
-* $Date: 2007/05/06 00:46:13 $
+# $Revision: 1.35 $
+* $Author: jepler $
+* $Date: 2007/05/31 22:26:43 $
********************************************************************/
/** This file, 'rtai_rtapi.c', implements the realtime portion of the
@@ -125,13 +125,7 @@ static long int max_delay = DEFAULT_MAX_
/* module parameters */
static int msg_level = RTAPI_MSG_INFO; /* message printing level */
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
-MODULE_PARM(msg_level, "i");
-#else
-#include <linux/param.h>
-module_param(msg_level, int, S_IRUGO | S_IWUGO);
-#endif
-MODULE_PARM_DESC(msg_level, "debug message level (default=3)");
+RTAPI_MP_INT(msg_level, "debug message level (default=3)");
/* other module information */
MODULE_AUTHOR("John Kasunich, Fred Proctor, & Paul Corner");
----- Original Message -----
From: "paul_c" <[EMAIL PROTECTED]>
To: "Enhanced Machine Controller (EMC)" <[email protected]>
Sent: Friday, August 03, 2007 10:56 PM
Subject: Re: [Emc-users] emc2 and kernel 2.6.20
> On Friday 03 August 2007 19:46, Jeff Epler wrote:
>> http://cvs.linuxcnc.org/cvs/emc2/src/rtapi/rtai_rtapi.c.diff?r1=1.34;r2=1.35
>
>
> wget
> 'http://cvs.linuxcnc.org/cvs/emc2/src/rtapi/rtai_rtapi.c.diff?r1=1.34;r2=1.35'
> --20:40:43--
> http://cvs.linuxcnc.org/cvs/emc2/src/rtapi/rtai_rtapi.c.diff?r1=1.34;r2=1.35
> => `rtai_rtapi.c.diff?r1=1.34;r2=1.35'
> Resolving cvs.linuxcnc.org... 206.222.212.221
> Connecting to cvs.linuxcnc.org|206.222.212.221|:80... connected.
> HTTP request sent, awaiting response... 503 Service Unavailable
> 20:43:00 ERROR 503: Service Unavailable.
>
> Assume patch is:
>
> -module_param(msg_level, int, S_IRUGO | S_IWUGO);
> +module_param(msg_level, int, S_IRUGO);
>
> Install fails (see attached). Original assertion that build of release
> 2.1.7
> goes tits up on 2.6.20 kernel holds true.
>
>
>
--------------------------------------------------------------------------------
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
--------------------------------------------------------------------------------
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--------------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.11.2/933 - Release Date: 8/2/2007
2:22 PM
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users