Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760643AbXHBT5U (ORCPT ); Thu, 2 Aug 2007 15:57:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758667AbXHBT5J (ORCPT ); Thu, 2 Aug 2007 15:57:09 -0400 Received: from an-out-0708.google.com ([209.85.132.245]:58522 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758287AbXHBT5I (ORCPT ); Thu, 2 Aug 2007 15:57:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=uYsz+j0EK2/OmwWSJpS2QNlB/+dptK9QLhwujItP1vP7xvGNm5CDnTXIysUmyZ35/fujgPqaYCFZbAM4mDthti+GrddWHWajkQ5vIWsP0SRVxXw6rgUDSe8X6XIEEZLbmh7bRk9wdlo7EbLCUNsmeYeg/aybAAFem9KIdmVt7+Y= Message-ID: <9a8748490708021257q2f28f8d5y4fdcebaca587fe8a@mail.gmail.com> Date: Thu, 2 Aug 2007 21:57:07 +0200 From: "Jesper Juhl" To: linux-kernel@vger.kernel.org Subject: error: implicit declaration of function 'rcu_dereference' - current -git fails to build Cc: "Dipankar Sarma" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1886 Lines: 43 I get this build error with the current mainline git tree. Let me know if further details are needed... ... In file included from include/linux/sched.h:75, from include/linux/smp_lock.h:5, from include/linux/hardirq.h:5, from include/linux/slub_def.h:13, from include/linux/slab.h:116, from include/linux/percpu.h:5, from include/linux/rcupdate.h:41, from include/linux/key.h:21, from include/linux/syscalls.h:67, from init/noinitramfs.c:23: include/linux/pid.h:51: error: field 'rcu' has incomplete type In file included from include/linux/smp_lock.h:5, from include/linux/hardirq.h:5, from include/linux/slub_def.h:13, from include/linux/slab.h:116, from include/linux/percpu.h:5, from include/linux/rcupdate.h:41, from include/linux/key.h:21, from include/linux/syscalls.h:67, from init/noinitramfs.c:23: include/linux/sched.h:1187: error: field 'rcu' has incomplete type include/linux/sched.h: In function 'next_thread': include/linux/sched.h:1650: error: implicit declaration of function 'rcu_dereference' include/linux/sched.h:1650: warning: initialization makes pointer from integer without a cast make[1]: *** [init/noinitramfs.o] Error 1 make: *** [init] Error 2 -- Jesper Juhl Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - 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/