From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH v2 3/3] sched: Remove ARCH specific fpu_counter from task_struct Date: Tue, 8 Oct 2013 10:02:12 +0200 Message-ID: <20131008080212.GA6541@gmail.com> References: <1381218389-16585-1-git-send-email-vgupta@synopsys.com> <1381218389-16585-4-git-send-email-vgupta@synopsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1381218389-16585-4-git-send-email-vgupta@synopsys.com> Sender: linux-kernel-owner@vger.kernel.org To: Vineet Gupta Cc: Ingo Molnar , Peter Zijlstra , Andrew Morton , Paul Mundt , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org * Vineet Gupta wrote: > From: Vineet Gupta > > fpu_counter in task_struct was used only by sh/x86. > Both of these now carry it in ARCH specific thread_struct, hence this > can now be removed from generic task_struct, shrinking it slightly for > other arches. > > Signed-off-by: Vineet Gupta Acked-by: Ingo Molnar Thanks, Ingo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f174.google.com ([209.85.215.174]:34114 "EHLO mail-ea0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751717Ab3JHICQ (ORCPT ); Tue, 8 Oct 2013 04:02:16 -0400 Date: Tue, 8 Oct 2013 10:02:12 +0200 From: Ingo Molnar Subject: Re: [PATCH v2 3/3] sched: Remove ARCH specific fpu_counter from task_struct Message-ID: <20131008080212.GA6541@gmail.com> References: <1381218389-16585-1-git-send-email-vgupta@synopsys.com> <1381218389-16585-4-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381218389-16585-4-git-send-email-vgupta@synopsys.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Vineet Gupta Cc: Ingo Molnar , Peter Zijlstra , Andrew Morton , Paul Mundt , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Message-ID: <20131008080212.Fjz9NYqw4XvOOJoEKLQ2gg0KKksEkbWgfQqmmYIq5LE@z> * Vineet Gupta wrote: > From: Vineet Gupta > > fpu_counter in task_struct was used only by sh/x86. > Both of these now carry it in ARCH specific thread_struct, hence this > can now be removed from generic task_struct, shrinking it slightly for > other arches. > > Signed-off-by: Vineet Gupta Acked-by: Ingo Molnar Thanks, Ingo