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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Tue, 02 Jun 2020 12:03:12 +0000 Subject: Re: [PATCH v2 1/2] video: fbdev: amifb: add FIXME about dead APUS support Message-Id: List-Id: References: <767d36ff-22ec-8136-7ebc-1d9d0d3ac98d@samsung.com> In-Reply-To: <767d36ff-22ec-8136-7ebc-1d9d0d3ac98d@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bartlomiej Zolnierkiewicz Cc: linux-m68k , Linux Fbdev development list , Linux Kernel Mailing List , DRI Development , Al Viro 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 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 70ACBC433E1 for ; Tue, 2 Jun 2020 12:03:27 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4F04820772 for ; Tue, 2 Jun 2020 12:03:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4F04820772 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A30FD6E084; Tue, 2 Jun 2020 12:03:26 +0000 (UTC) Received: from mail-oi1-f194.google.com (mail-oi1-f194.google.com [209.85.167.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0873D6E084 for ; Tue, 2 Jun 2020 12:03:24 +0000 (UTC) Received: by mail-oi1-f194.google.com with SMTP id z9so11786452oid.2 for ; 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=WTwza9oXUGcXxisNXelqVMtiY4njU6dTqH0DEO2nrMt9WSMRsndb3WiUMvMFCRXoo0 rak6LES34IUjmk/+DNoKQv8UhAo/y1oJGhTuWYU21RfyDedmpnS+uOYIIoY8fB1amiuo hDdsCfPgfirXYx1g9fQP7yX6zwFYqMKf9Zmny7fhjpZMD4m1HcrXGk6kUVwkoD5DQtCf /K5lSqHA//+4lJ+y4pK2GtSk+2oNgfIa7lx6b7hFCBuaeOW0MpdI/nMkAL4Fk6L3Ealp 9iyPBpAHoRVvt4Xnvolm4AzavhBygxTRUJQM0Zw63W4ViCu4i3U3eBHpCUoBdmjibRMI EXnQ== X-Gm-Message-State: AOAM532jjji5uF162CblGAbX84u2nssvHyE4Rj7LEvjQDa7fIQkI4hoZ +CU3Uel1Z+K4VNVPEHuoLsfmGi9A8uZSQzDOv/g= 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 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-m68k , Linux Fbdev development list , Linux Kernel Mailing List , DRI Development , Al Viro Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel