From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751504AbcBLDWt (ORCPT ); Thu, 11 Feb 2016 22:22:49 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39022 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750970AbcBLDWs (ORCPT ); Thu, 11 Feb 2016 22:22:48 -0500 Date: Thu, 11 Feb 2016 19:22:47 -0800 From: Greg Kroah-Hartman To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Clemens Ladisch , Jonathan Corbet , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Arnd Bergmann , linux-doc@vger.kernel.org Subject: Re: [PATCH v2] hpet: drop stale link Message-ID: <20160212032247.GA10354@kroah.com> References: <1455145462-3877-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455145462-3877-1-git-send-email-mst@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 11, 2016 at 01:05:01AM +0200, Michael S. Tsirkin wrote: > Looks like the HPET spec at intel.com got moved. > It isn't hard to find so drop the link, just mention > the revision assumed. > > Suggested-by: Thomas Gleixner > Signed-off-by: Michael S. Tsirkin > --- > > Changes from v1: > actually drop the links, just say "revision 1" > in case a new one ever comes out. > > drivers/char/hpet.c | 2 +- > Documentation/timers/hpet.txt | 4 +--- > arch/x86/Kconfig | 4 ++-- > 3 files changed, 4 insertions(+), 6 deletions(-) > Acked-by: Greg Kroah-Hartman