summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
diff options
context:
space:
mode:
authorGleb O. Raiko <raiko@niisi.msk.ru>2000-03-06 11:14:13 +0000
committerGleb O. Raiko <raiko@niisi.msk.ru>2000-03-06 11:14:13 +0000
commit5a7e7f640866b8a3b5632f2e52e248a5d423c781 (patch)
treec510d1a69c1d8b4dd9c1d2128e29291d2362e219 /arch/mips/kernel/setup.c
parentbd170d4d368bbb8c3eb94b0e8d34497d187262e5 (diff)
Update Baget stuff
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index f6209461f..dad81e5e8 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.22 2000/01/27 01:05:23 ralf Exp $
+/* $Id: setup.c,v 1.23 2000/03/02 02:36: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
@@ -156,7 +156,7 @@ void __init setup_arch(char **cmdline_p)
switch(mips_machgroup)
{
#ifdef CONFIG_BAGET_MIPS
- case MACH_GROUP_UNKNOWN:
+ case MACH_GROUP_BAGET:
baget_setup();
break;
#endif