Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755369AbYA3NbU (ORCPT ); Wed, 30 Jan 2008 08:31:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751870AbYA3NbI (ORCPT ); Wed, 30 Jan 2008 08:31:08 -0500 Received: from sovereign.computergmbh.de ([85.214.69.204]:50143 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751492AbYA3NbH (ORCPT ); Wed, 30 Jan 2008 08:31:07 -0500 Date: Wed, 30 Jan 2008 14:31:05 +0100 (CET) From: Jan Engelhardt To: Sam Ravnborg cc: Jonas Bonn , netdev@vger.kernel.org, romieu@fr.zoreil.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [SIS190] Constify data marked as __devinitdata In-Reply-To: <20080130112559.GA21346@uranus.ravnborg.org> Message-ID: 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 16 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 = { ... }; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/