Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19743
b: refs/heads/master
c: c475eea
h: refs/heads/master
i:
  19741: c1fd8be
  19739: 2cc1be3
  19735: a4f3f99
  19727: 34cda7f
  19711: 50248d8
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Jan 23, 2006
1 parent 992280f commit d38e463
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c742842223269eb8eb4b86ac05ad07e6e156526b
refs/heads/master: c475eea2929a7f0dac21d20e10562a491fcf7c45
5 changes: 0 additions & 5 deletions trunk/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 trunk/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 d38e463

Please sign in to comment.