Browse Source

sh: Common swapper_pg_dir usage for SH-5.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 years ago
parent
commit
061854fd15
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/sh/kernel/head_64.S

+ 2 - 2
arch/sh/kernel/head_64.S

@@ -105,8 +105,8 @@ empty_zero_page:
 	.section	.data, "aw"
 	.section	.data, "aw"
 	.balign	PAGE_SIZE
 	.balign	PAGE_SIZE
 
 
-	.global swapper_pg_dir
-swapper_pg_dir:
+	.global mmu_pdtp_cache
+mmu_pdtp_cache:
 	.space PAGE_SIZE, 0
 	.space PAGE_SIZE, 0
 
 
 	.global empty_bad_page
 	.global empty_bad_page