aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/numa.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-02-13 17:26:08 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-02-13 17:26:08 +0000
commit1ad9275fc513aa130f88d5b803d4ea676e011d26 (patch)
tree4f7bdc5c49d0cb6db8b967b07d32636c82c3bdd6 /xen/include/asm-arm/numa.h
parent6cbfdb76dd570f021018d7f438f06ceb6bd520a7 (diff)
downloadxen-1ad9275fc513aa130f88d5b803d4ea676e011d26.tar.gz
xen-1ad9275fc513aa130f88d5b803d4ea676e011d26.tar.bz2
xen-1ad9275fc513aa130f88d5b803d4ea676e011d26.zip
arm: fixup hard tabs
Unfortunately the tool I was using to apply patches mangles hard tabs. This patch corrects this in the effected files (which is fortunately only a subset of .S or files imported from Linux). This commit fixes this error such that the tree represents the state it would have been in had I correctly committed what I was sent. "git diff" and "git diff -b" vs. Stefano's v6 branch now contain the same output -- i.e. only the intervening development Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm/numa.h')
-rw-r--r--xen/include/asm-arm/numa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-arm/numa.h b/xen/include/asm-arm/numa.h
index 8652774b6a..cffee5cce9 100644
--- a/xen/include/asm-arm/numa.h
+++ b/xen/include/asm-arm/numa.h
@@ -3,7 +3,7 @@
/* Fake one node for now... */
#define cpu_to_node(cpu) 0
-#define node_to_cpumask(node) (cpu_online_map)
+#define node_to_cpumask(node) (cpu_online_map)
static inline __attribute__((pure)) int phys_to_nid(paddr_t addr)
{