diff options
| -rw-r--r-- | arch/hexagon/include/asm/pgtable.h | 1 | ||||
| -rw-r--r-- | arch/hexagon/mm/init.c | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/hexagon/include/asm/pgtable.h b/arch/hexagon/include/asm/pgtable.h index aef02f7ca8aa..65125d0b02dd 100644 --- a/arch/hexagon/include/asm/pgtable.h +++ b/arch/hexagon/include/asm/pgtable.h | |||
| @@ -30,7 +30,6 @@ | |||
| 30 | 30 | ||
| 31 | /* A handy thing to have if one has the RAM. Declared in head.S */ | 31 | /* A handy thing to have if one has the RAM. Declared in head.S */ |
| 32 | extern unsigned long empty_zero_page; | 32 | extern unsigned long empty_zero_page; |
| 33 | extern unsigned long zero_page_mask; | ||
| 34 | 33 | ||
| 35 | /* | 34 | /* |
| 36 | * The PTE model described here is that of the Hexagon Virtual Machine, | 35 | * The PTE model described here is that of the Hexagon Virtual Machine, |
diff --git a/arch/hexagon/mm/init.c b/arch/hexagon/mm/init.c index 192584d5ac2f..1495d45e472d 100644 --- a/arch/hexagon/mm/init.c +++ b/arch/hexagon/mm/init.c | |||
| @@ -39,9 +39,6 @@ unsigned long __phys_offset; /* physical kernel offset >> 12 */ | |||
| 39 | /* Set as variable to limit PMD copies */ | 39 | /* Set as variable to limit PMD copies */ |
| 40 | int max_kernel_seg = 0x303; | 40 | int max_kernel_seg = 0x303; |
| 41 | 41 | ||
| 42 | /* think this should be (page_size-1) the way it's used...*/ | ||
| 43 | unsigned long zero_page_mask; | ||
| 44 | |||
| 45 | /* indicate pfn's of high memory */ | 42 | /* indicate pfn's of high memory */ |
| 46 | unsigned long highstart_pfn, highend_pfn; | 43 | unsigned long highstart_pfn, highend_pfn; |
| 47 | 44 | ||
