From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752172AbdEPMoY (ORCPT ); Tue, 16 May 2017 08:44:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41752 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751219AbdEPMoX (ORCPT ); Tue, 16 May 2017 08:44:23 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com DDA16C056790 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com DDA16C056790 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: <4ce754dc-36dc-972f-3685-f50d50cda02c@roeck-us.net> References: <4ce754dc-36dc-972f-3685-f50d50cda02c@roeck-us.net> <20170515170215.GA30333@roeck-us.net> <20170515191342.GA141096@google.com> To: Guenter Roeck Cc: dhowells@redhat.com, Matthias Kaehlcke , Sudip Mukherjee , linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: frv build failure in mainline kernel MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15547.1494938660.1@warthog.procyon.org.uk> Date: Tue, 16 May 2017 13:44:20 +0100 Message-ID: <15548.1494938660@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 16 May 2017 12:44:23 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Guenter Roeck wrote: > I assume declaring both __jiffy_data and ____cacheline_aligned_in_smp > attributes doesn't work ? You should be able to stack attributes, I think. David