From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755410Ab2D3JJH (ORCPT ); Mon, 30 Apr 2012 05:09:07 -0400 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 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1335237509-17113-1-git-send-email-sboyd@codeaurora.org> References: <1335237509-17113-1-git-send-email-sboyd@codeaurora.org> To: Stephen Boyd Cc: dhowells@redhat.com, Arnd Bergmann , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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]