Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966938AbaFTTc6 (ORCPT ); Fri, 20 Jun 2014 15:32:58 -0400 Received: from qmta12.emeryville.ca.mail.comcast.net ([76.96.27.227]:42072 "EHLO qmta12.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966614AbaFTTc4 (ORCPT ); Fri, 20 Jun 2014 15:32:56 -0400 Message-Id: <20140620193128.591265936@linux.com> Date: Fri, 20 Jun 2014 14:31:46 -0500 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 31/31] percpu: Remove __this_cpu_ptr References: <20140620193115.547427118@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 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/