diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-12-04 03:58:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-12-04 03:58:56 +0000 |
commit | 1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch) | |
tree | 357efc7b93f8f5102110d20d293f41360ec212fc /arch/mips64/mm/andes.c | |
parent | aea27b2e18d69af87e673972246e66657b4fa274 (diff) |
Merge with Linux 2.3.21.
Diffstat (limited to 'arch/mips64/mm/andes.c')
-rw-r--r-- | arch/mips64/mm/andes.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/mips64/mm/andes.c b/arch/mips64/mm/andes.c index e048a1203..dec5940c8 100644 --- a/arch/mips64/mm/andes.c +++ b/arch/mips64/mm/andes.c @@ -1,4 +1,4 @@ -/* $Id: andes.c,v 1.1 1999/08/18 23:37:47 ralf Exp $ +/* $Id: andes.c,v 1.3 1999/11/23 17:12:50 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -89,11 +89,6 @@ andes_load_pgd(unsigned long pg_dir) { } -static void -andes_pgd_init(unsigned long page) -{ -} - static int andes_user_mode(struct pt_regs *regs) { @@ -117,7 +112,6 @@ void __init ld_mmu_andes(void) user_mode = andes_user_mode; load_pgd = andes_load_pgd; - pgd_init = andes_pgd_init; flush_cache_all(); flush_tlb_all(); |