From 59f30abe94bff50636c8cad45207a01fdcb2ee49 Mon Sep 17 00:00:00 2001 From: Rik van Riel Date: Fri, 24 Apr 2015 15:24:27 -0400 Subject: [PATCH] show isolated cpus in sysfs After system bootup, there is no totally reliable way to see which CPUs are isolated, because the kernel may modify the CPUs specified on the isolcpus= kernel command line option. Export the CPU list that actually got isolated in sysfs, specifically in the file /sys/devices/system/cpu/isolated This can be used by system management tools like libvirt, openstack, and others to ensure proper placement of tasks. Suggested-by: Li Zefan Signed-off-by: Rik van Riel Acked-by: Mike Galbraith Acked-by: Chris Metcalf Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed