From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755485AbaFLGxy (ORCPT ); Thu, 12 Jun 2014 02:53:54 -0400 Received: from s3.sipsolutions.net ([5.9.151.49]:33860 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754458AbaFLGxw (ORCPT ); Thu, 12 Jun 2014 02:53:52 -0400 Message-ID: <1402556024.4224.2.camel@jlt4.sipsolutions.net> Subject: Re: [patch 04/13] net: mac80211: Use ktime_get_ts() From: Johannes Berg To: Thomas Gleixner Cc: LKML , John Stultz , Peter Zijlstra , Ingo Molnar , "John W. Linville" , linux-wireless@vger.kernel.org Date: Thu, 12 Jun 2014 08:53:44 +0200 In-Reply-To: <20140611234607.020125642@linutronix.de> References: <20140611234024.103571777@linutronix.de> <20140611234607.020125642@linutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.2-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2014-06-11 at 23:59 +0000, Thomas Gleixner wrote: > do_posix_clock_monotonic_gettime() is a leftover from the initial > posix timer implementation which maps to ktime_get_ts(). I didn't even know we *had* such code, heh. I've applied it to my tree - note that some code moved into sta_info.c recently there. johannes