[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1234745339-18587-1-git-send-email-gustavo@las.ic.unicamp.br>
Date: Sun, 15 Feb 2009 21:48:51 -0300
From: "Gustavo F. Padovan" <gustavo@....ic.unicamp.br>
To: mingo@...e.hu
Cc: glommer@...hat.com, linux-kernel@...r.kernel.org
Subject: [PATCH 0/8] x86: fixmap.h x86 integration
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@....ic.unicamp.br>
Acked-by: Glauber Costa <gcosta@...hat.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists