From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752576AbYLYVOk (ORCPT ); Thu, 25 Dec 2008 16:14:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751970AbYLYVOc (ORCPT ); Thu, 25 Dec 2008 16:14:32 -0500 Received: from terminus.zytor.com ([198.137.202.10]:56546 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751918AbYLYVOb (ORCPT ); Thu, 25 Dec 2008 16:14:31 -0500 Message-ID: <4953F7AA.9000904@kernel.org> Date: Thu, 25 Dec 2008 13:14:18 -0800 From: "H. Peter Anvin" Organization: Linux Kernel Organization, Inc. User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Rusty Russell CC: Ingo Molnar , linux-kernel@vger.kernel.org, Yinghai Lu Subject: Re: [PATCH] x86: remove impossible test in mtrr/main.c References: <200812251718.44233.rusty@rustcorp.com.au> <4953F14A.8000801@zytor.com> In-Reply-To: <4953F14A.8000801@zytor.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org H. Peter Anvin wrote: > Rusty Russell wrote: >> Impact: cleanup >> >> enable_mtrr_cleanup is static, and is never set to anything but 0 or 1. >> >> Signed-off-by: Rusty Russell > > Applied to tip:x86/pat2, thanks! > I meant tip:x86/cleanups, of course. -hpa