Date: Sat, 12 Feb 2011 02:08:24 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/cavium octeon_mp.c src/sys/mips/include hwfunc.h src/sys/mips/mips mp_machdep.c src/sys/mips/rmi xlr_machdep.c src/sys/mips/sibyte sb_scd.c Message-ID: <201102120208.p1C28fKt021252@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2011-02-12 02:08:24 UTC FreeBSD src repository Modified files: sys/mips/cavium octeon_mp.c sys/mips/include hwfunc.h sys/mips/mips mp_machdep.c sys/mips/rmi xlr_machdep.c sys/mips/sibyte sb_scd.c Log: SVN rev 218591 on 2011-02-12 02:08:24Z by jmallett Allow the platform code to return a bitmask of running cores rather than just a number of cores, this allows for a sparse set of CPUs. Implement support for sparse core masks on Octeon. XXX jeff@ suggests that all_cpus should include cores that are offline or running other applications/OSes, so the platform API should be further extended to allow us to set all_cpus to include all cores that are physically-present as opposed to only those that are running FreeBSD. Submitted by: Bhanu Prakash (with modifications) Reviewed by: jchandra Glanced at by: kib, jeff, jhb Revision Changes Path 1.6 +3 -3 src/sys/mips/cavium/octeon_mp.c 1.5 +2 -2 src/sys/mips/include/hwfunc.h 1.20 +19 -11 src/sys/mips/mips/mp_machdep.c 1.30 +3 -3 src/sys/mips/rmi/xlr_machdep.c 1.7 +3 -3 src/sys/mips/sibyte/sb_scd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102120208.p1C28fKt021252>