From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCD6CC433FE for ; Fri, 11 Nov 2022 13:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232408AbiKKNrN (ORCPT ); Fri, 11 Nov 2022 08:47:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230043AbiKKNrM (ORCPT ); Fri, 11 Nov 2022 08:47:12 -0500 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2D0B965E56; Fri, 11 Nov 2022 05:47:11 -0800 (PST) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1otUN0-0002Uo-00; Fri, 11 Nov 2022 14:46:58 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 7CC48C115B; Fri, 11 Nov 2022 14:02:16 +0100 (CET) Date: Fri, 11 Nov 2022 14:02:16 +0100 From: Thomas Bogendoerfer To: Cye Borg Cc: Ahelenia =?utf-8?Q?Ziemia=C5=84ska?= , Jonathan Corbet , Federico Vaga , Alex Shi , Yanteng Si , Hu Haowen , Greg Kroah-Hartman , Jiri Slaby , Jakub Kicinski , Bagas Sanjaya , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc-tw-discuss@lists.sourceforge.net, linux-mips@vger.kernel.org Subject: Re: [PATCH v3 08/15] MIPS: IP27: remove KV_MAGIC Message-ID: <20221111130216.GA11187@alpha.franken.de> References: <60f6526fffa99416d2429dfb0b454148170cce8a.1668128257.git.nabijaczleweli@nabijaczleweli.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Fri, Nov 11, 2022 at 06:39:10AM +0100, Cye Borg wrote: > Just asking: > This code in SGI seems to help bring online other CPUs. > - Does it use the firmware to do it? > - Is there a possibility that the magic number in this case is used by the > firmware? > - If yes: do we break multiprocessing on SGI if we delete this "useless > relic", which is not referenced in the linux code elsewhere? this magic is just for a internal struct not used by firmware. It came from IRIX code, but there is no point in keeping it Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]