From 9d34c47a602808518ede8364cb12b8a211a32863 Mon Sep 17 00:00:00 2001 From: Jack Steiner Date: Tue, 17 Jan 2006 15:42:46 -0600 Subject: [PATCH] --- yaml --- r: 19015 b: refs/heads/master c: 8d08aed8d7714683b33666cc066e20f957dda01d h: refs/heads/master i: 19013: 074ddb29c76f764c92fadda41be8732b04dfd352 19011: cfe891a92cbb65b441b7d698b12dd7358058999b 19007: 6fe9667cca978553f39a8e276d11c3e4d9949957 v: v3 --- [refs] | 2 +- trunk/include/asm-ia64/topology.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f2353f3bbd4e..2f36018fb854 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d171e519da635a82ab759cbfd46617ac160c9ec0 +refs/heads/master: 8d08aed8d7714683b33666cc066e20f957dda01d diff --git a/trunk/include/asm-ia64/topology.h b/trunk/include/asm-ia64/topology.h index d8aae4da3978..412ef8e493a8 100644 --- a/trunk/include/asm-ia64/topology.h +++ b/trunk/include/asm-ia64/topology.h @@ -18,6 +18,10 @@ #include #ifdef CONFIG_NUMA + +/* Nodes w/o CPUs are preferred for memory allocations, see build_zonelists */ +#define PENALTY_FOR_NODE_WITH_CPUS 255 + /* * Returns the number of the node containing CPU 'cpu' */