From 76cd4fc71634687d1f5a09629dd3ec1f10497c14 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Wed, 11 Jan 2006 22:44:30 +0100 Subject: [PATCH] --- yaml --- r: 17968 b: refs/heads/master c: d18ff47068154de8b4c1506be60a30a961846d18 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86_64/mm/numa.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1d49853a7811..d85bfc37a28d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca8642f606ce22de23bae08a5044067f98de855b +refs/heads/master: d18ff47068154de8b4c1506be60a30a961846d18 diff --git a/trunk/arch/x86_64/mm/numa.c b/trunk/arch/x86_64/mm/numa.c index 15b67d2760cb..47044ab1f667 100644 --- a/trunk/arch/x86_64/mm/numa.c +++ b/trunk/arch/x86_64/mm/numa.c @@ -46,8 +46,8 @@ int numa_off __initdata; * 0 if memnodmap[] too small (of shift too small) * -1 if node overlap or lost ram (shift too big) */ -static int __init populate_memnodemap( - const struct node *nodes, int numnodes, int shift) +static int __init +populate_memnodemap(const struct node *nodes, int numnodes, int shift) { int i; int res = -1;