login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
January
»
28
Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Rafael J. Wysocki
Subject:
Re: [PATCH] x86: Construct 32 bit boot time page tables in native format.
Date: Monday, January 28, 2008 - 8:25 am
On Monday, 28 of January 2008, Ingo Molnar wrote:
quoted text
> > * Rafael J. Wysocki <rjw@sisk.pl> wrote: > > > Speaking of cleanups, the following one is applicable IMO. > > > --- linux-2.6.orig/arch/x86/mm/init_32.c > > +++ linux-2.6/arch/x86/mm/init_32.c > > @@ -444,23 +444,23 @@ static void __init pagetable_init (void) > > paravirt_pagetable_setup_done(pgd_base); > > } > > > > -#if defined(CONFIG_HIBERNATION) || defined(CONFIG_ACPI) > > +#ifdef CONFIG_SUSPEND > > /* > > * Swap suspend & friends need this for resume because things like the intel-agp > > * driver might have split up a kernel 4MB mapping. > > */ > > -char __nosavedata swsusp_pg_dir[PAGE_SIZE] > > +char swsusp_pg_dir[PAGE_SIZE] > > thanks, applied.
Thanks. Well, the comment should also be updated as I can see now. I'll send a separate patch for that. Rafael --
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] x86/voyager: Switch voyager memory detection to ea ...
, Ian Campbell
, (Sat Jan 19, 9:08 am)
[PATCH] x86: Construct 32 bit boot time page tables in nat ...
, Ian Campbell
, (Sat Jan 19, 9:08 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Andi Kleen
, (Sat Jan 19, 4:07 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Sat Jan 19, 4:50 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Sun Jan 20, 9:44 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Andi Kleen
, (Sun Jan 20, 10:39 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Mika Penttilä
, (Sun Jan 20, 11:30 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Sun Jan 20, 11:48 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Andi Kleen
, (Sun Jan 20, 11:55 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 21, 2:38 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Mon Jan 21, 2:46 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Tue Jan 22, 3:05 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Tue Jan 22, 9:23 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Tue Jan 22, 10:36 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Tue Jan 22, 11:23 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Tue Jan 22, 12:48 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Tue Jan 22, 1:00 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Tue Jan 22, 1:36 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Tue Jan 22, 1:43 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Tue Jan 22, 1:45 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Tue Jan 22, 1:52 pm)
[PATCH] x86: make nx_enabled conditional on CONFIG_X86_PAE
, Harvey Harrison
, (Tue Jan 22, 2:00 pm)
Re: [PATCH] x86: make nx_enabled conditional on CONFIG_X86_PAE
, Ingo Molnar
, (Tue Jan 22, 2:04 pm)
Re: [PATCH] x86: make nx_enabled conditional on CONFIG_X86_PAE
, Harvey Harrison
, (Tue Jan 22, 2:07 pm)
Re: [PATCH] x86: make nx_enabled conditional on CONFIG_X86_PAE
, Harvey Harrison
, (Tue Jan 22, 2:35 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Tue Jan 22, 3:21 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Wed Jan 23, 1:52 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Wed Jan 23, 6:06 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ian Campbell
, (Thu Jan 24, 2:39 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 3:06 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 3:35 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 3:39 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 3:58 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 4:08 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 4:40 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 4:44 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 4:51 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 4:51 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 5:02 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 5:11 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 5:15 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Pavel Machek
, (Thu Jan 24, 5:20 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 5:27 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 5:31 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 5:37 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Thu Jan 24, 5:46 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 6:08 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Eric W. Biederman
, (Thu Jan 24, 7:16 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Thu Jan 24, 7:25 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Eric W. Biederman
, (Thu Jan 24, 7:56 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Thu Jan 24, 9:41 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Pavel Machek
, (Fri Jan 25, 12:49 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Eric W. Biederman
, (Fri Jan 25, 4:07 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Fri Jan 25, 3:02 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Pavel Machek
, (Fri Jan 25, 3:11 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Mon Jan 28, 8:00 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 8:25 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Mon Jan 28, 9:12 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 10:02 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Pavel Machek
, (Mon Jan 28, 12:40 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 28, 12:51 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Mon Jan 28, 1:03 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 28, 1:06 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 1:26 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 1:28 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 28, 1:31 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Jeremy Fitzhardinge
, (Mon Jan 28, 1:44 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 1:50 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 1:59 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, H. Peter Anvin
, (Mon Jan 28, 2:28 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Mon Jan 28, 3:02 pm)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Fri Feb 1, 6:51 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Rafael J. Wysocki
, (Fri Feb 1, 7:28 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Ingo Molnar
, (Fri Feb 1, 7:54 am)
Re: [PATCH] x86: Construct 32 bit boot time page tables in ...
, Len Brown
, (Fri Feb 1, 3:55 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate