Module Name: src Committed By: riastradh Date: Wed Feb 16 23:20:38 UTC 2022
Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.373 -r1.374 src/sys/arch/macppc/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/macppc/conf/GENERIC diff -u src/sys/arch/macppc/conf/GENERIC:1.373 src/sys/arch/macppc/conf/GENERIC:1.374 --- src/sys/arch/macppc/conf/GENERIC:1.373 Wed Feb 16 20:14:40 2022 +++ src/sys/arch/macppc/conf/GENERIC Wed Feb 16 23:20:38 2022 @@ -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 @@ include "arch/macppc/conf/std.macppc" 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 @@ include "dev/veriexec.config" #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"