Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21355
b: refs/heads/master
c: 9954863
h: refs/heads/master
i:
  21353: 6a755b9
  21351: 6eb16b7
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Mar 20, 2006
1 parent 772e917 commit f1a65f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 9bc657b28eba22e36efcdf3afa08100f92971eb4
refs/heads/master: 9954863975910a1b9372b7d5006a6cba43bdd288
3 changes: 0 additions & 3 deletions trunk/arch/sparc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ struct linux_prom_translation {
/* Exported for kernel TLB miss handling in ktlb.S */
struct linux_prom_translation prom_trans[512] __read_mostly;
unsigned int prom_trans_ents __read_mostly;
unsigned int swapper_pgd_zero __read_mostly;

extern unsigned long prom_boot_page;
extern void prom_remap(unsigned long physpage, unsigned long virtpage, int mmu_ihandle);
Expand Down Expand Up @@ -1088,8 +1087,6 @@ void __init paging_init(void)
pud_set(pud_offset(&swapper_pg_dir[0], 0),
swapper_low_pmd_dir + (shift / sizeof(pgd_t)));

swapper_pgd_zero = pgd_val(swapper_pg_dir[0]);

inherit_prom_mappings();

/* Ok, we can use our TLB miss and window trap handlers safely. */
Expand Down

0 comments on commit f1a65f8

Please sign in to comment.