LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: mathieu.desnoyers@polymtl.ca
Cc: linux-kernel@vger.kernel.org, torvalds@osdl.org, akpm@osdl.org
Subject: Re: [PATCH] Include missing header in include/asm-sparc64/tlb.h
Date: Mon, 05 Feb 2007 13:40:43 -0800 (PST) [thread overview]
Message-ID: <20070205.134043.115908090.davem@davemloft.net> (raw)
In-Reply-To: <20070205.133137.126764360.davem@davemloft.net>
From: David Miller <davem@davemloft.net>
Date: Mon, 05 Feb 2007 13:31:37 -0800 (PST)
> From: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
> Date: Mon, 5 Feb 2007 12:57:14 -0500
>
> > Include missing header in include/asm-sparc64/tlb.h
> >
> > sparc64 does not compile without this. It applies on 2.6.20.
> >
> > Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
>
> It builds perfectly fine for me with several different config variants
> without adding this include.
>
> Please provide the build failure messages and your kernel config so
> this can be properly analyzed, thank you.
BTW, I did an analysis of asm-sparc64/tlb.h and it needs two
MM layer structure definitions or forward declarations related
to pages:
1) struct page. But it just declares pointers, it never
dereferences a struct page.
2) free_pages_and_swap_cache().
Both should be handled by the linux/swap.h include, linux/swap.h
makes use of "struct page" pointers in declarations and it provides
the extern for free_pages_and_swap_cache().
So why does include/asm-sparc64/tlb.h need to include linux/pagemap.h?
This would be easy to figure out if you had provided the build error
messages that prompted this change from the beginning.
Perhaps you have a local change of some kind that creates this
requirement? Or did you see "free_pages_and_swap_cache()" and
think that function is declared in linux/pagemap.h instead of
it's true location which is linux/swap.h?
Thank you.
next prev parent reply other threads:[~2007-02-05 21:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-05 17:57 Mathieu Desnoyers
2007-02-05 21:31 ` David Miller
2007-02-05 21:40 ` David Miller [this message]
2007-02-06 0:14 ` Mathieu Desnoyers
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=20070205.134043.115908090.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@polymtl.ca \
--cc=torvalds@osdl.org \
--subject='Re: [PATCH] Include missing header in include/asm-sparc64/tlb.h' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).