diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-28 08:01:41 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-28 08:01:41 +0000 |
commit | 1b9c243c58a4aa70456f681513b5a16aa6f7c152 (patch) | |
tree | f656cf89d38c82c45c3df9795b8f3a3d5faea0ac /arch/mips/mm/mips32.c | |
parent | 2b194e859130a42bbea97b259de12ad8a5044cf0 (diff) |
Kill dead function load_pgd().
Diffstat (limited to 'arch/mips/mm/mips32.c')
-rw-r--r-- | arch/mips/mm/mips32.c | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/arch/mips/mm/mips32.c b/arch/mips/mm/mips32.c index 407793fdc..6f44efea9 100644 --- a/arch/mips/mm/mips32.c +++ b/arch/mips/mm/mips32.c @@ -4,28 +4,20 @@ * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. * - * ######################################################################## + * This program is free software; you can distribute it and/or modify it + * under the terms of the GNU General Public License (Version 2) as + * published by the Free Software Foundation. * - * This program is free software; you can distribute it and/or modify it - * under the terms of the GNU General Public License (Version 2) as - * published by the Free Software Foundation. + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. - * - * ######################################################################## + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. * * MIPS32 CPU variant specific MMU/Cache routines. - * - * This file is the original r4xx0.c file with modification that makes the - * cache and tlb handling more generic. - * */ #include <linux/init.h> #include <linux/kernel.h> @@ -672,11 +664,6 @@ void flush_tlb_page(struct vm_area_struct *vma, unsigned long page) } } -/* Load a new root pointer into the TLB. */ -void load_pgd(unsigned long pg_dir) -{ -} - void pgd_init(unsigned long page) { unsigned long *p = (unsigned long *) page; |