From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261872AbVFGTl3 (ORCPT ); Tue, 7 Jun 2005 15:41:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261878AbVFGTl3 (ORCPT ); Tue, 7 Jun 2005 15:41:29 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:37002 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S261872AbVFGTl1 (ORCPT ); Tue, 7 Jun 2005 15:41:27 -0400 Date: Tue, 7 Jun 2005 20:41:23 +0100 From: Christoph Hellwig To: christoph Cc: akpm@osdl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Move some more structures into "mostly_readonly" Message-ID: <20050607194123.GA16637@infradead.org> Mail-Followup-To: Christoph Hellwig , christoph , akpm@osdl.org, linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 07, 2005 at 11:30:03AM -0700, christoph wrote: > Move syscall table, timer_hpet and the boot_cpu_data into the "mostly_readonly" section. the syscall table should be completely readonly.