From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754857Ab0EQQzp (ORCPT ); Mon, 17 May 2010 12:55:45 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:40246 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754596Ab0EQQzo (ORCPT ); Mon, 17 May 2010 12:55:44 -0400 Date: Mon, 17 May 2010 09:52:36 -0700 (PDT) From: Linus Torvalds To: Andreas Herrmann cc: "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86, hpet: Add reference to chipset erratum documentation for disable-hpet-msi-quirk In-Reply-To: <20100517164324.GB10254@alberich.amd.com> Message-ID: References: <20100517164324.GB10254@alberich.amd.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 May 2010, Andreas Herrmann wrote: > > (At the moment the "SB700 Family Product Errata" document is available > at http://support.amd.com/us/Embedded_TechDocs/46837.pdf) Ok, this is against x86 -tip, right? It doesn't apply for me, so I'll just assume I will get it through the normal x86 merge requests. Linus