Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752813AbdCFGJT (ORCPT ); Mon, 6 Mar 2017 01:09:19 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34772 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752738AbdCFGHE (ORCPT ); Mon, 6 Mar 2017 01:07:04 -0500 MIME-Version: 1.0 X-Originating-IP: [50.196.179.26] In-Reply-To: <20170301204426.GA694@samfundet.no> References: <20170301204426.GA694@samfundet.no> From: =?UTF-8?Q?H=C3=A5vard_Skinnemoen?= Date: Sun, 5 Mar 2017 21:58:16 -0800 X-Google-Sender-Auth: q7pmNIubqL3tUfeGVnKjO4KzQGE Message-ID: Subject: Re: [RFC] remove support for AVR32 architecture To: Hans-Christian Noren Egtvedt Cc: Linux Kernel , Haavard Skinnemoen , Nicolas Ferre , Boris Brezillon , Linus Torvalds Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v2669Wxo018199 Content-Length: 924 Lines: 25 On Wed, Mar 1, 2017 at 12:44 PM, Hans-Christian Noren Egtvedt wrote: > I have prepared three patches in my for-linus branch in git tree > https://git.kernel.org/cgit/linux/kernel/git/egtvedt/linux-avr32.git Acked-by: Haavard Skinnemoen Thank you for keeping it alive for so long! I looked through you tree superficially. There are a few references to AVR32 remaining. Most of them are for other subsystems, but you could consider picking up a couple of more for your patchset: include/uapi/linux/elf-em.h still defines EM_AVR32. This could be considered a part of the architecture code. lib/Kconfig.debug has a list of architectures which want frame pointers. You could probably remove AVR32 from that list. mm/Kconfig has a special case for AVR32 needing two quicklists. If you were planning to patch each of those separately later, please ignore my comments. HÃ¥vard