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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 F2BDFC432BE for ; Fri, 30 Jul 2021 11:54:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D3E4560EE6 for ; Fri, 30 Jul 2021 11:54:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238626AbhG3LyM (ORCPT ); Fri, 30 Jul 2021 07:54:12 -0400 Received: from mail-vs1-f43.google.com ([209.85.217.43]:44557 "EHLO mail-vs1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238687AbhG3LyJ (ORCPT ); Fri, 30 Jul 2021 07:54:09 -0400 Received: by mail-vs1-f43.google.com with SMTP id t2so5247878vsa.11; Fri, 30 Jul 2021 04:54:03 -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=10AbK6xK8RHobfuB2T0I9ydjpvpHcTKY9gPukwHCGGA=; b=YmhSWe4ysVoxpkFxv01nZcYjbowvxAt4AmXoLUb1J5l/9+OVzYtM/U91iSFuVd4j1T OOh41vU1X7Q5YEO2iFZlnSlMyK8akuCce5aqJaFeb4HurZk5i/1LZIHnxTCeF8Fjwtop KUappP524ABfwUd2AFwE09lg8Mmuo06WYnD5+apwUDyOJO5MIUq+Jvy/N2IttQwvOgF3 R3LydwxxLjPTHCsCKY7xgLlYA4CXleO5UPOae10xxjHpDHHgznosWs8JvYeCihUtzmTY 3duBjo7i7c1jqowm3jL2a8f78hL5inxsc9ylnmUxBqxfWiZUdlSJjQ3TXUE3/9wK14Pc H5vw== X-Gm-Message-State: AOAM5303d4WMe9j/oJTT97blA0+lnvq55eCvWzmCWUDxkPK+X74oFZj1 hH9ZuWXv8hGKrJNelNzFSAfwu74ds1W7dXLHTiM= X-Google-Smtp-Source: ABdhPJz4vdafBihdMrOKEMxBFoPjbpJQjxu69DET98mge7/3K8Au1C7Ct04O+Z9CWQAOZ0tklY4nnHzuyfbZq+wo9hQ= X-Received: by 2002:a05:6102:321c:: with SMTP id r28mr1030174vsf.40.1627646043462; Fri, 30 Jul 2021 04:54:03 -0700 (PDT) MIME-Version: 1.0 References: <20210728182115.4401-1-lukas.bulwahn@gmail.com> In-Reply-To: <20210728182115.4401-1-lukas.bulwahn@gmail.com> From: Geert Uytterhoeven Date: Fri, 30 Jul 2021 13:53:52 +0200 Message-ID: Subject: Re: [PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE To: Lukas Bulwahn Cc: Christoph Hellwig , Jens Axboe , Randy Dunlap , "the arch/x86 maintainers" , alpha , Linux ARM , "moderated list:H8/300 ARCHITECTURE" , "linux-ia64@vger.kernel.org" , linux-m68k , "open list:BROADCOM NVRAM DRIVER" , Parisc List , linuxppc-dev , Linux-sh list , sparclinux , "open list:TENSILICA XTENSA PORT (xtensa)" , Linux Kernel Mailing List , kernel-janitors@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org On Wed, Jul 28, 2021 at 8:21 PM Lukas Bulwahn wrote: > The arch-specific Kconfig files use HAVE_IDE to indicate if IDE is > supported. > > As IDE support and the HAVE_IDE config vanishes with commit b7fb14d3ac63 > ("ide: remove the legacy ide driver"), there is no need to mention > HAVE_IDE in all those arch-specific Kconfig files. > > The issue was identified with ./scripts/checkkconfigsymbols.py. > > Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver") > Suggested-by: Randy Dunlap > Signed-off-by: Lukas Bulwahn > arch/m68k/Kconfig | 1 - Acked-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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 5962EC4338F for ; Fri, 30 Jul 2021 11:54:30 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 B769F60E93 for ; Fri, 30 Jul 2021 11:54:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B769F60E93 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Gbm5w3JXbz3d9G for ; Fri, 30 Jul 2021 21:54:28 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.217.43; helo=mail-vs1-f43.google.com; envelope-from=geert.uytterhoeven@gmail.com; receiver=) Received: from mail-vs1-f43.google.com (mail-vs1-f43.google.com [209.85.217.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Gbm5W0QR3z301g for ; Fri, 30 Jul 2021 21:54:06 +1000 (AEST) Received: by mail-vs1-f43.google.com with SMTP id x66so2768261vsb.1 for ; Fri, 30 Jul 2021 04:54:06 -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=10AbK6xK8RHobfuB2T0I9ydjpvpHcTKY9gPukwHCGGA=; b=Y0VJZMDLAn5ZlQg3OOPkNQJcdP7qwEKDUu3hwADbM2Fymg3/GDmU/7vYj/6cdHx3bW 66tvJYtWvjVTRaZOITZNrL/5tvWP1ksbxOC4BQwmxadI97tgFwG+xmtfrHHJ9CFeb0be HdH3mePU0vMQeMBca97dZ+Wi1Ldihvl+Fayqi+ptPat2mqgz1eEaA+unXuE7ZpptaNex Bl93n5nVRhL5v39QVCpl3Agi20dsyRirRwHtaSMIKF/huuL6gOWUZuuzqhsVwc2lmqG2 fcCpey3jybhRJp5mMaqUGUpEIsXUR8iNUhi0aoKopTjGi4El4RyaoXpM8KGZDAg1lsNF Fbgg== X-Gm-Message-State: AOAM533XAjq45o0xksRkpUXHout4aONlt8vL3oe5e91M8/fmk7dx+5WV zpp3P6UtKj3rV5Ur7iEBUXnzN/z2nm6uM0A4tcY= X-Google-Smtp-Source: ABdhPJz4vdafBihdMrOKEMxBFoPjbpJQjxu69DET98mge7/3K8Au1C7Ct04O+Z9CWQAOZ0tklY4nnHzuyfbZq+wo9hQ= X-Received: by 2002:a05:6102:321c:: with SMTP id r28mr1030174vsf.40.1627646043462; Fri, 30 Jul 2021 04:54:03 -0700 (PDT) MIME-Version: 1.0 References: <20210728182115.4401-1-lukas.bulwahn@gmail.com> In-Reply-To: <20210728182115.4401-1-lukas.bulwahn@gmail.com> From: Geert Uytterhoeven Date: Fri, 30 Jul 2021 13:53:52 +0200 Message-ID: Subject: Re: [PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE To: Lukas Bulwahn Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jens Axboe , "moderated list:H8/300 ARCHITECTURE" , Randy Dunlap , "linux-ia64@vger.kernel.org" , Parisc List , Linux-sh list , "open list:TENSILICA XTENSA PORT \(xtensa\)" , the arch/x86 maintainers , kernel-janitors@vger.kernel.org, "open list:BROADCOM NVRAM DRIVER" , Linux Kernel Mailing List , linux-m68k , alpha , sparclinux , linuxppc-dev , Christoph Hellwig , Linux ARM Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, Jul 28, 2021 at 8:21 PM Lukas Bulwahn wrote: > The arch-specific Kconfig files use HAVE_IDE to indicate if IDE is > supported. > > As IDE support and the HAVE_IDE config vanishes with commit b7fb14d3ac63 > ("ide: remove the legacy ide driver"), there is no need to mention > HAVE_IDE in all those arch-specific Kconfig files. > > The issue was identified with ./scripts/checkkconfigsymbols.py. > > Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver") > Suggested-by: Randy Dunlap > Signed-off-by: Lukas Bulwahn > arch/m68k/Kconfig | 1 - Acked-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=-14.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,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 8DD5AC4338F for ; Fri, 30 Jul 2021 11:56:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 3D7C760524 for ; Fri, 30 Jul 2021 11:56:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3D7C760524 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=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Uvjv2RPthX0jJrC9HQDTUJoMQVQimJg9CBdaxsFdcko=; b=GSjXOnR3iMHICx TcdnfNpn7Kpk4MrP5k/zBmhva6X43dvBaIyREuf00twbr/NjSwHrNlLurFbz3xqtcdsb/4i2wURpb cuf5tVQgyZOkYgm2fa9Dwovjz+BE2FNjlZ9MFw33/76/ysJCjDYXGUE6oJT/P2/Fs/wci+ylhadb5 U2p0BDt2WmidzRGM7QZV/GM+MYOUSEsKyi0T0RUXBpj5y+cRauNdJ7cIOHYCsZutODLssyMW+SxLn 7yUt3OUK+lBWp2aKEqE2gAKpPVCj9mnbdjKjdYKWpG0sQaRjkeLOaK4s9cMUY2OjbuGUqSrWosY4t IA8iKcyJ1UdYoQ4/1HTg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m9R5d-008RKV-Po; Fri, 30 Jul 2021 11:54:09 +0000 Received: from mail-vs1-f50.google.com ([209.85.217.50]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m9R5Y-008RJ2-T3 for linux-arm-kernel@lists.infradead.org; Fri, 30 Jul 2021 11:54:07 +0000 Received: by mail-vs1-f50.google.com with SMTP id q68so5254357vsb.9 for ; Fri, 30 Jul 2021 04:54:04 -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=10AbK6xK8RHobfuB2T0I9ydjpvpHcTKY9gPukwHCGGA=; b=Rd78TBplC8xnhRf0E4E5mL4hZvOVgZZmbeLIIxVlXPCswmli1JneJt1guqsXK5qvw5 qkuQGY4Isvpfjrjpczq/BBAQOc527q88meTFdczXOtBn5MzVDCzcdXBsUoTLGPMR7IfP /jLfN2WIFPVXgHGVeXOAxKbRp4A1N6eSM1+CL7eqcXNyfcD1UOy0fIFuLmpFdG9oFdaS uCaHyrJzP7I8Ab+N6s0PJNx5iEYCBerRBRMaSxcTU/XunNbYkpjTDDeSnzMrwkRrecff SLv2nEwkX+NbV5UHUORpTLL/N7L/7Tv6bCG/IYU64PA0nwGiVWhKpCdrDiY0u6LwXUQM Ex0A== X-Gm-Message-State: AOAM532Al+Z4gLXYzUXlZnp6Z7tahYT+PTlyS9c1Iw2IcgmxCeWPIP/N IBUDAnm9t5AuumxtZxvr+aDw+sSAn9/PQXiGn9s= X-Google-Smtp-Source: ABdhPJz4vdafBihdMrOKEMxBFoPjbpJQjxu69DET98mge7/3K8Au1C7Ct04O+Z9CWQAOZ0tklY4nnHzuyfbZq+wo9hQ= X-Received: by 2002:a05:6102:321c:: with SMTP id r28mr1030174vsf.40.1627646043462; Fri, 30 Jul 2021 04:54:03 -0700 (PDT) MIME-Version: 1.0 References: <20210728182115.4401-1-lukas.bulwahn@gmail.com> In-Reply-To: <20210728182115.4401-1-lukas.bulwahn@gmail.com> From: Geert Uytterhoeven Date: Fri, 30 Jul 2021 13:53:52 +0200 Message-ID: Subject: Re: [PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE To: Lukas Bulwahn Cc: Christoph Hellwig , Jens Axboe , Randy Dunlap , "the arch/x86 maintainers" , alpha , Linux ARM , "moderated list:H8/300 ARCHITECTURE" , "linux-ia64@vger.kernel.org" , linux-m68k , "open list:BROADCOM NVRAM DRIVER" , Parisc List , linuxppc-dev , Linux-sh list , sparclinux , "open list:TENSILICA XTENSA PORT (xtensa)" , Linux Kernel Mailing List , kernel-janitors@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210730_045405_002872_9EF3C29D X-CRM114-Status: GOOD ( 21.50 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jul 28, 2021 at 8:21 PM Lukas Bulwahn wrote: > The arch-specific Kconfig files use HAVE_IDE to indicate if IDE is > supported. > > As IDE support and the HAVE_IDE config vanishes with commit b7fb14d3ac63 > ("ide: remove the legacy ide driver"), there is no need to mention > HAVE_IDE in all those arch-specific Kconfig files. > > The issue was identified with ./scripts/checkkconfigsymbols.py. > > Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver") > Suggested-by: Randy Dunlap > Signed-off-by: Lukas Bulwahn > arch/m68k/Kconfig | 1 - Acked-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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Fri, 30 Jul 2021 11:53:52 +0000 Subject: Re: [PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE Message-Id: List-Id: References: <20210728182115.4401-1-lukas.bulwahn@gmail.com> In-Reply-To: <20210728182115.4401-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Lukas Bulwahn Cc: Christoph Hellwig , Jens Axboe , Randy Dunlap , the arch/x86 maintainers , alpha , Linux ARM , "moderated list:H8/300 ARCHITECTURE" , "linux-ia64@vger.kernel.org" , linux-m68k , "open list:BROADCOM NVRAM DRIVER" , Parisc List , linuxppc-dev , Linux-sh list , sparclinux , "open list:TENSILICA XTENSA PORT (xtensa)" , Linux Kernel Mailing List , kernel-janitors@vger.kernel.org On Wed, Jul 28, 2021 at 8:21 PM Lukas Bulwahn wrote: > The arch-specific Kconfig files use HAVE_IDE to indicate if IDE is > supported. > > As IDE support and the HAVE_IDE config vanishes with commit b7fb14d3ac63 > ("ide: remove the legacy ide driver"), there is no need to mention > HAVE_IDE in all those arch-specific Kconfig files. > > The issue was identified with ./scripts/checkkconfigsymbols.py. > > Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver") > Suggested-by: Randy Dunlap > Signed-off-by: Lukas Bulwahn > arch/m68k/Kconfig | 1 - Acked-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 Subject: Re: [PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE Date: Fri, 30 Jul 2021 13:53:52 +0200 Message-ID: References: <20210728182115.4401-1-lukas.bulwahn@gmail.com> Mime-Version: 1.0 Return-path: In-Reply-To: <20210728182115.4401-1-lukas.bulwahn@gmail.com> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Lukas Bulwahn Cc: Christoph Hellwig , Jens Axboe , Randy Dunlap , the arch/x86 maintainers , alpha , Linux ARM , "moderated list:H8/300 ARCHITECTURE" , "linux-ia64@vger.kernel.org" , linux-m68k , "open list:BROADCOM NVRAM DRIVER" , Parisc List , linuxppc-dev , Linux-sh list , sparclinux , "open list:TENSILICA XTENSA PORT (xtensa)" , Linux Kernel Mailing List On Wed, Jul 28, 2021 at 8:21 PM Lukas Bulwahn wrote: > The arch-specific Kconfig files use HAVE_IDE to indicate if IDE is > supported. > > As IDE support and the HAVE_IDE config vanishes with commit b7fb14d3ac63 > ("ide: remove the legacy ide driver"), there is no need to mention > HAVE_IDE in all those arch-specific Kconfig files. > > The issue was identified with ./scripts/checkkconfigsymbols.py. > > Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver") > Suggested-by: Randy Dunlap > Signed-off-by: Lukas Bulwahn > arch/m68k/Kconfig | 1 - Acked-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