Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp319553pxu; Fri, 4 Dec 2020 04:14:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJywBzB6cR0To8zDNP36TzDwqYs1I7cWKMro5f4bGZCKQHBdUrzfrebGsm0qHflihVXA3ysr X-Received: by 2002:a05:6402:307c:: with SMTP id bs28mr7360053edb.186.1607084094526; Fri, 04 Dec 2020 04:14:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607084094; cv=none; d=google.com; s=arc-20160816; b=lQzjhcjJtTzeg6acE27LnED/yJbgGdIyFtuPV/Q4uJuZYruKlcDSFZbQRJ1Ka9ja9R tpHlSv9vvCDNwB9l5WSbpQ1WA2r/a05d6g9G4B5qudMc4PGZZicN9hk/QPwpsJmO86p4 VjbHFyln03O7FuVujKta4Lc9nQgt71McMGCXYIOkOGEt7SSioe8BCdoBMW/CeQmTC82Z BOKHh+TNL8dVI5MA5PG1pI9EJ/a6h6xztKj0QLyuPLCHdcWwYh2GvUOwRNoCof6a/NrK bWxSCJBHS1HOKKDvnVtTp7rgwRRdr3+xegUYEeOnWBF28y3lPWOoxCfUBvAgdBiq7YzI wgTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=14oOYVh7aKGiCqEVhWy+gkllz6KVtC9mWPMx49MwqYE=; b=gxdCro6pdu+yhp25PQ4h9xvHYZUV5wVOpP2S4XwJPf7fBzXh9FBQ3ggH0DA7efz7Vz Dd2L+3KsGI8DNUlTBvYlmMmwgEHh8Mw+5r93Ubl4HKUkUsa8IbBirbQBUUPvvQA8bEgl rb4yiA0CuZR2CDMFSAzX4GxdNnn+MKoBcZPRoFPAcQBejYT619lyCCNtRL4QRdgXVMbG mfm8xYLVhBwTUVxhzBV8SgBmPCXUiV1npht/3Lcf2tWUEYI89W+90qSjhu13KuJ0YI+y lDKunsfnpzBuJJdPSwTE3yk3OU7j5Dd7gIgEYczZFO/FCSBcc64gTosLgJmy+1R51wNv W+PA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r13si2726607edq.603.2020.12.04.04.14.31; Fri, 04 Dec 2020 04:14:54 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730156AbgLDMLK (ORCPT + 99 others); Fri, 4 Dec 2020 07:11:10 -0500 Received: from elvis.franken.de ([193.175.24.41]:48092 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728297AbgLDMKy (ORCPT ); Fri, 4 Dec 2020 07:10:54 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1kl9ud-0005Nb-01; Fri, 04 Dec 2020 13:10:11 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 6A294C02E5; Fri, 4 Dec 2020 13:07:05 +0100 (CET) Date: Fri, 4 Dec 2020 13:07:05 +0100 From: Thomas Bogendoerfer To: Tiezhu Yang Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Xuefeng Li Subject: Re: [PATCH 1/2] MIPS: Move memblock_dump_all() to the end of setup_arch() Message-ID: <20201204120705.GB10011@alpha.franken.de> References: <1606965544-22611-1-git-send-email-yangtiezhu@loongson.cn> <1606965544-22611-2-git-send-email-yangtiezhu@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1606965544-22611-2-git-send-email-yangtiezhu@loongson.cn> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 03, 2020 at 11:19:03AM +0800, Tiezhu Yang wrote: > In order to get more memblock configuration with memblock=debug in the boot > cmdline, move memblock_dump_all() to the end of setup_arch(), this can help > us to get dmi_setup() and resource_init() memblock info, at least for now. > > Signed-off-by: Tiezhu Yang > --- > arch/mips/kernel/setup.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]