[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] arm: remove hard tabs
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1332426401 0 # Node ID f7b324f6c78d4461b5288f382588df1a938b68c4 # Parent d5ccb2d1dbd1dce76f9d427073306941d48c3095 arm: remove hard tabs The only hard tabs remaining in xen/arch/arm and xen/include/asm-arm are now only in .S files and .[ch] imported from Linux Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r d5ccb2d1dbd1 -r f7b324f6c78d xen/arch/arm/domctl.c --- a/xen/arch/arm/domctl.c Thu Mar 22 12:20:13 2012 +0000 +++ b/xen/arch/arm/domctl.c Thu Mar 22 14:26:41 2012 +0000 @@ -13,7 +13,7 @@ long arch_do_domctl(struct xen_domctl *domctl, XEN_GUEST_HANDLE(xen_domctl_t) u_domctl) { - return -ENOSYS; + return -ENOSYS; } /* diff -r d5ccb2d1dbd1 -r f7b324f6c78d xen/arch/arm/sysctl.c --- a/xen/arch/arm/sysctl.c Thu Mar 22 12:20:13 2012 +0000 +++ b/xen/arch/arm/sysctl.c Thu Mar 22 14:26:41 2012 +0000 @@ -13,9 +13,9 @@ #include <public/sysctl.h> long arch_do_sysctl(struct xen_sysctl *sysctl, - XEN_GUEST_HANDLE(xen_sysctl_t) u_sysctl) + XEN_GUEST_HANDLE(xen_sysctl_t) u_sysctl) { - return -ENOSYS; + return -ENOSYS; } /* diff -r d5ccb2d1dbd1 -r f7b324f6c78d xen/include/asm-arm/numa.h --- a/xen/include/asm-arm/numa.h Thu Mar 22 12:20:13 2012 +0000 +++ b/xen/include/asm-arm/numa.h Thu Mar 22 14:26:41 2012 +0000 @@ -3,11 +3,11 @@ /* 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) { - return 0; + return 0; } #endif /* __ARCH_ARM_NUMA_H */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |