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

From: Gustavo F. Padovan
Date: Thu Feb 05 2009 - 17:47:33 EST


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@xxxxxxxxxxxxxxxxx>
Acked-by: Glauber Costa <gcosta@xxxxxxxxxx>


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




--
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/