From 7aeb8ecbb0f05cfcc526244f145644ee3c9d0858 Mon Sep 17 00:00:00 2001 From: Mike Travis Date: Thu, 15 Jan 2009 12:09:44 -0800 Subject: [PATCH] --- yaml --- r: 136474 b: refs/heads/master c: c99dbbe9f8f6b3e9383e64710217e873431d1c31 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/ia64/include/asm/topology.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e680fbbabe2a..a6e15903e3c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c847a9c7139cd500eb1355367c43aba6aef62a71 +refs/heads/master: c99dbbe9f8f6b3e9383e64710217e873431d1c31 diff --git a/trunk/arch/ia64/include/asm/topology.h b/trunk/arch/ia64/include/asm/topology.h index 32f3af1641c5..3193f4417e16 100644 --- a/trunk/arch/ia64/include/asm/topology.h +++ b/trunk/arch/ia64/include/asm/topology.h @@ -84,7 +84,7 @@ void build_cpu_to_node_map(void); .child = NULL, \ .groups = NULL, \ .min_interval = 8, \ - .max_interval = 8*(min(num_online_cpus(), 32)), \ + .max_interval = 8*(min(num_online_cpus(), 32U)), \ .busy_factor = 64, \ .imbalance_pct = 125, \ .cache_nice_tries = 2, \