login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
21
Re: Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-aligned zone initilaization.
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: kamezawa.hiroyu
Subject:
Re: Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-aligned zone initilaization.
Date: Monday, April 21, 2008 - 6:02 am
thank you for review.
quoted text
>> + z = page_zone(page); > >Does this have to be recalculated for every page? The function name >"memmap_init_zone" suggests it could be done just once (but I'm on >unfamiliar territory here, ignore any nonsense from me). >
you're right. I will consider this again.
quoted text
>> - if ((pfn & (pageblock_nr_pages-1))) >> + if ((z->zone_start_pfn < pfn) > >Shouldn't that be <= ? >
yes.
quoted text
>> + && (pfn < z->zone_start_pfn + z->spanned_pages) >> + && !(pfn & (pageblock_nr_pages-1))) > >Ah, that line (with the ! in) makes more sense than what was there >before; but that's an unrelated (minor) bugfix which you ought to >mention separately in the change comment. >
Ah, ok. I'll rewrite and post again. thank you. -Kame --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] memcgroup: check and initialize page->cgroup in me ...
, Shi Weihua
, (Thu Apr 17, 7:46 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, KAMEZAWA Hiroyuki
, (Thu Apr 17, 8:04 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, Andrew Morton
, (Thu Apr 17, 8:14 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, Shi Weihua
, (Thu Apr 17, 8:14 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, KAMEZAWA Hiroyuki
, (Thu Apr 17, 8:32 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, Balbir Singh
, (Thu Apr 17, 8:37 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, Shi Weihua
, (Thu Apr 17, 8:49 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, KAMEZAWA Hiroyuki
, (Thu Apr 17, 10:09 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, Shi Weihua
, (Thu Apr 17, 10:43 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, KAMEZAWA Hiroyuki
, (Thu Apr 17, 10:57 pm)
Re: [PATCH] memcgroup: check and initialize page->cgroup i ...
, KAMEZAWA Hiroyuki
, (Thu Apr 17, 11:47 pm)
[PATCH]Fix usemap for DISCONTIG/FLATMEM with not-aligned z ...
, KAMEZAWA Hiroyuki
, (Fri Apr 18, 5:12 am)
Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-align ...
, Mel Gorman
, (Fri Apr 18, 9:15 am)
Re: Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-a ...
, kamezawa.hiroyu
, (Fri Apr 18, 10:25 am)
Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-align ...
, Dave Hansen
, (Fri Apr 18, 10:41 am)
Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-align ...
, KAMEZAWA Hiroyuki
, (Sun Apr 20, 7:20 pm)
Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-align ...
, Mel Gorman
, (Mon Apr 21, 3:12 am)
Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-align ...
, KAMEZAWA Hiroyuki
, (Mon Apr 21, 3:29 am)
Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-align ...
, Hugh Dickins
, (Mon Apr 21, 4:56 am)
Re: Re: [PATCH]Fix usemap for DISCONTIG/FLATMEM with not-a ...
, kamezawa.hiroyu
, (Mon Apr 21, 6:02 am)
[BUGFIX][PATCH] Fix usemap initialization v2
, KAMEZAWA Hiroyuki
, (Mon Apr 21, 6:40 pm)
Re: [BUGFIX][PATCH] Fix usemap initialization v2
, Hugh Dickins
, (Tue Apr 22, 3:12 am)
Re: [BUGFIX][PATCH] Fix usemap initialization v2
, KAMEZAWA Hiroyuki
, (Tue Apr 22, 6:45 pm)
Re: [BUGFIX][PATCH] Fix usemap initialization v2
, Shi Weihua
, (Tue Apr 22, 7:17 pm)
[BUGFIX][PATCH] Fix usemap initialization v3
, KAMEZAWA Hiroyuki
, (Tue Apr 22, 9:46 pm)
Re: [BUGFIX][PATCH] Fix usemap initialization v3
, Shi Weihua
, (Tue Apr 22, 11:19 pm)
Re: [BUGFIX][PATCH] Fix usemap initialization v3
, KAMEZAWA Hiroyuki
, (Wed Apr 23, 1:04 am)
Re: [BUGFIX][PATCH] Fix usemap initialization v3
, Mel Gorman
, (Wed Apr 23, 5:46 am)
Re: [BUGFIX][PATCH] Fix usemap initialization v3
, Andrew Morton
, (Sun Apr 27, 12:18 pm)
Re: [BUGFIX][PATCH] Fix usemap initialization v3
, Balbir Singh
, (Sun Apr 27, 12:30 pm)
Re: [BUGFIX][PATCH] Fix usemap initialization v3
, Hugh Dickins
, (Sun Apr 27, 3:50 pm)
Re: [BUGFIX][PATCH] Fix usemap initialization v3
, KAMEZAWA Hiroyuki
, (Sun Apr 27, 5:39 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Alan Cox
Re: Please add ZFS support (from GPL sources)
Trenton D. Adams
Re: Flash IO slow 1.5 MB/s
Rafael J. Wysocki
[Bug #11287] Regression in 2.6.27-rc2 in acpi_processor_init()
Bart Van Assche
Re: Is gcc thread-unsafe?
Ingo Molnar
Re: [PATCH] x86: silence section mismatch warning - uv_cpu_init
dragonflybsd-commit
:
Simon 'corecode' Schubert
Re: cvs commit: src/bin/hostname hostname.1 src/bin/domainname domainname....
Sepherosa Ziehau
cvs commit: src/sys/dev/netif/ral rt2560.c
Sepherosa Ziehau
cvs commit: src/sys/dev/netif/ural if_ural.c if_uralreg.h
Chris Pressey
Re: cvs commit: src/lib/libutil _secure_path.c auth.c fparseln.c humanize_number.c...
Joerg Sonnenberger
Re: cvs commit: src/sys/kern vfs_syscalls.c
git
:
Mark Junker
git on MacOSX and files with decomposed utf-8 file names
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: Sporadic BSOD with msys git?
Junio C Hamano
Re: [PATCH] Detached HEAD (experimental)
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
linux-ath5k-devel
:
Bruno Randolf
[ath5k-devel] [PATCH] ath5k: treat RXORN as non-fatal
Jiri Moravec
[ath5k-devel] can't add ath5k into bridge on kernel >=2.6.33
Lukáš Turek
Re: [ath5k-devel] Atheros HW/cfg80211 ignore nonUS regdom with "EEPROM regdomain: ...
Bob Copeland
Re: [ath5k-devel] [PATCH] ath5k: fix detection of jumbo frames
Bob Copeland
Re: [ath5k-devel] Transfers stall with ath5k on compat-wireless drivers
openbsd-source-changes
:
Marc Espie
CVS: cvs.openbsd.org: src
David Gwynne
CVS: cvs.openbsd.org: src
Theo de Raadt
CVS: cvs.openbsd.org: www
Igor Sobrado
CVS: cvs.openbsd.org: src
Brad Smith
CVS: cvs.openbsd.org: src
Colocation donated by:
Syndicate