Skip to content

Commit

Permalink
[PARISC] Drop unused do_check_pgt_cache()
Browse files Browse the repository at this point in the history
Drop the unused do_check_pgt_cache routine from mm/init.c and its
prototype in asm/pgalloc.h

Signed-off-by: Helge Deller <deller@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Jan 23, 2006
1 parent c742842 commit c475eea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions arch/parisc/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,6 @@ void __init mem_init(void)

}

int do_check_pgt_cache(int low, int high)
{
return 0;
}

unsigned long *empty_zero_page __read_mostly;

void show_mem(void)
Expand Down
1 change: 0 additions & 1 deletion include/asm-parisc/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ static inline void pte_free_kernel(pte_t *pte)

#define pte_free(page) pte_free_kernel(page_address(page))

extern int do_check_pgt_cache(int, int);
#define check_pgt_cache() do { } while (0)

#endif

0 comments on commit c475eea

Please sign in to comment.