[PATCH 0/8] x86: fixmap.h x86 integration

From: Gustavo F. Padovan
Date: Sun Feb 15 2009 - 19:50:28 EST


Ingo,

These 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.
I spplited the last patch in three patches, now the unification is mechanic.

Signed-off-by: Gustavo F. Padovan <gustavo@xxxxxxxxxxxxxxxxx>
Acked-by: Glauber Costa <gcosta@xxxxxxxxxx>

arch/x86/include/asm/fixmap.h | 149 +++++++++++++++++++++++++++++++++++++-
arch/x86/include/asm/fixmap_32.h | 115 -----------------------------
arch/x86/include/asm/fixmap_64.h | 79 --------------------
arch/x86/mm/pgtable.c | 18 +++++
arch/x86/mm/pgtable_32.c | 16 ----
5 files changed, 165 insertions(+), 212 deletions(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/