Skip to content

Commit

Permalink
ARM: 8694/1: Remove leftover of fixmap_page_table
Browse files Browse the repository at this point in the history
fixmap_page_table was removed by commit 836a241 (ARM: expand
fixmap region to 3MB), but some traces are still there - get rid of
them.

Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
  • Loading branch information
Vladimir Murzin authored and Russell King committed Sep 28, 2017
1 parent cf1b099 commit 9405890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/include/asm/highmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
} while (0)

extern pte_t *pkmap_page_table;
extern pte_t *fixmap_page_table;

extern void *kmap_high(struct page *page);
extern void kunmap_high(struct page *page);
Expand Down

0 comments on commit 9405890

Please sign in to comment.