From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Subject: Re: [PATCH RFC net-next 4/4] time: remove the timecompare code. Date: Fri, 28 Sep 2012 10:44:16 -0700 Message-ID: <5065E1F0.3000202@linaro.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, device-drivers-devel@blackfin.uclinux.org, uclinux-dist-devel@blackfin.uclinux.org, David Miller , Jacob Keller , Jeff Kirsher , John Ronciak , Mike Frysinger , Miroslav Lichvar , Patrick Ohly , Sonic Zhang To: Richard Cochran Return-path: Received: from e31.co.us.ibm.com ([32.97.110.149]:33557 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836Ab2I1RpH (ORCPT ); Fri, 28 Sep 2012 13:45:07 -0400 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 28 Sep 2012 11:45:06 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id D58D31FF0039 for ; Fri, 28 Sep 2012 11:44:39 -0600 (MDT) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q8SHiWtV072060 for ; Fri, 28 Sep 2012 11:44:32 -0600 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q8SHiO0N031751 for ; Fri, 28 Sep 2012 11:44:29 -0600 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 09/28/2012 10:20 AM, Richard Cochran wrote: > This patch removes the timecompare code from the kernel. The top five > reasons to do this are: > > 1. There are no more users of this code. > 2. The original idea was a bit weak. > 3. The original author has disappeared. > 4. The code was not general purpose but tuned to a particular hardware, > 5. There are better ways to accomplish clock synchronization. > > Signed-off-by: Richard Cochran Nice cleanup! Acked-by: John Stultz thanks! -john