Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Revert unrelated/unintended changes from ...
details: https://anonhg.NetBSD.org/src/rev/42248b7eb88c
branches: trunk
changeset: 749337:42248b7eb88c
user: rmind <rmind%NetBSD.org@localhost>
date: Fri Nov 27 01:37:30 2009 +0000
description:
Revert unrelated/unintended changes from previous commit.
Should fix MIPS builds (hi matt@).
diffstat:
sys/arch/mips/mips/mips_machdep.c | 21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)
diffs (42 lines):
diff -r 366d2e532c5d -r 42248b7eb88c sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Thu Nov 26 21:04:42 2009 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Fri Nov 27 01:37:30 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.219 2009/11/26 00:19:19 matt Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.220 2009/11/27 01:37:30 rmind Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.219 2009/11/26 00:19:19 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.220 2009/11/27 01:37:30 rmind Exp $");
#include "opt_cputype.h"
@@ -458,17 +458,12 @@
* by pridtab->cpu_cid.
*/
static const char * const cidnames[] = {
- [MIPS_PRID_CID_PREHISTORIC] = "Prehistoric",
- [MIPS_PRID_CID_MIPS] = "MIPS",
- /* or "MIPS Technologies, Inc. */
- [MIPS_PRID_CID_BROADCOM] = "Broadcom",
- /* or "Broadcom Corp." */
- [MIPS_PRID_CID_ALCHEMY] = "Alchemy",
- /* or "Alchemy Semiconductor" */
- [MIPS_PRID_CID_SIBYTE] = "SiByte",
- /* or "Broadcom Corp. (SiByte)" */
- [MIPS_PRID_CID_SANDCRAFT] = "SandCraft",
- [MIPS_PRID_CID_RMI] = "RMI",
+ "Prehistoric",
+ "MIPS", /* or "MIPS Technologies, Inc. */
+ "Broadcom", /* or "Broadcom Corp." */
+ "Alchemy", /* or "Alchemy Semiconductor" */
+ "SiByte", /* or "Broadcom Corp. (SiByte)" */
+ "SandCraft",
};
#define ncidnames (sizeof(cidnames) / sizeof(cidnames[0]))
Home |
Main Index |
Thread Index |
Old Index