Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/ibm4xx Add global cpu_model variable.
details: https://anonhg.NetBSD.org/src/rev/3cf6b597adf5
branches: trunk
changeset: 552332:3cf6b597adf5
user: shige <shige%NetBSD.org@localhost>
date: Tue Sep 23 15:25:26 2003 +0000
description:
Add global cpu_model variable.
diffstat:
sys/arch/powerpc/ibm4xx/cpu.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 8a9a46650bf1 -r 3cf6b597adf5 sys/arch/powerpc/ibm4xx/cpu.c
--- a/sys/arch/powerpc/ibm4xx/cpu.c Tue Sep 23 15:24:15 2003 +0000
+++ b/sys/arch/powerpc/ibm4xx/cpu.c Tue Sep 23 15:25:26 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.16 2003/07/15 02:54:43 lukem Exp $ */
+/* $NetBSD: cpu.c,v 1.17 2003/09/23 15:25:26 shige Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.16 2003/07/15 02:54:43 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.17 2003/09/23 15:25:26 shige Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -76,6 +76,8 @@
struct cpu_info cpu_info[1];
+char cpu_model[80];
+
int cpufound = 0;
static int
Home |
Main Index |
Thread Index |
Old Index