X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=Documentation%2Fcputopology.txt;h=b41f3e58aefa8581eda3fa35286791b4ae0117c7;hb=7243f2145a9b06e5cf9a49fc9b8b9a4fff6fb42e;hp=45932ec21cee7cc2fadc11c96b831d435e4d9728;hpb=4010b0192ddf6ec7ec1b9feb9b0953692aeb7329;p=linux-2.6-omap-h63xx.git diff --git a/Documentation/cputopology.txt b/Documentation/cputopology.txt index 45932ec21ce..b41f3e58aef 100644 --- a/Documentation/cputopology.txt +++ b/Documentation/cputopology.txt @@ -18,11 +18,11 @@ For an architecture to support this feature, it must define some of these macros in include/asm-XXX/topology.h: #define topology_physical_package_id(cpu) #define topology_core_id(cpu) -#define topology_thread_siblings(cpu) -#define topology_core_siblings(cpu) +#define topology_thread_cpumask(cpu) +#define topology_core_cpumask(cpu) The type of **_id is int. -The type of siblings is cpumask_t. +The type of siblings is (const) struct cpumask *. To be consistent on all architectures, include/linux/topology.h provides default definitions for any of the above macros that are