diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-07-26 07:02:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-26 19:46:16 -0400 |
commit | 59b00c792f0302b43e098849febc52386be5fd54 (patch) | |
tree | d49db4bf651fff8a4d11a60c16cfe7bb739de85a /arch/sparc/include | |
parent | cc52aea9dcd284c5d575cb8aed9752fc1bf52537 (diff) |
sparc32: drop quicklist
The quicklist stuff is not used anymore - drop it.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/pgalloc_32.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sparc/include/asm/pgalloc_32.h b/arch/sparc/include/asm/pgalloc_32.h index bf20809f6665..9b1c36de0f18 100644 --- a/arch/sparc/include/asm/pgalloc_32.h +++ b/arch/sparc/include/asm/pgalloc_32.h | |||
@@ -11,22 +11,9 @@ | |||
11 | 11 | ||
12 | struct page; | 12 | struct page; |
13 | 13 | ||
14 | extern struct pgtable_cache_struct { | ||
15 | unsigned long *pgd_cache; | ||
16 | unsigned long *pte_cache; | ||
17 | unsigned long pgtable_cache_sz; | ||
18 | unsigned long pgd_cache_sz; | ||
19 | } pgt_quicklists; | ||
20 | |||
21 | void *srmmu_get_nocache(int size, int align); | 14 | void *srmmu_get_nocache(int size, int align); |
22 | void srmmu_free_nocache(void *addr, int size); | 15 | void srmmu_free_nocache(void *addr, int size); |
23 | 16 | ||
24 | #define pgd_quicklist (pgt_quicklists.pgd_cache) | ||
25 | #define pmd_quicklist ((unsigned long *)0) | ||
26 | #define pte_quicklist (pgt_quicklists.pte_cache) | ||
27 | #define pgtable_cache_size (pgt_quicklists.pgtable_cache_sz) | ||
28 | #define pgd_cache_size (pgt_quicklists.pgd_cache_sz) | ||
29 | |||
30 | #define check_pgt_cache() do { } while (0) | 17 | #define check_pgt_cache() do { } while (0) |
31 | 18 | ||
32 | pgd_t *get_pgd_fast(void); | 19 | pgd_t *get_pgd_fast(void); |