projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf1b099
)
ARM: 8694/1: Remove leftover of fixmap_page_table
author
Vladimir Murzin
<vladimir.murzin@arm.com>
Mon, 4 Sep 2017 08:17:09 +0000
(09:17 +0100)
committer
Russell King
<rmk+kernel@armlinux.org.uk>
Thu, 28 Sep 2017 10:13:02 +0000
(11:13 +0100)
fixmap_page_table was removed by commit
836a24183273
(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>
arch/arm/include/asm/highmem.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/highmem.h
b/arch/arm/include/asm/highmem.h
index 0a0e2d1784c011ddf917312f51931cefb8fa5d8a..61736fdccc79f6b48205e42fcaec693b51c2cb46 100644
(file)
--- a/
arch/arm/include/asm/highmem.h
+++ b/
arch/arm/include/asm/highmem.h
@@
-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);