Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753114Ab1FOMFd (ORCPT ); Wed, 15 Jun 2011 08:05:33 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:50903 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751592Ab1FOMFb convert rfc822-to-8bit (ORCPT ); Wed, 15 Jun 2011 08:05:31 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=nhsmop56y1nu/pg1GRABBShdOBUWYt+tJ2BkM440rE+DkmxM7slal13O+j4OLeleoy STxAUXIAyBlaZr7PxyQoubjOI7cwKzglg2kU9BsbdxHZIacsajEzsIYEmNMB3+MVDiRh x8TA0fJ/WguODpGK1SYjlbWnRRnWRc4XfwUDY= MIME-Version: 1.0 In-Reply-To: <20110610160548.529797c7.sfr@canb.auug.org.au> References: <20110609172745.dfd3a298.sfr@canb.auug.org.au> <20110609184127.GA2760@kroah.com> <20110609192243.GA3980@kroah.com> <20110610160548.529797c7.sfr@canb.auug.org.au> Date: Wed, 15 Jun 2011 14:05:29 +0200 X-Google-Sender-Auth: 2zr5JhZ7bKKxv7_S30a0cVB0HgI Message-ID: Subject: Re: linux-next: build failure after merge of the final tree (staging related) From: Geert Uytterhoeven To: Stephen Rothwell Cc: Greg KH , brudley@broadcom.com, henryp@broadcom.com, rvossen@broadcom.com, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Linus , sparclinux@vger.kernel.org, Linux-Arch Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1691 Lines: 47 On Fri, Jun 10, 2011 at 08:05, Stephen Rothwell wrote: > On Thu, 9 Jun 2011 12:22:43 -0700 Greg KH wrote: >> On Thu, Jun 09, 2011 at 11:41:27AM -0700, Greg KH wrote: >> > > Also in several other files in drivers/staging/brcm80211/ >> > > >> > > Also: >> > > >> > > drivers/staging/comedi/drivers.c: In function 'comedi_buf_alloc': >> > > drivers/staging/comedi/drivers.c:505:37: error: 'PAGE_KERNEL_NOCACHE' undeclared (first use in this function) I have my doubts #ifdef PAGE_KERNEL_NOCACHE vmap(pages, n_pages, VM_MAP, PAGE_KERNEL_NOCACHE); #else vmap(pages, n_pages, VM_MAP, PAGE_KERNEL); #endif is the right "fix" for this... BTW, PAGE_KERNEL_NOCACHE is defined on frv, m32r, mn10300, sh, and x86 only. Strangely, both sparc and tile have /* * Some hardware wants to get fixmapped without caching. */ #define set_fixmap_nocache(idx, phys) \ __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) in their , without having PAGE_KERNEL_NOCACHE... Gr{oetje,eeting}s,                         Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that.                                 -- Linus Torvalds -- 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/