From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [PATCH] [SIS190] Constify data marked as __devinitdata Date: Wed, 30 Jan 2008 14:37:42 +0100 Message-ID: <20080130133742.GA22198@uranus.ravnborg.org> References: <1201690388-9052-1-git-send-email-jonas@southpole.se> <20080130112559.GA21346@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jonas Bonn , netdev@vger.kernel.org, romieu@fr.zoreil.com, linux-kernel@vger.kernel.org To: Jan Engelhardt Return-path: Received: from pasmtpb.tele.dk ([80.160.77.98]:45188 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755133AbYA3Nhl (ORCPT ); Wed, 30 Jan 2008 08:37:41 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Jan 30, 2008 at 02:31:05PM +0100, Jan Engelhardt wrote: > > On Jan 30 2008 12:25, Sam Ravnborg wrote: > > > >We have just introduced __initconst, __cpuinitconst, __meminitconst > >for const data. > >So the patch is wrong. > > Oh joy, more tags. Is it actually possible to combine const > with __devinitconst now? > > static const uint16_t foo[] __devinitconst = { ... }; Yes, try it. Sam