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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D9EDC56202 for ; Thu, 26 Nov 2020 14:41:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE68820872 for ; Thu, 26 Nov 2020 14:41:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="CoMGVWpp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390872AbgKZOlF (ORCPT ); Thu, 26 Nov 2020 09:41:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:60818 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389991AbgKZOlE (ORCPT ); Thu, 26 Nov 2020 09:41:04 -0500 Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id ABF29221F9 for ; Thu, 26 Nov 2020 14:41:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606401663; bh=kDKRaFwSyrQzI/5KqIOMDNUjvyh0rFbVZ0h/er1Jx1o=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=CoMGVWppG7tUtVl9oMi4Qpz87k1/ZRliLF72IDjgB/TIW9T6Z4vKDimaS5DGd0Q2l G7zr35Xtyevb/Sh/mQ2T3gTl2JPfh4yCdsF1R3bE+qvG/rZPvKHIGOSQz2ZurNI4aG rjXikd4fVXCTTKXvtvApqWMdES9EUfl8ajQ0jP60= Received: by mail-ot1-f50.google.com with SMTP id 11so2031685oty.9 for ; Thu, 26 Nov 2020 06:41:03 -0800 (PST) X-Gm-Message-State: AOAM532jWioiiTnHjMV0W1u+L0W2nD5sZ47BtxRGM9m7ejGsA4X7OOat l0BCBqpTWkl1CAA0HbUbpgZNsdHklx+lZtH4dgE= X-Google-Smtp-Source: ABdhPJwb8V1WMLDcmr3+lGiQPHZARsGS3/JdagxpjPuVMuYRdrt1TcHjveIjIea19JypNV/jr3GIes0ZNNZuAKkYJVQ= X-Received: by 2002:a9d:6317:: with SMTP id q23mr2544828otk.251.1606401662959; Thu, 26 Nov 2020 06:41:02 -0800 (PST) MIME-Version: 1.0 References: <43486cab370e0c0a79860120b71e0caac75a7e44.1606397528.git.michal.simek@xilinx.com> In-Reply-To: <43486cab370e0c0a79860120b71e0caac75a7e44.1606397528.git.michal.simek@xilinx.com> From: Arnd Bergmann Date: Thu, 26 Nov 2020 15:40:47 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2] microblaze: Remove noMMU code To: Michal Simek Cc: "linux-kernel@vger.kernel.org" , Michal Simek , git , Mike Rapoport , Arnd Bergmann , Andrew Morton , Anshuman Khandual , Arvind Sankar , Baoquan He , Christian Brauner , Dmitry Safonov <0x7f454c46@gmail.com>, Eric Biggers , Geert Uytterhoeven , Greentime Hu , "Gustavo A. R. Silva" , Helge Deller , Herbert Xu , Ira Weiny , Jens Axboe , Joe Perches , Manish Narani , Oleg Nesterov , Pekka Enberg , "Peter Zijlstra (Intel)" , Randy Dunlap , Rob Herring , Robin Murphy , Sebastian Andrzej Siewior , Shubhrajyoti Datta , Stefan Asserhall , "Steven Rostedt (VMware)" , Thomas Gleixner Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 26, 2020 at 2:32 PM Michal Simek wrote: > > This configuration is obsolete and likely none is really using it. That's > why remove it to simplify code. > > Note about CONFIG_MMU in hw_exception_handler.S is left intentionally > for better comment understanding. > > Cc: Mike Rapoport > Cc: Arnd Bergmann > Signed-off-by: Michal Simek Acked-by: Arnd Bergmann