LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* struct page changes in 2.6.6
@ 2004-05-20 17:21 Ian Molton
2004-05-20 17:14 ` William Lee Irwin III
2004-05-20 17:36 ` Hugh Dickins
0 siblings, 2 replies; 3+ messages in thread
From: Ian Molton @ 2004-05-20 17:21 UTC (permalink / raw)
To: linux-kernel
Hi.
Im trying to find the reason struct page lost its 'list' field - arm26 depended on it right up to 2.6.5.
--
Spyros lair: http://www.mnementh.co.uk/ |||| Maintainer: arm26 linux
Do not meddle in the affairs of Dragons, for you are tasty and good with ketchup.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: struct page changes in 2.6.6
2004-05-20 17:21 struct page changes in 2.6.6 Ian Molton
@ 2004-05-20 17:14 ` William Lee Irwin III
2004-05-20 17:36 ` Hugh Dickins
1 sibling, 0 replies; 3+ messages in thread
From: William Lee Irwin III @ 2004-05-20 17:14 UTC (permalink / raw)
To: Ian Molton; +Cc: linux-kernel
On Thu, May 20, 2004 at 06:21:52PM +0100, Ian Molton wrote:
> Im trying to find the reason struct page lost its 'list' field -
> arm26 depended on it right up to 2.6.5.
grep -nr 'list' include/asm-arm26 arch/arm26 discovers 0 uses of
page->list.
-- wli
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: struct page changes in 2.6.6
2004-05-20 17:21 struct page changes in 2.6.6 Ian Molton
2004-05-20 17:14 ` William Lee Irwin III
@ 2004-05-20 17:36 ` Hugh Dickins
1 sibling, 0 replies; 3+ messages in thread
From: Hugh Dickins @ 2004-05-20 17:36 UTC (permalink / raw)
To: Ian Molton; +Cc: linux-kernel
On Thu, 20 May 2004, Ian Molton wrote:
>
> Im trying to find the reason struct page lost its 'list' field - arm26 depended on it right up to 2.6.5.
Search for the word "soap" in ChangeLog-2.6.6
and you'll find a very long and informative essay by akpm.
arch/arm26/machine/small_page.c has been converted to use page->lru
instead in 2.6.6, is that not working for you? Or is there somewhere
else that needs changing?
I notice the comment in small_page.c says you're using
page->next_hash and pprev_hash - they went away long ago!
Hugh
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-05-20 17:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-20 17:21 struct page changes in 2.6.6 Ian Molton
2004-05-20 17:14 ` William Lee Irwin III
2004-05-20 17:36 ` Hugh Dickins
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).