x86, fixmap: unify fixmap.h
authorGustavo F. Padovan <gustavo@las.ic.unicamp.br>
Mon, 16 Feb 2009 00:48:59 +0000 (21:48 -0300)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 28 Feb 2009 04:57:48 +0000 (20:57 -0800)
commitc577b098f9bf467fb05dc279ba83604cb3f7cea0
tree8967240a8612eaed8977c1d6ba80d354632bb3c9
parentc78f322ce8cea6052bc99513b57283d4d325a13e
x86, fixmap: unify fixmap.h

Impact: unification

This patch unify fixmap_32.h and fixmap_64.h into fixmap.h.
Things that we can't merge now are using CONFIG_X86_{32,64}
(e.g.:vsyscall and EFI)

Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
Acked-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/fixmap.h
arch/x86/include/asm/fixmap_32.h [deleted file]
arch/x86/include/asm/fixmap_64.h [deleted file]