Author: kp Date: Tue Dec 31 11:45:19 2019 New Revision: 356223 URL: https://svnweb.freebsd.org/changeset/base/356223
Log: riscv: Remove unused variable Fix the build that was broken by r356221. Pointy hat to myself. Modified: head/sys/riscv/riscv/mp_machdep.c Modified: head/sys/riscv/riscv/mp_machdep.c ============================================================================== --- head/sys/riscv/riscv/mp_machdep.c Tue Dec 31 10:54:13 2019 (r356222) +++ head/sys/riscv/riscv/mp_machdep.c Tue Dec 31 11:45:19 2019 (r356223) @@ -185,7 +185,7 @@ static void release_aps(void *dummy __unused) { cpuset_t mask; - int cpu, i; + int i; if (mp_ncpus == 1) return; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"