summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-09-04 21:21:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-09-04 21:21:34 +0000
commit4e70b567ee576112d83553ac96a5c086067c7167 (patch)
tree23ea5f463401d63a5a9613d489a6ee0ea2713990 /arch
parent85e62c3047afe4786a427672e4c46ca18d8edd5d (diff)
Add missing break. Fix from Ulf Carlsson.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/mm/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index 1d5393780..881bb1f6f 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -1,4 +1,4 @@
-/* $Id: init.c,v 1.11 1998/08/20 14:38:41 ralf Exp $
+/* $Id: init.c,v 1.7 1998/08/25 09:14:45 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
@@ -126,6 +126,7 @@ static inline unsigned long setup_zero_pages(void)
case CPU_R4400SC:
case CPU_R4400MC:
order = 3;
+ break;
default:
order = 0;
}