git: bc06496744a1 - main - ipq401x: flip on SMP for the ASUS AC1300
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Nov 2021 16:02:55 UTC
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=bc06496744a1a658c1cd9c6488dd23326b52390e commit bc06496744a1a658c1cd9c6488dd23326b52390e Author: Adrian Chadd <adrian@FreeBSD.org> AuthorDate: 2021-10-30 04:31:50 +0000 Commit: Adrian Chadd <adrian@FreeBSD.org> CommitDate: 2021-11-04 16:02:38 +0000 ipq401x: flip on SMP for the ASUS AC1300 This actually enables SMP and yes it boots. Reviewed by: andrew, manu, imp Differential Revision: https://reviews.freebsd.org/D32723 --- sys/arm/conf/ASUS_AC1300 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arm/conf/ASUS_AC1300 b/sys/arm/conf/ASUS_AC1300 index 73d3d9f37eb7..67ee0b541c2e 100644 --- a/sys/arm/conf/ASUS_AC1300 +++ b/sys/arm/conf/ASUS_AC1300 @@ -38,8 +38,7 @@ makeoptions FDT_DTS_FILE=qcom-ipq4018-rt-ac58u.dts options LINUX_BOOT_ABI options SCHED_ULE -# DEFINITELY not ready for SMP yet! -# options SMP +options SMP options PLATFORM device loop @@ -50,3 +49,4 @@ device gpio device ether device mii device bpf +