From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yinghai Lu Subject: Re: [PATCH 03/35] lmb: Add ARCH_DISCARD_LMB to put lmb code to .init Date: Fri, 14 May 2010 09:24:28 -0700 Message-ID: <4BED793C.3090403@oracle.com> References: <1273796396-29649-1-git-send-email-yinghai@kernel.org> <1273796396-29649-4-git-send-email-yinghai@kernel.org> <1273803249.21352.357.camel@pasglop> <4BECEBF4.7000402@oracle.com> <1273824623.21352.580.camel@pasglop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from rcsinet10.oracle.com ([148.87.113.121]:24469 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752362Ab0ENQVU (ORCPT ); Fri, 14 May 2010 12:21:20 -0400 In-Reply-To: <1273824623.21352.580.camel@pasglop> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Benjamin Herrenschmidt Cc: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , David Miller , Linus Torvalds , Johannes Weiner , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org On 05/14/2010 01:10 AM, Benjamin Herrenschmidt wrote: > On Thu, 2010-05-13 at 23:21 -0700, Yinghai wrote: > >>> So you do not intend to use lmb after boot ? This will break the >>> >> debugfs >> >>> files unless you also remove those. >>> >> no, x86 don't lmb after boot. >> >> yes >> > So you need some kind of CONFIG option to keep lmb after boot, at least > the data structures, for debugfs, or when not set, disable the debugfs > files. > > Just disable the debugfs for lmb if ARCH_DISCARD_LMB is defined in arch lmb.h Thanks Yinghai Lu