Module Name:    src
Committed By:   ryo
Date:           Mon Jul  9 09:55:59 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: RPI64

Log Message:
enable options MULTIPROCESSOR


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/RPI64

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/evbarm/conf/RPI64
diff -u src/sys/arch/evbarm/conf/RPI64:1.5 src/sys/arch/evbarm/conf/RPI64:1.6
--- src/sys/arch/evbarm/conf/RPI64:1.5	Sun Jul  1 15:33:29 2018
+++ src/sys/arch/evbarm/conf/RPI64	Mon Jul  9 09:55:58 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI64,v 1.5 2018/07/01 15:33:29 skrll Exp $
+#	$NetBSD: RPI64,v 1.6 2018/07/09 09:55:58 ryo Exp $
 #
 #	RPI64 - Raspberry Pi 3 and Pi 2 v1.2 in AARCH64 mode
 #
@@ -19,6 +19,7 @@ makeoptions	DTS="
 # CPU options
 options 	CPU_CORTEXA53
 options 	SOC_BCM2836
+options 	MULTIPROCESSOR
 
 # verbose bootstraping messages
 options 	EARLYCONS=bcm2837

Reply via email to