From 2e255b1c4fddc0b4b67b1ab1aa5249cb2eacd3d4 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Sep 2009 09:34:35 -0600 Subject: [PATCH] --- yaml --- r: 165606 b: refs/heads/master c: a0219d948dd712561817b0d7c95fd2f10b698203 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/cpumask.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d449e6ad0bb3..1b2db84fe22d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 29c337a034b5526e80a785409d15d3b7c7edecf4 +refs/heads/master: a0219d948dd712561817b0d7c95fd2f10b698203 diff --git a/trunk/include/linux/cpumask.h b/trunk/include/linux/cpumask.h index 9b1d458aac6e..c0ab3588129d 100644 --- a/trunk/include/linux/cpumask.h +++ b/trunk/include/linux/cpumask.h @@ -324,8 +324,6 @@ static inline const struct cpumask *get_cpu_mask(unsigned int cpu) [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD \ } } -#define CPU_MASK_ALL_PTR (&CPU_MASK_ALL) - #else #define CPU_MASK_ALL \ @@ -336,7 +334,6 @@ static inline const struct cpumask *get_cpu_mask(unsigned int cpu) /* cpu_mask_all is in init/main.c */ extern cpumask_t cpu_mask_all; -#define CPU_MASK_ALL_PTR (&cpu_mask_all) #endif