Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ABI: testing/sysfs-devices-system-cpu: remove duplicated core_id

This was already defined at stable/sysfs-devices-system-cpu with
the same description, as pointed by get_abi.pl:

Warning: /sys/devices/system/cpu/cpuX/topology/core_id is defined 2 times: Documentation/ABI/stable/sysfs-devices-system-cpu:38 Documentation/ABI/testing/sysfs-devices-system-cpu:69

Remove the duplicated one.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/1e92337c1ef74f5eb9e1c1871e20b858b490d269.1656235926.git.mchehab@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
1d248d23 31c779f2

+1 -6
+1 -6
Documentation/ABI/testing/sysfs-devices-system-cpu
··· 67 67 /sys/devices/system/cpu/cpu42/node2 -> ../../node/node2 68 68 69 69 70 - What: /sys/devices/system/cpu/cpuX/topology/core_id 71 - /sys/devices/system/cpu/cpuX/topology/core_siblings 70 + What: /sys/devices/system/cpu/cpuX/topology/core_siblings 72 71 /sys/devices/system/cpu/cpuX/topology/core_siblings_list 73 72 /sys/devices/system/cpu/cpuX/topology/physical_package_id 74 73 /sys/devices/system/cpu/cpuX/topology/thread_siblings ··· 82 83 e.g. /sys/devices/system/cpu/cpu42/. 83 84 84 85 Briefly, the files above are: 85 - 86 - core_id: the CPU core ID of cpuX. Typically it is the 87 - hardware platform's identifier (rather than the kernel's). 88 - The actual value is architecture and platform dependent. 89 86 90 87 core_siblings: internal kernel map of cpuX's hardware threads 91 88 within the same physical_package_id.