The original cpu_hotplug.txt documents describing CPU hotplug support in Linux kernel. it was moved in to core-api/ and renamed cpu_hotplug.rst. Update it's link in other documents Fixes: ff58fa7f556c ("Documentation: Update CPU hotplug and move it to core-api") Signed-off-by: Dou Liyang <douly.fnst@xxxxxxxxxxxxxx> --- Documentation/00-INDEX | 2 -- Documentation/cputopology.txt | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 7f3a0728ccf2..3773c67ea9e5 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX @@ -104,8 +104,6 @@ core-api/ - documentation on kernel core components. cpu-freq/ - info on CPU frequency and voltage scaling. -cpu-hotplug.txt - - document describing CPU hotplug support in the Linux kernel. cpu-load.txt - document describing how CPU load statistics are collected. cpuidle/ diff --git a/Documentation/cputopology.txt b/Documentation/cputopology.txt index c6e7e9196a8b..e05b0879fe91 100644 --- a/Documentation/cputopology.txt +++ b/Documentation/cputopology.txt @@ -117,9 +117,9 @@ source for the output is in brackets ("[]"). [NR_CPUS-1] offline: CPUs that are not online because they have been - HOTPLUGGED off (see cpu-hotplug.txt) or exceed the limit - of CPUs allowed by the kernel configuration (kernel_max - above). [~cpu_online_mask + cpus >= NR_CPUS] + HOTPLUGGED off (see core-api/cpu_hotplug.rst) or exceed + the limit of CPUs allowed by the kernel configuration + (kernel_max above). [~cpu_online_mask + cpus >= NR_CPUS] online: CPUs that are online and being scheduled [cpu_online_mask] @@ -155,5 +155,5 @@ online.):: possible: 0-127 present: 0-3 -See cpu-hotplug.txt for the possible_cpus=NUM kernel start parameter -as well as more information on the various cpumasks. +See core-api/cpu_hotplug.rst for the possible_cpus=NUM kernel start +parameter as well as more information on the various cpumasks. -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html