commit | 3ec96783e3c1d21bf9a1fa3f238f8354c92827f6 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Apr 25 18:25:25 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Apr 25 19:54:07 2008 +0200 |
tree | 22b8897851d66a3dc88d62db825b406288b3235e | |
parent | b69d3987f4360a5e7e9e55465b3cdd0cc204b79e [diff] [blame] |
x86: make clear_fixmap() available on 64-bit as well Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/include/asm-x86/fixmap_64.h b/include/asm-x86/fixmap_64.h index f3d7685..355d26a 100644 --- a/include/asm-x86/fixmap_64.h +++ b/include/asm-x86/fixmap_64.h
@@ -8,8 +8,8 @@ * Copyright (C) 1998 Ingo Molnar */ -#ifndef _ASM_FIXMAP_H -#define _ASM_FIXMAP_H +#ifndef _ASM_FIXMAP_64_H +#define _ASM_FIXMAP_64_H #include <linux/kernel.h> #include <asm/apicdef.h>