Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include Add missing CPU_MAXID definition.
details: https://anonhg.NetBSD.org/src/rev/0d25846011b4
branches: trunk
changeset: 472711:0d25846011b4
user: tsubai <tsubai%NetBSD.org@localhost>
date: Wed May 05 11:20:54 1999 +0000
description:
Add missing CPU_MAXID definition.
diffstat:
sys/arch/powerpc/include/cpu.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r df4c0ea64561 -r 0d25846011b4 sys/arch/powerpc/include/cpu.h
--- a/sys/arch/powerpc/include/cpu.h Wed May 05 10:53:00 1999 +0000
+++ b/sys/arch/powerpc/include/cpu.h Wed May 05 11:20:54 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.5 1999/04/17 21:16:47 ws Exp $ */
+/* $NetBSD: cpu.h,v 1.6 1999/05/05 11:20:54 tsubai Exp $ */
/*
* Copyright (C) 1999 Wolfgang Solfrank.
@@ -39,6 +39,7 @@
* CTL_MACHDEP definitions.
*/
#define CPU_CACHELINE 1
+#define CPU_MAXID 2
#define CTL_MACHDEP_NAMES { \
{ 0, 0 }, \
Home |
Main Index |
Thread Index |
Old Index