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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 9FBFFC433DF for ; Tue, 2 Jun 2020 12:03:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 87836207D8 for ; Tue, 2 Jun 2020 12:03:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726664AbgFBMDZ (ORCPT ); Tue, 2 Jun 2020 08:03:25 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:34116 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725940AbgFBMDZ (ORCPT ); Tue, 2 Jun 2020 08:03:25 -0400 Received: by mail-oi1-f195.google.com with SMTP id b8so1133625oic.1; Tue, 02 Jun 2020 05:03:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ncUahkMlR8RcEuHvwU1aMqYYdzOJso8KWIzaPU8BmKE=; b=YJI96lvZWvEQJhFCPrr4+u3xqwrNH/GZ7NwXKnjdCo6taR87HruLU3e07Pp712E17i ADEqXKwaryfOkQ/0WxZCwsmLwa0GuRrIarsbI06e6kdPXhpohTIBrW16HYNOImpYbczc TBfk9esqiq6N4R8JrHlKxvLommxtjxOWuU2Kp5d8z+1mur/cgkvM242+J6iXLfasz3wu XkJ9EtWPUhURYDQ99R9v6B/vX00Fp1NCy5TtyWRl5+r22eNW/nkNzT2+vsSwrtNnbCRt f63K5q/FX5kGQPE8+wvvYWvv8udPcTdDt4jH9fNSzOUhgslDeqzUQMn+M9EWve7oQdwH qi7A== X-Gm-Message-State: AOAM531EJYFk3N+omIqsc8R6VPWG9+zN41o3Wka//CNqSccThnW6znLW lLG3LttthqmWSLyC82BPSdLLkhyq3IjNCbzTHIc= X-Google-Smtp-Source: ABdhPJzEcQPMgPom1yIf3zWleRm3zOSF/oQgx5/HyuKONRP9TVyRubZN2n1LbmblaEecYiJrxwiFTA/boKIBcGBzwjs= X-Received: by 2002:aca:644:: with SMTP id 65mr2609554oig.148.1591099404240; Tue, 02 Jun 2020 05:03:24 -0700 (PDT) MIME-Version: 1.0 References: <767d36ff-22ec-8136-7ebc-1d9d0d3ac98d@samsung.com> In-Reply-To: <767d36ff-22ec-8136-7ebc-1d9d0d3ac98d@samsung.com> From: Geert Uytterhoeven Date: Tue, 2 Jun 2020 14:03:12 +0200 Message-ID: Subject: Re: [PATCH v2 1/2] video: fbdev: amifb: add FIXME about dead APUS support To: Bartlomiej Zolnierkiewicz Cc: Linux Fbdev development list , DRI Development , Linux Kernel Mailing List , linux-m68k , Al Viro Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds