From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] Move most arches to asm-generic/current.h Date: Mon, 30 Apr 2012 10:08:57 +0100 Message-ID: <21326.1335776937@redhat.com> References: <1335237509-17113-1-git-send-email-sboyd@codeaurora.org> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57416 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754684Ab2D3JJF (ORCPT ); Mon, 30 Apr 2012 05:09:05 -0400 In-Reply-To: <1335237509-17113-1-git-send-email-sboyd@codeaurora.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Stephen Boyd Cc: dhowells@redhat.com, Arnd Bergmann , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Stephen Boyd wrote: > Make get_current() into a static inline function in the > generic version of current.h so we match what almost every > architecture is doing. This allows us to move most of the arches > over to this generic header instead of redefining the same thing > over and over in each asm directory. > > Signed-off-by: Stephen Boyd > Cc: linux-arch@vger.kernel.org Acked-by: David Howells [MN10300]