LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 0/6] x86: unify fixmap.h
@ 2008-11-02  2:23 Gustavo F. Padovan
  2008-11-02  2:23 ` [PATCH 1/6] x86: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZE Gustavo F. Padovan
  0 siblings, 1 reply; 10+ messages in thread
From: Gustavo F. Padovan @ 2008-11-02  2:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: glommer, mingo

Theses patches unify the fixmap_(32|64).h into fixmap.h
Some things was left with '#ifdef CONFIG_X86_(32|64)' because first we
need to integrate things like vsyscall, efi, pci_mmconfig, FIXADDR_TOP
and FIX_WP_TEST.

Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
Acked-by: Glauber Costa <gcosta@redhat.com>



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/6] x86: fixmap.h x86 integration
@ 2009-02-05 22:39 Gustavo F. Padovan
  2009-02-05 22:39 ` [PATCH 1/6] x86: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZE Gustavo F. Padovan
  0 siblings, 1 reply; 10+ messages in thread
From: Gustavo F. Padovan @ 2009-02-05 22:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: glommer, mingo

These patches unify the fixmap_(32|64).h into fixmap.h. I reworked they
on top of last change into fixmap code.
Some things was left with '#ifdef CONFIG_X86_(32|64)' because first we
need to integrate things like vsyscall, efi, pci_mmconfig, FIXADDR_TOP
and FIX_WP_TEST.

Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
Acked-by: Glauber Costa <gcosta@redhat.com>


 arch/x86/include/asm/fixmap.h    |  153 +++++++++++++++++++++++++++++++++++++-
 arch/x86/include/asm/fixmap_32.h |  119 -----------------------------
 arch/x86/include/asm/fixmap_64.h |   83 --------------------
 arch/x86/mm/pgtable.c            |   18 +++++
 arch/x86/mm/pgtable_32.c         |   16 ----
 5 files changed, 169 insertions(+), 220 deletions(-)





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-02-05 22:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-02  2:23 [PATCH 0/6] x86: unify fixmap.h Gustavo F. Padovan
2008-11-02  2:23 ` [PATCH 1/6] x86: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZE Gustavo F. Padovan
2008-11-02  2:23   ` [PATCH 2/6] x86: define FIXADDR_BOOT_* and redefine FIX_ADDR_SIZE Gustavo F. Padovan
2008-11-02  2:23     ` [PATCH 3/6] x86: define reserve_top_address for x86_64 Gustavo F. Padovan
2008-11-02  2:23       ` [PATCH 4/6] x86: Add CONFIG_X86_{LOCAL,IO}_APIC Gustavo F. Padovan
2008-11-02  2:23         ` [PATCH 5/6] x86: Add CONFIG_EFI Gustavo F. Padovan
2008-11-02  2:23           ` [PATCH 6/6] x86: Unify fixmap.h Gustavo F. Padovan
2008-11-03  9:15   ` [PATCH 1/6] x86: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZE Ingo Molnar
2008-11-04 16:56     ` Gustavo F. Padovan
2009-02-05 22:39 [PATCH 0/6] x86: fixmap.h x86 integration Gustavo F. Padovan
2009-02-05 22:39 ` [PATCH 1/6] x86: rename __FIXADDR_SIZE and __FIXADDR_BOOT_SIZE Gustavo F. Padovan

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).