The __this_cpu_ptr macro is no longer in use so drop it.

Signed-off-by: Christoph Lameter <c...@linux.com>

Index: linux/include/asm-generic/percpu.h
===================================================================
--- linux.orig/include/asm-generic/percpu.h     2014-04-29 11:47:08.872553359 
-0500
+++ linux/include/asm-generic/percpu.h  2014-04-29 11:47:08.868553436 -0500
@@ -117,7 +117,4 @@
 #define PER_CPU_DEF_ATTRIBUTES
 #endif
 
-/* Keep until we have removed all uses of __this_cpu_ptr */
-#define __this_cpu_ptr raw_cpu_ptr
-
 #endif /* _ASM_GENERIC_PERCPU_H_ */

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to