Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4858532imu; Mon, 12 Nov 2018 19:14:59 -0800 (PST) X-Google-Smtp-Source: AJdET5eBeprPMEyAPt1FwWocdmuqMooCEZwEEOL4Wg9nWd3Hv0UIaNk/6p66WsFbaqkMRYAiacKr X-Received: by 2002:a63:d208:: with SMTP id a8mr3112199pgg.77.1542078899132; Mon, 12 Nov 2018 19:14:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542078899; cv=none; d=google.com; s=arc-20160816; b=crHRLuZ7e7IkyK+iwKfgK+AomykIERldX+6LJv+qbo814b3TOgk/ESvZVTH7UYcn2+ wwo7vnB1UuTMv5yV6t6mjDZwWA9NsdalkSFI2sxoWRvOZ7f9vTXL9WXaQBqfYHSD44BK ekQxD8MQxNKoofacv724fkJrBezK2apbneJdEcsyAgCua0AHspZ61eOEMcOwufzURCZM aykkwkG9bsTMyEALgl62FT+iTKK0TaovYdEnx1rPTRpI3dvamzA69D2tsEQL6ouJWbZt LHAOwP6sMrzCVunf2L1r82FScP2JlFho4v5I2tA7RDJ6UZF/ISTrjnu0vEJsUF7mnHmu ilUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date; bh=KfqwwbFLVqI1vRCRYOafqud3RAsyMEV09Gd/KjBv3uI=; b=INH/xujcI5JlBsvXsTKuarhrnxqjVwht52HXKt6sx6v6gb1PeMPJIm60RwftfVlWaF H0HYKOJ8L+gsMPqKpectzlqFwRVu/yymbsw6JqrUbBjfWTBTJfHHXBGhqfn09U/rF2ef T77A4hBnyyW/SYVz9Hmz4znfp9ZpQ0JhFkW/6FfpRILF95CV57COm463NsxyKLvazm6o Gr89y9oQeiLENcRaB0GSeNKO0c7mVArkGFzwj2yVfpfaPVnAm7il7Y7YLnQYMVJ0oMrJ 5DrEwZFL+LOP2jLcyLsxSsrqrmz19xemdk5a43bb00rupt9H2LO5Hpc7au6/1455g6e7 3MXw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 63-v6si21660242pfg.234.2018.11.12.19.14.43; Mon, 12 Nov 2018 19:14:59 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729324AbeKMNKY (ORCPT + 99 others); Tue, 13 Nov 2018 08:10:24 -0500 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:47226 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726057AbeKMNKY (ORCPT ); Tue, 13 Nov 2018 08:10:24 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id D910429C98; Mon, 12 Nov 2018 22:14:13 -0500 (EST) Date: Tue, 13 Nov 2018 14:14:31 +1100 (AEDT) From: Finn Thain To: Michael Schmitz cc: Geert Uytterhoeven , Arnd Bergmann , Stephen N Chivers , Thomas Gleixner , Daniel Lezcano , John Stultz , linux-m68k , Linux Kernel Mailing List , Philip Blundell , Joshua Thompson Subject: Re: [RFC PATCH 06/13] m68k: Drop ARCH_USES_GETTIMEOFFSET In-Reply-To: Message-ID: References: <74edaee07800f91eb416ab3e72c4670b8ef4bd4e.1541995959.git.fthain@telegraphics.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Nov 2018, Michael Schmitz wrote: > Hi Finn, > > Am 12.11.2018 um 22:06 schrieb Finn Thain: > > On Mon, 12 Nov 2018, Geert Uytterhoeven wrote: > > > > > Hi Finn, > > > > > > Thanks for your patch! > > > > > > On Mon, Nov 12, 2018 at 5:46 AM Finn Thain > > > wrote: > > > > The functions that implement arch_gettimeoffset are re-used by > > > > new clocksource drivers in subsequent patches. > > > > > > Disabling this first affects functionality during bisection, right? > > > > > > > It means that all platforms have to use the 'jiffies' clocksource. > > So all that happens is timer granularity drops to 10ms, then gets restored by > the later patches? > Yes, that was the plan, but I can't confirm that it worked out as I don't have any physical 68k hardware in front of me right now. If you can confirm this on your Atari Falcon, that would be great. (It appears that a QEMU-emulated Mac does not benefit from having a clocksource that's more accurate than the 'jiffies' clocksource, in spite of "clocksource: Switched to clocksource via1".) The latest patches can be found at https://github.com/fthain/linux/commits/mac68k-queue/ -- > I doubt that would be a large enough regression to matter for bisection, but > the way you reuse the arch_gettimeoffset() code for the new read_clock() > functions makes reordering of this patch to the end of the series impossible. > > Best you can don, under the circumstances. > > Cheers, > > Michael > >