Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp1412125ybg; Tue, 2 Jun 2020 09:15:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx1J7+I17vX9hKN+1U/kuW4qO/VsW8BY8f+cw8/QtcWY7oahUYze4MSDmHrgEPs/d454l29 X-Received: by 2002:aa7:c38f:: with SMTP id k15mr22594227edq.342.1591114510199; Tue, 02 Jun 2020 09:15:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591114510; cv=none; d=google.com; s=arc-20160816; b=em4uw4bNiVt4gsZCOJpGJJwr5EorFcVoIgZO09vKwg2qmYlZekXyNWmZanazUAMfmm AeFoWyUQmEmMlR396Vkiz3cmDpP6n4m09cEVIZmIpqyZCFgO9hcpFrXSLT4H2VdLjO58 rt0CAJzbGA3DEB+zxnmhWh9wjMzEPP9Wct/Y/g6zUGiN8jkJO+KaPkdMgBZnTmoGqSiQ 2yhEwkhn60J/X5ulc9OPMY+sernTgPLzxCjOXZxmWrHYOK4fRvODosPomPgXHBmTKVKl Yj0VHpkJ7j7W+AOclZCfjYrASSms6eAJ68f+XlDoItTQot6kUVkBdBt6t4IdSsrNcIJ5 6N8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=63gQ144/sIoO54LFR1Ara5/3vYytIZDm3Rle3oD9d9M=; b=aSHxvuF8XXiCxGnhvxe7E84xb2ZZVYocjkodsS8G4gAFOqFuPUosQehtM5JeDEIJWj wBGhhTsA0kRiCDEeJPpHVJSvXrAVn0QHNMcGYT/t1NrtiW9HJeuzRmsMSvivsuQsiTkm aN60g0rPTGwHAL0obDVcwDUFjBrHuF41E2zwTy9FPNiW+47goHiELPmnAflJAiHVhO5z glsPCa37/joIEms2iZNfqvYNQwgGbdtQ/LsfVw22CVy7YoOjt6eXPTAXkyensurslgSV bIIxO/0F7jSbXBiUV22SOlTOARlMKdPtfM9wy8gxeL00x4MIFsTSTFyribaPmUFftcst /vvw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z5si1782082edi.111.2020.06.02.09.14.45; Tue, 02 Jun 2020 09:15:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726320AbgFBQMb (ORCPT + 99 others); Tue, 2 Jun 2020 12:12:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725940AbgFBQMa (ORCPT ); Tue, 2 Jun 2020 12:12:30 -0400 Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [IPv6:2002:c35c:fd02::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BCD8C05BD1E; Tue, 2 Jun 2020 09:12:30 -0700 (PDT) Received: from viro by ZenIV.linux.org.uk with local (Exim 4.93 #3 (Red Hat Linux)) id 1jg9Wb-00219F-54; Tue, 02 Jun 2020 16:12:25 +0000 Date: Tue, 2 Jun 2020 17:12:25 +0100 From: Al Viro To: Geert Uytterhoeven Cc: Bartlomiej Zolnierkiewicz , Linux Fbdev development list , DRI Development , Linux Kernel Mailing List , linux-m68k Subject: Re: [PATCH v2 1/2] video: fbdev: amifb: add FIXME about dead APUS support Message-ID: <20200602161225.GJ23230@ZenIV.linux.org.uk> References: <767d36ff-22ec-8136-7ebc-1d9d0d3ac98d@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 02, 2020 at 02:03:12PM +0200, Geert Uytterhoeven wrote: > On Tue, Jun 2, 2020 at 1:50 PM Bartlomiej Zolnierkiewicz > wrote: > > On 5/14/20 10:21 PM, Geert Uytterhoeven wrote: > > > These #ifdefs are relics from APUS (Amiga Power-Up System), which > > > added a PPC board. APUS support was killed off a long time ago, > > > when arch/ppc/ was still king, but these #ifdefs were missed, because > > > they didn't test for CONFIG_APUS. > > > > Add FIXME about using the C code variants (APUS ones) in the future. > > > > Reported-by: Al Viro > > Reported-by: Geert Uytterhoeven > > Signed-off-by: Bartlomiej Zolnierkiewicz > > Reviewed-by: Geert Uytterhoeven FWIW, has anyone managed to boot m68k linux kernel on e.g. FS-UAE? I have done that on aranym (which is how I'd been doing all testing for e.g. signal-related m68k patches) and I've seen references to some out-of-tree qemu variant doing quadra, but nothing for amiga emulators...