Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261326AbVDIJ5u (ORCPT ); Sat, 9 Apr 2005 05:57:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261324AbVDIJ5u (ORCPT ); Sat, 9 Apr 2005 05:57:50 -0400 Received: from smtp-send.myrealbox.com ([192.108.102.143]:16292 "EHLO smtp-send.myrealbox.com") by vger.kernel.org with ESMTP id S261323AbVDIJ5s convert rfc822-to-8bit (ORCPT ); Sat, 9 Apr 2005 05:57:48 -0400 Subject: Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver) From: "nitin ahuja" To: nobin_matthew@yahoo.com CC: kernelnewbies@nl.linux.org, linux-arm-kernel@lists.arm.linux.org.uk, linux-kernel@vger.kernel.org, linux-net@vger.kernel.org Date: Sat, 09 Apr 2005 03:57:28 -0600 X-Mailer: NetMail ModWeb Module MIME-Version: 1.0 Message-ID: <1113040648.8c11a3fcnitin2ahuja@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 474 Lines: 13 Hi, You cannot allocate memory in real time threads RTLinux's threads. You have to do it in the init_module function and pass the meory pointer to threads as parameter. Can you tell exactly what problem are you facing? niTin - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/