From 50db69a3a47f7c16706a08db5f33186c5370b604 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 23 Mar 2008 01:02:55 -0700 Subject: [PATCH] --- yaml --- r: 88991 b: refs/heads/master c: cb046eed76b7f74e619479f1aba17e74ce6f5159 h: refs/heads/master i: 88989: 53982913adb8f4ac365ee86784ec58dea19212cc 88987: 57f13bf3f939a05c4ef254eb33bb89275af0e447 88983: a417ca6731449fa4f9d39e8376cc321e3e230f32 88975: f822a502eb4557312468ca0a9010c0f98a022765 88959: cc0c7402f10a145b987479f5731aabfa11f79791 v: v3 --- [refs] | 2 +- trunk/include/asm-x86/numa_64.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bda7d5154f85..2a7f5e9690e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c4e8830414de84cc969a1f9685f4c48b91ca6e7 +refs/heads/master: cb046eed76b7f74e619479f1aba17e74ce6f5159 diff --git a/trunk/include/asm-x86/numa_64.h b/trunk/include/asm-x86/numa_64.h index 15fe07cde586..32c22ae0709f 100644 --- a/trunk/include/asm-x86/numa_64.h +++ b/trunk/include/asm-x86/numa_64.h @@ -1,11 +1,12 @@ -#ifndef _ASM_X8664_NUMA_H +#ifndef _ASM_X8664_NUMA_H #define _ASM_X8664_NUMA_H 1 #include #include struct bootnode { - u64 start,end; + u64 start; + u64 end; }; extern int compute_hash_shift(struct bootnode *nodes, int numnodes);