git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hexagon: drop the unused variable zero_page_mask
[muen/linux.git]
/
arch
/
hexagon
/
mm
/
init.c
diff --git
a/arch/hexagon/mm/init.c
b/arch/hexagon/mm/init.c
index 192584d5ac2fb8b5d131379db487968b446643bd..1495d45e472d880a0e484ed8b567435414d91884 100644
(file)
--- a/
arch/hexagon/mm/init.c
+++ b/
arch/hexagon/mm/init.c
@@
-39,9
+39,6
@@
unsigned long __phys_offset; /* physical kernel offset >> 12 */
/* Set as variable to limit PMD copies */
int max_kernel_seg = 0x303;
-/* think this should be (page_size-1) the way it's used...*/
-unsigned long zero_page_mask;
-
/* indicate pfn's of high memory */
unsigned long highstart_pfn, highend_pfn;