Commit 6066fc3dc40009b2d386b99dde223150055127ca
Committed by
David S. Miller
1 parent
3774348770
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
sparc32: drop unused type/extern
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 2 changed files with 0 additions and 14 deletions Side-by-side Diff
arch/sparc/include/asm/page_32.h
... | ... | @@ -45,12 +45,6 @@ |
45 | 45 | |
46 | 46 | extern struct sparc_phys_banks sp_banks[SPARC_PHYS_BANKS+1]; |
47 | 47 | |
48 | -/* Cache alias structure. Entry is valid if context != -1. */ | |
49 | -struct cache_palias { | |
50 | - unsigned long vaddr; | |
51 | - int context; | |
52 | -}; | |
53 | - | |
54 | 48 | /* passing structs on the Sparc slow us down tremendously... */ |
55 | 49 | |
56 | 50 | /* #define STRICT_MM_TYPECHECKS */ |
arch/sparc/include/asm/pgtable_32.h
... | ... | @@ -77,14 +77,6 @@ |
77 | 77 | |
78 | 78 | extern void paging_init(void); |
79 | 79 | |
80 | -/* Page table for 0-4MB for everybody, on the Sparc this | |
81 | - * holds the same as on the i386. | |
82 | - */ | |
83 | -extern pte_t pg0[1024]; | |
84 | -extern pte_t pg1[1024]; | |
85 | -extern pte_t pg2[1024]; | |
86 | -extern pte_t pg3[1024]; | |
87 | - | |
88 | 80 | extern unsigned long ptr_in_current_pgd; |
89 | 81 | |
90 | 82 | /* Here is a trick, since mmap.c need the initializer elements for |