From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947796AbdEZNFo (ORCPT ); Fri, 26 May 2017 09:05:44 -0400 Received: from g9t1613g.houston.hpe.com ([15.241.32.99]:39200 "EHLO g9t1613g.houston.hpe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759914AbdEZNFi (ORCPT ); Fri, 26 May 2017 09:05:38 -0400 Date: Fri, 26 May 2017 08:05:34 -0500 From: Dimitri Sivanich To: Thomas Gleixner , Christoph Hellwig , Dimitri Sivanich , Nate Zimmer , Russ Anderson , LKML , Mike Travis Cc: Dimitri Sivanich Subject: Re: status of the Altix mmtimer driver Message-ID: <20170526130534.GE30788@hpe.com> References: <20170523070805.GB17926@lst.de> <20170524003601.GB23931@hpe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170524003601.GB23931@hpe.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Note that the mmtimer struct can probably be removed from the k_itimer struct in include/linux/posix-timers.h, just for completeness. --- a/include/linux/posix-timers.h +++ b/include/linux/posix-timers.h @@ -73,12 +73,6 @@ struct k_itimer { } real; struct cpu_timer_list cpu; struct { - unsigned int clock; - unsigned int node; - unsigned long incr; - unsigned long expires; - } mmtimer; - struct { struct alarm alarmtimer; ktime_t interval; } alarm; On Tue, May 23, 2017 at 07:36:01PM -0500, Dimitri Sivanich wrote: > Since this is SN2 specific, this can be removed. > > On Tue, May 23, 2017 at 05:27:16PM +0200, Thomas Gleixner wrote: > > On Tue, 23 May 2017, Christoph Hellwig wrote: > > > > Cc: + Mike > > > > > Hi folks, > > > > > > what's the status of the SGI support for the IA64 SN2-specific > > > altic mmtimer (drivers/char/mmtimer.c)? It's the only driver that > > > register a k_lock outside the core kernel, so if we could get rid of > > > it because the remaining IA64 user are all on somewhat old distros > > > anyway it would make our life a whole lot easier. > > >