From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753474AbaBNUVD (ORCPT ); Fri, 14 Feb 2014 15:21:03 -0500 Received: from qmta11.emeryville.ca.mail.comcast.net ([76.96.27.211]:51938 "EHLO qmta11.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752672AbaBNUU4 (ORCPT ); Fri, 14 Feb 2014 15:20:56 -0500 Message-Id: <20140214201909.082017251@linux.com> Date: Fri, 14 Feb 2014 14:19:29 -0600 From: Christoph Lameter To: Tejun Heo Cc: akpm@linuxfoundation.org, rostedt@goodmis.org, linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Thomas Gleixner Subject: [PATCH 48/48] percpu: Remove __this_cpu_ptr References: <20140214201841.826179349@linux.com> Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline; filename=__this_cpu_ptr_gone Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The __this_cpu_ptr macro is no longer in use so drop it. Signed-off-by: Christoph Lameter Index: linux/include/asm-generic/percpu.h =================================================================== --- linux.orig/include/asm-generic/percpu.h 2013-12-18 13:41:37.359646058 -0600 +++ linux/include/asm-generic/percpu.h 2013-12-18 13:42:00.428902830 -0600 @@ -117,7 +117,4 @@ extern void setup_per_cpu_areas(void); #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_ */