From nobody Thu Sep 18 05:29:59 2025 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 2C7B2C4332F for ; Sun, 11 Dec 2022 06:19:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230201AbiLKGTP (ORCPT ); Sun, 11 Dec 2022 01:19:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230102AbiLKGSZ (ORCPT ); Sun, 11 Dec 2022 01:18:25 -0500 Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68BDF270B for ; Sat, 10 Dec 2022 22:17:43 -0800 (PST) Received: by mail-pj1-x1031.google.com with SMTP id n65-20020a17090a2cc700b0021bc5ef7a14so9069551pjd.0 for ; Sat, 10 Dec 2022 22:17:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=to:from:cc:content-transfer-encoding:mime-version:references :in-reply-to:message-id:date:subject:from:to:cc:subject:date :message-id:reply-to; bh=7H1j7yEEYxAuL7dBwqyTi2h+3A0JkohjOfLxjR4WPTE=; b=yFFP81RE41Dqi0BWHphi9cJ5CpPR5g51Ll34YffwvLS4H7Mq/+VjLlxkBto/uOpLsD E1Vy1i0qswS7oyLOZTIHdvjJRtfs403QmPIv148G6yuGuOMBzyqKtB+7qkg4eOBemf3C 3PUmYJiNOaEIYaRQbb2r2nLhImc5C3wJWHoaEAUwn2STPQXDOZUAnAeVNwNhkQEoeTXf KRQ73LRLQsNOvRJcrP5h8o0ZUGBXLwWweXl4ADMpi9GR4J2RSdO+LubSPo9Kj5heteT3 sRKonX/MLmRiSeIEw+vzWtF7p4x6ExNvwFjgBaWbFoiurkLUSEtZo2c95BTLWkPD12ng QtAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:from:cc:content-transfer-encoding:mime-version:references :in-reply-to:message-id:date:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7H1j7yEEYxAuL7dBwqyTi2h+3A0JkohjOfLxjR4WPTE=; b=YVxKCCVOCkbweWKRyNo/2u65WbaMXDDmfyIuyiZq3dInQopYtA0nruqiss1MYDQlCR mskuTlV2vi8oC/adFIO6caRoMJBo7mDL876XzZKz2Sw6RpaC5/v/BOW9JhbvZPdEI1j7 r45z/L2k9loksIPYMMTQRzG4V+eEOafUcQbD447/44f1CxcIoBYMQ8eegLBTWwn+vvav 1qpfZrg3YX19CdI8WkKIz7pybDUKeZmsyr8vWfaYdUFb1Z6M/fHtJM//ZY+kLKmG9DSb S6wYeuPpxdFYYowoxdkxh/7YtF2oGrQ+ZHGR7h4nnf6m9nuFVU+IaM35B3wevSKTfYmS XleA== X-Gm-Message-State: ANoB5pms70mt6z34pXb8LOVvnHxEQLpdW9GBrPbHvDH1QY/9KP1SswmR 3nHpQoLEl7T/ircnDpwh3Sc4VQ== X-Google-Smtp-Source: AA0mqf7vKmF7wf83h3HRfWIM2zZara2ziRO0eC4DJEU/4MiALydb9N4nMR2Czh1j8F+3fLqyD34gCw== X-Received: by 2002:a05:6a21:c087:b0:ac:1ead:8cd8 with SMTP id bn7-20020a056a21c08700b000ac1ead8cd8mr13544632pzc.9.1670739462907; Sat, 10 Dec 2022 22:17:42 -0800 (PST) Received: from localhost ([135.180.226.51]) by smtp.gmail.com with ESMTPSA id j5-20020a170902c3c500b001897e2fd65dsm3813011plj.9.2022.12.10.22.17.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 10 Dec 2022 22:17:42 -0800 (PST) Subject: [PATCH v2 11/24] xtensa: Remove COMMAND_LINE_SIZE from uapi Date: Sat, 10 Dec 2022 22:13:45 -0800 Message-Id: <20221211061358.28035-12-palmer@rivosinc.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221211061358.28035-1-palmer@rivosinc.com> References: <20221211061358.28035-1-palmer@rivosinc.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Cc: Palmer Dabbelt From: Palmer Dabbelt To: Arnd Bergmann , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" As far as I can tell this is not used by userspace and thus should not be part of the user-visible API. Signed-off-by: Palmer Dabbelt --- This leaves an empty , which will soon be cleaned up. --- arch/xtensa/include/asm/setup.h | 17 +++++++++++++++++ arch/xtensa/include/uapi/asm/setup.h | 2 -- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 arch/xtensa/include/asm/setup.h diff --git a/arch/xtensa/include/asm/setup.h b/arch/xtensa/include/asm/setu= p.h new file mode 100644 index 000000000000..5356a5fd4d17 --- /dev/null +++ b/arch/xtensa/include/asm/setup.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* + * include/asm-xtensa/setup.h + * + * This file is subject to the terms and conditions of the GNU General Pub= lic + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 2001 - 2005 Tensilica Inc. + */ + +#ifndef _XTENSA_SETUP_H +#define _XTENSA_SETUP_H + +#define COMMAND_LINE_SIZE 256 + +#endif diff --git a/arch/xtensa/include/uapi/asm/setup.h b/arch/xtensa/include/uap= i/asm/setup.h index 5356a5fd4d17..6f982394684a 100644 --- a/arch/xtensa/include/uapi/asm/setup.h +++ b/arch/xtensa/include/uapi/asm/setup.h @@ -12,6 +12,4 @@ #ifndef _XTENSA_SETUP_H #define _XTENSA_SETUP_H =20 -#define COMMAND_LINE_SIZE 256 - #endif --=20 2.38.1