浏览代码

cpumask: remove the now-obsoleted pcibus_to_cpumask(): alpha

cpumask_of_pcibus() is the new version.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 15 年之前
父节点
当前提交
8194a40bee
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/alpha/include/asm/topology.h

+ 0 - 1
arch/alpha/include/asm/topology.h

@@ -55,7 +55,6 @@ static const struct cpumask *cpumask_of_node(int node)
 	return &node_to_cpumask_map[node];
 }
 
-#define pcibus_to_cpumask(bus)	(cpu_online_map)
 #define cpumask_of_pcibus(bus)	(cpu_online_mask)
 
 #endif /* !CONFIG_NUMA */