Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/include bump CPU_MAXNUM to 4, hardware exist...



details:   https://anonhg.NetBSD.org/src/rev/bb13904375b0
branches:  trunk
changeset: 460491:bb13904375b0
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Oct 24 23:04:46 2019 +0000

description:
bump CPU_MAXNUM to 4, hardware exists and is being asked about on port-macppc@

diffstat:

 sys/arch/macppc/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d99b55d1c7e5 -r bb13904375b0 sys/arch/macppc/include/cpu.h
--- a/sys/arch/macppc/include/cpu.h     Thu Oct 24 23:03:35 2019 +0000
+++ b/sys/arch/macppc/include/cpu.h     Thu Oct 24 23:04:46 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.20 2018/03/16 22:08:53 macallan Exp $        */
+/*     $NetBSD: cpu.h,v 1.21 2019/10/24 23:04:46 macallan Exp $        */
 
 /*
  * Copyright (C) 1995-1997 Wolfgang Solfrank.
@@ -34,7 +34,7 @@
 #define        _MACPPC_CPU_H_
 
 #if defined(_KERNEL) && !defined(_MODULE)
-#define        CPU_MAXNUM      2
+#define        CPU_MAXNUM      4
 extern char bootpath[];
 int get_cpuid(int, uint8_t *);
 #endif /* _KERNEL */



Home | Main Index | Thread Index | Old Index