From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752172AbbC1XSd (ORCPT ); Sat, 28 Mar 2015 19:18:33 -0400 Received: from a.ns.miles-group.at ([95.130.255.143]:65275 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751736AbbC1XSb (ORCPT ); Sat, 28 Mar 2015 19:18:31 -0400 Message-ID: <551736C4.6080203@nod.at> Date: Sun, 29 Mar 2015 00:18:28 +0100 From: Richard Weinberger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "vgupta@synopsys.com" CC: Linux-Arch , "linux-kernel@vger.kernel.org" Subject: Question on ARC's thread_info Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vineet, I'm working on a patch series which touches sturct thread_info. ARC's thread_info has the following comment: * - if the contents of this structure are changed, the assembly constants * must also be changed Is this still true? Unless I'm reading the code wrong that case should be handled automatically by the asm-offsets mechanism. So no manual fixup of magic constants should be needed. Thanks, //richard