From: Andrew Morton <akpm@linux-foundation.org>
To: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: linuxppc-dev@ozlabs.org, paulus@samba.org,
linux-kernel@vger.kernel.org, Adrian Bunk <bunk@stusta.de>
Subject: Re: mm snapshot broken-out-2007-06-27-03-28.tar.gz uploaded
Date: Wed, 27 Jun 2007 16:09:08 -0700 [thread overview]
Message-ID: <20070627160908.fe9052e4.akpm@linux-foundation.org> (raw)
In-Reply-To: <200706280057.07481.m.kozlowski@tuxland.pl>
On Thu, 28 Jun 2007 00:57:07 +0200
Mariusz Kozlowski <m.kozlowski@tuxland.pl> wrote:
> Hello,
>
> Build problems on iMac G3.
>
> 1) allnoconfig results in this:
>
> CC arch/powerpc/mm/tlb_32.o
> In file included from include/asm/tlb.h:60,
> from arch/powerpc/mm/tlb_32.c:30:
> include/asm-generic/tlb.h: In function 'tlb_flush_mmu':
> include/asm-generic/tlb.h:76: error: implicit declaration of function 'release_pages'
> include/asm-generic/tlb.h: In function 'tlb_remove_page':
> include/asm-generic/tlb.h:105: error: implicit declaration of function 'page_cache_release'
> make[1]: *** [arch/powerpc/mm/tlb_32.o] Blad 1
> make: *** [arch/powerpc/mm] Blad 2
>
>
> The patch below fixes that for me.
>
> Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
>
> arch/powerpc/mm/tlb_32.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> --- linux-2.6.22-rc6-bo-a/arch/powerpc/mm/tlb_32.c 2007-06-27 23:38:49.000000000 +0200
> +++ linux-2.6.22-rc6-bo-b/arch/powerpc/mm/tlb_32.c 2007-06-27 23:18:05.000000000 +0200
> @@ -26,6 +26,8 @@
> #include <linux/mm.h>
> #include <linux/init.h>
> #include <linux/highmem.h>
> +#include <linux/pagemap.h>
> +
> #include <asm/tlbflush.h>
> #include <asm/tlb.h>
OK.
>
>
> 2) These are conflicts introduced by kernel-sys_nic-should-include-linux-syscallsh.patch
>
> CC kernel/sys_ni.o
> kernel/sys_ni.c:16: error: conflicting types for 'sys_nfsservctl'
> include/linux/syscalls.h:497: error: previous declaration of 'sys_nfsservctl' was here
> kernel/sys_ni.c:17: error: conflicting types for 'sys_quotactl'
erk, I suspect that's unfixable, or not worth fixing.
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: Adrian Bunk <bunk@stusta.de>,
paulus@samba.org, linux-kernel@vger.kernel.org,
linuxppc-dev@ozlabs.org
Subject: Re: mm snapshot broken-out-2007-06-27-03-28.tar.gz uploaded
Date: Wed, 27 Jun 2007 16:09:08 -0700 [thread overview]
Message-ID: <20070627160908.fe9052e4.akpm@linux-foundation.org> (raw)
In-Reply-To: <200706280057.07481.m.kozlowski@tuxland.pl>
On Thu, 28 Jun 2007 00:57:07 +0200
Mariusz Kozlowski <m.kozlowski@tuxland.pl> wrote:
> Hello,
>
> Build problems on iMac G3.
>
> 1) allnoconfig results in this:
>
> CC arch/powerpc/mm/tlb_32.o
> In file included from include/asm/tlb.h:60,
> from arch/powerpc/mm/tlb_32.c:30:
> include/asm-generic/tlb.h: In function 'tlb_flush_mmu':
> include/asm-generic/tlb.h:76: error: implicit declaration of function 'release_pages'
> include/asm-generic/tlb.h: In function 'tlb_remove_page':
> include/asm-generic/tlb.h:105: error: implicit declaration of function 'page_cache_release'
> make[1]: *** [arch/powerpc/mm/tlb_32.o] Blad 1
> make: *** [arch/powerpc/mm] Blad 2
>
>
> The patch below fixes that for me.
>
> Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
>
> arch/powerpc/mm/tlb_32.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> --- linux-2.6.22-rc6-bo-a/arch/powerpc/mm/tlb_32.c 2007-06-27 23:38:49.000000000 +0200
> +++ linux-2.6.22-rc6-bo-b/arch/powerpc/mm/tlb_32.c 2007-06-27 23:18:05.000000000 +0200
> @@ -26,6 +26,8 @@
> #include <linux/mm.h>
> #include <linux/init.h>
> #include <linux/highmem.h>
> +#include <linux/pagemap.h>
> +
> #include <asm/tlbflush.h>
> #include <asm/tlb.h>
OK.
>
>
> 2) These are conflicts introduced by kernel-sys_nic-should-include-linux-syscallsh.patch
>
> CC kernel/sys_ni.o
> kernel/sys_ni.c:16: error: conflicting types for 'sys_nfsservctl'
> include/linux/syscalls.h:497: error: previous declaration of 'sys_nfsservctl' was here
> kernel/sys_ni.c:17: error: conflicting types for 'sys_quotactl'
erk, I suspect that's unfixable, or not worth fixing.
next prev parent reply other threads:[~2007-06-27 23:09 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-27 10:30 mm snapshot broken-out-2007-06-27-03-28.tar.gz uploaded akpm
2007-06-27 12:25 ` [PATCH] linux/cache.h export - workaround for headers_check error (Re: mm snapshot broken-out-2007-06-27-03-28.tar.gz uploaded) Michal Piotrowski
2007-06-27 20:22 ` [PATCH] balance parenthesis in serial core Mariusz Kozlowski
2007-06-27 20:37 ` Andrew Morton
2007-06-27 20:42 ` David Woodhouse
2007-06-27 20:49 ` Andrew Morton
2007-06-27 22:06 ` Alan Cox
2007-06-27 21:50 ` [PATCH] mtd: add module license to mtdbdi Mariusz Kozlowski
2007-06-27 21:50 ` Mariusz Kozlowski
2007-06-28 7:21 ` David Howells
2007-06-28 7:21 ` David Howells
2007-06-27 22:57 ` mm snapshot broken-out-2007-06-27-03-28.tar.gz uploaded Mariusz Kozlowski
2007-06-27 22:57 ` Mariusz Kozlowski
2007-06-27 23:09 ` Andrew Morton [this message]
2007-06-27 23:09 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070627160908.fe9052e4.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=m.kozlowski@tuxland.pl \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.