aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/numa.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-04-30 16:02:52 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-05-01 13:00:52 +0100
commit196f03ab8401830390ae364c607aa81b4253507a (patch)
tree443cb4dee1dfb6e24cdcba05c1c69d7c933d0b5f /xen/include/asm-arm/numa.h
parent3b779d88e4d82499d0823f7ac1f571f3051efe13 (diff)
downloadxen-196f03ab8401830390ae364c607aa81b4253507a.tar.gz
xen-196f03ab8401830390ae364c607aa81b4253507a.tar.bz2
xen-196f03ab8401830390ae364c607aa81b4253507a.zip
xen/arm: nuke some stray hard tabs.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.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 d9400ac88a..cb8f2ba39b 100644
--- a/xen/include/asm-arm/numa.h
+++ b/xen/include/asm-arm/numa.h
@@ -11,7 +11,7 @@ static inline __attribute__((pure)) int phys_to_nid(paddr_t addr)
}
/* XXX: implement NUMA support */
-#define node_spanned_pages(nid) (total_pages)
+#define node_spanned_pages(nid) (total_pages)
#define __node_distance(a, b) (20)
#endif /* __ARCH_ARM_NUMA_H */