diff options
author | Andrew Morton <[email protected]> | 2008-07-04 12:36:21 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2008-07-09 08:18:40 +0200 |
commit | 5ed4273af8469ca4723d4bf1bcd3abe2cc792e9f (patch) | |
tree | 155b14ded0ef384aaaa1e8b95dce581bc108d8b2 | |
parent | 6f585e01614f38195599c1bc5379d3c9dae6be47 (diff) |
arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps'
arch/x86/mm/pgtable_32.c:144: warning: 'fixmaps' defined but not used
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | arch/x86/mm/pgtable_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/pgtable_32.c b/arch/x86/mm/pgtable_32.c index 828907d001e8..b4becbf8c570 100644 --- a/arch/x86/mm/pgtable_32.c +++ b/arch/x86/mm/pgtable_32.c @@ -141,7 +141,6 @@ void set_pmd_pfn(unsigned long vaddr, unsigned long pfn, pgprot_t flags) __flush_tlb_one(vaddr); } -static int fixmaps; unsigned long __FIXADDR_TOP = 0xfffff000; EXPORT_SYMBOL(__FIXADDR_TOP); |