Skip to content

Commit

Permalink
[SPARC64]: Kill swapper_pgd_zero, totally unused.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller authored and David S. Miller committed Mar 20, 2006
1 parent 9bc657b commit 9954863
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 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 9954863

Please sign in to comment.