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 7BD77C6379F for ; Tue, 21 Feb 2023 15:35:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234502AbjBUPfD (ORCPT ); Tue, 21 Feb 2023 10:35:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233346AbjBUPe7 (ORCPT ); Tue, 21 Feb 2023 10:34:59 -0500 Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 215252BF14; Tue, 21 Feb 2023 07:34:58 -0800 (PST) Received: by mail-oi1-x22d.google.com with SMTP id bh20so4346836oib.9; Tue, 21 Feb 2023 07:34:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=aiAzRlCBTMrhlXByZpYWHKvdyN5bWbbQAdX6oQ5LG9A=; b=RqlOuM7j15Nnwn2zDE6ZSGqOHg6uR8PvU+b4Ad0VkteG3ss6rgYId6Xr8K34fcSPR/ w1HskmNoEQ0wxudSAbareQSTXddjUCJzYIXjVMZXRMm1r84FgF26UzJWGhczHLpfPoeT 2ZTaNI3fMmZArS18y0KdBabF6YXQMQ6UbAagaWS6LJh7xuKn2SMuQkvi6/25lgPorlEN spvJpylKLNtGeFftpxeItvAFUSf9wYDuF1UJymrTA8kJFHAMs5QoK5ahwvmlyjhOqrlV J7GOFnHZ8AXrlflCEjqZIjJwwzOX5kEbHtJ7vbbB/Yzz4qn1yB16PrMujbSI+GJgIab4 MIrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aiAzRlCBTMrhlXByZpYWHKvdyN5bWbbQAdX6oQ5LG9A=; b=YWOcI8QFleXsgzjzLFls/G/WgBOQxn4kV5Sf9SILyQCzwkAHgJJ6rmtpsgfZyu3tVe lwwGNLyNlaW4+qTwAWHTsybYmNjUZz3/nc7D9Z2Z9O2S6lSLJ+11sTwjNL9FIfM2VOG1 +OL5A3TSUODlOz+piYainpH/b+1JYWGtTUc0R9oYD2HWtGkdocjs2ZqwC85M3Xn9Tvao U7DSPXs95AX1G9saNz0hR4nqAEDxnA45zc0NzWlbjlDHZ0CcwBirAnXUmrgIQ0bUpoz/ 8si1NdSMMw8Rfw90ZXldciuVN6fspKxMCyGWfoFjEmJziu3xHGDcek7uKgkgExb2urfc tquw== X-Gm-Message-State: AO0yUKXqebWKwsFyTd4WXyLp8S0PegYSZASsrdZTWn8ebyBpgz4a9x7z TLg+o6ltvvVDeiXO9Xwa9Fh0+14KHfm7F6hIQVQ= X-Google-Smtp-Source: AK7set8Sa6IVPL4stqZq6btBAn5MGnS86003TfSj+k65uoA+SONlBEmUr3oJ6FBk+uT2MLmEBNhlbCHUg6AuU/oFV4w= X-Received: by 2002:a05:6808:1296:b0:36e:f9d4:a488 with SMTP id a22-20020a056808129600b0036ef9d4a488mr1358657oiw.239.1676993697494; Tue, 21 Feb 2023 07:34:57 -0800 (PST) MIME-Version: 1.0 References: <20230221092435.22069-1-arinc.unal@arinc9.com> In-Reply-To: <20230221092435.22069-1-arinc.unal@arinc9.com> From: Sergio Paracuellos Date: Tue, 21 Feb 2023 16:34:45 +0100 Message-ID: Subject: Re: [PATCH 1/2] mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK To: arinc9.unal@gmail.com Cc: Thomas Bogendoerfer , John Crispin , =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, erkin.bozoglu@xeront.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 21, 2023 at 10:24 AM wrote: > > From: Ar=C4=B1n=C3=A7 =C3=9CNAL > > All MIPS processors on the Ralink SoCs implement the MIPS32 Release 2 > Architecture. Remove SYS_HAS_CPU_MIPS32_R1. > > Signed-off-by: Ar=C4=B1n=C3=A7 =C3=9CNAL > --- Acked-by: Sergio Paracuellos Best regards, Sergio Paracuellos