From patchwork Sun Feb 5 01:04:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13128912 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 483CEC61DA4 for ; Sun, 5 Feb 2023 01:04:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229547AbjBEBE3 (ORCPT ); Sat, 4 Feb 2023 20:04:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbjBEBE2 (ORCPT ); Sat, 4 Feb 2023 20:04:28 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D89F623C6F; Sat, 4 Feb 2023 17:04:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=p/X12mhEonmgqFvC/p6xV+/a6TCrqGOjh0it/f2ls9w=; b=mDnvP88AwbXfl5h0DDgqhjWERO ButqRF5o3LUP0rEmf8o9bbms6DHqxjIU/yl18Ef8BtCQIAmxUWlrgLP5PmZ3vAytKC3FBIq4iyutf QVeIRG2dXqPWlDRPDncOLULTB5hDXl7TZ50xnQkO8kESQ7cl3T3aSo7J7HwEAFPI5rGLThIgaQ8QP M1bbMgZpsz9p7Se7Ayf5/OjbCIwF9GstvQIgiaDdrUKnMudrZSGJ9LBEmSeNCVHLQWngWi40aYIDx q34iaeH1zU3EaSDLKYLJrofEA30/DVecfgyGJMBPyWpzW1iZ7+d/XB9jD0nRGRZa2DOUPu8XOetxz q7jbq4+A==; Received: from [2601:1c2:d00:6a60::9526] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pOTSE-005njc-C5; Sun, 05 Feb 2023 01:04:26 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org, Masahiro Yamada , linux-kbuild@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH] parisc: update kbuild doc. aliases for parisc64 Date: Sat, 4 Feb 2023 17:04:25 -0800 Message-Id: <20230205010425.11932-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org ARCH=parisc64 is now supported for 64-bit parisc builds, so add this alias to the kbuild.rst documentation. Fixes: 3dcfb729b5f4 ("parisc: Make CONFIG_64BIT available for ARCH=parisc64 only") Signed-off-by: Randy Dunlap Cc: "James E.J. Bottomley" Cc: Helge Deller Cc: linux-parisc@vger.kernel.org Cc: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/kbuild/kbuild.rst | 1 + 1 file changed, 1 insertion(+) diff -- a/Documentation/kbuild/kbuild.rst b/Documentation/kbuild/kbuild.rst --- a/Documentation/kbuild/kbuild.rst +++ b/Documentation/kbuild/kbuild.rst @@ -160,6 +160,7 @@ directory name found in the arch/ direct But some architectures such as x86 and sparc have aliases. - x86: i386 for 32 bit, x86_64 for 64 bit +- parisc: parisc for 32 bit, parisc64 for 64 bit - sh: sh for 32 bit, sh64 for 64 bit - sparc: sparc32 for 32 bit, sparc64 for 64 bit