X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ia64%2Ftopology.h;fp=include%2Fasm-ia64%2Ftopology.h;h=3ee19dfa46dfde66f5723030f5a0e3a9e114bca6;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=937c212575239f3ec9ee9526e2c989289669f967;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/asm-ia64/topology.h b/include/asm-ia64/topology.h index 937c21257..3ee19dfa4 100644 --- a/include/asm-ia64/topology.h +++ b/include/asm-ia64/topology.h @@ -22,11 +22,6 @@ /* Nodes w/o CPUs are preferred for memory allocations, see build_zonelists */ #define PENALTY_FOR_NODE_WITH_CPUS 255 -/* - * Distance above which we begin to use zone reclaim - */ -#define RECLAIM_DISTANCE 15 - /* * Returns the number of the node containing CPU 'cpu' */ @@ -112,7 +107,6 @@ void build_cpu_to_node_map(void); #define topology_core_id(cpu) (cpu_data(cpu)->core_id) #define topology_core_siblings(cpu) (cpu_core_map[cpu]) #define topology_thread_siblings(cpu) (cpu_sibling_map[cpu]) -#define smt_capable() (smp_num_siblings > 1) #endif #include