Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf macppc: Support *macppc* GENERIC.local,...



details:   https://anonhg.NetBSD.org/src/rev/2ff8d29a5142
branches:  trunk
changeset: 361594:2ff8d29a5142
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Feb 16 23:20:38 2022 +0000

description:
macppc: Support *macppc* GENERIC.local, not evbarm GENERIC64.local.

Managed to fumble with a copypasta error of local commits, and
committed the one that didn't work instead of the one that did.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 964220cb7904 -r 2ff8d29a5142 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Feb 16 22:00:55 2022 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Feb 16 23:20:38 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.373 2022/02/16 20:14:40 riastradh Exp $
+# $NetBSD: GENERIC,v 1.374 2022/02/16 23:20:38 riastradh Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.373 $"
+#ident                 "GENERIC-$Revision: 1.374 $"
 
 maxusers       32
 
@@ -570,4 +570,4 @@
 #options PAX_MPROTECT=0                        # PaX mprotect(2) restrictions
 
 # Pull in optional local configuration
-cinclude "arch/evbarm/conf/GENERIC64.local"
+cinclude "arch/macppc/conf/GENERIC.local"



Home | Main Index | Thread Index | Old Index