Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268149AbUJOCkU (ORCPT ); Thu, 14 Oct 2004 22:40:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268159AbUJOCkU (ORCPT ); Thu, 14 Oct 2004 22:40:20 -0400 Received: from relay.pair.com ([209.68.1.20]:20484 "HELO relay.pair.com") by vger.kernel.org with SMTP id S268149AbUJOCkM (ORCPT ); Thu, 14 Oct 2004 22:40:12 -0400 X-pair-Authenticated: 66.190.53.4 Message-ID: <416F388A.3060204@cybsft.com> Date: Thu, 14 Oct 2004 21:40:10 -0500 From: "K.R. Foley" User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bill Huey (hui)" CC: Ingo Molnar , linux-kernel@vger.kernel.org, Lee Revell , Rui Nuno Capela , Mark_H_Johnson@Raytheon.com, Daniel Walker , Andrew Morton , Adam Heath , Lorenzo Allegrucci Subject: Re: [patch] Real-Time Preemption, -VP-2.6.9-rc4-mm1-U2 References: <20041011215909.GA20686@elte.hu> <20041012091501.GA18562@elte.hu> <20041012123318.GA2102@elte.hu> <20041012195424.GA3961@elte.hu> <20041013061518.GA1083@elte.hu> <20041014002433.GA19399@elte.hu> <20041014143131.GA20258@elte.hu> <20041014234202.GA26207@elte.hu> <20041015022341.GA22831@nietzsche.lynx.com> In-Reply-To: <20041015022341.GA22831@nietzsche.lynx.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2269 Lines: 52 Bill Huey (hui) wrote: > On Fri, Oct 15, 2004 at 01:42:02AM +0200, Ingo Molnar wrote: > >>i have released the -U2 PREEMPT_REALTIME patch: >> >> http://redhat.com/~mingo/voluntary-preempt/voluntary-preempt-2.6.9-rc4-mm1-U2 > > > mm/shmem.c: In function `shmem_dir_map': > mm/shmem.c:103: warning: implicit declaration of function `kmap_atomic_rt' > mm/shmem.c:103: error: `KM_USER0' undeclared (first use in this function) > mm/shmem.c:103: error: (Each undeclared identifier is reported only once > mm/shmem.c:103: error: for each function it appears in.) > mm/shmem.c: In function `shmem_dir_unmap': > mm/shmem.c:108: warning: implicit declaration of function `kunmap_atomic_rt' > mm/shmem.c:108: error: `KM_USER0' undeclared (first use in this function) > mm/shmem.c: In function `shmem_swp_map': > mm/shmem.c:113: error: `KM_USER1' undeclared (first use in this function) > mm/shmem.c: In function `shmem_swp_balance_unmap': > mm/shmem.c:125: error: `KM_USER1' undeclared (first use in this function) > mm/shmem.c: In function `shmem_swp_unmap': > mm/shmem.c:130: error: `KM_USER1' undeclared (first use in this function) > mm/shmem.c: In function `shmem_swp_set': > mm/shmem.c:333: warning: implicit declaration of function `kmap_atomic_to_page_rt' > mm/shmem.c:333: error: invalid type argument of `->' > mm/shmem.c: In function `shmem_file_write': > mm/shmem.c:1362: error: `KM_USER0' undeclared (first use in this function) > mm/shmem.c:1362: warning: assignment makes pointer from integer without a cast > mm/shmem.c: In function `shmem_symlink': > mm/shmem.c:1719: error: `KM_USER0' undeclared (first use in this function) > mm/shmem.c:1719: warning: assignment makes pointer from integer without a cast > make[1]: *** [mm/shmem.o] Error 1 > make: *** [mm] Error 2 > root@nietzsche> /home/bhuey/linux-2.6.8% 17# make tags > > .... > > I've got kgdb targetted next and I'm trying to figure out how to write a > rw/semaphore with priority inheritance. > > bill > > What platform are you getting this on? kr - 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/