]> err.no Git - linux-2.6/blobdiff - include/linux/cpumask.h
[ALSA] semaphore -> mutex (ISA part)
[linux-2.6] / include / linux / cpumask.h
index 20b446f26ecd445e75016b8cfdceed711d25dad0..60e56c6e03dd3ee6c4836031b88626eaba249b1e 100644 (file)
@@ -328,7 +328,7 @@ static inline void __cpus_remap(cpumask_t *dstp, const cpumask_t *srcp,
  * bitmap of size NR_CPUS.
  *
  *  #ifdef CONFIG_HOTPLUG_CPU
- *     cpu_possible_map - all NR_CPUS bits set
+ *     cpu_possible_map - has bit 'cpu' set iff cpu is populatable
  *     cpu_present_map  - has bit 'cpu' set iff cpu is populated
  *     cpu_online_map   - has bit 'cpu' set iff cpu available to scheduler
  *  #else