Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 20 Feb 2003 15:14:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 20 Feb 2003 15:14:08 -0500 Received: from noodles.codemonkey.org.uk ([213.152.47.19]:22452 "EHLO noodles.internal") by vger.kernel.org with ESMTP id ; Thu, 20 Feb 2003 15:14:03 -0500 Date: Thu, 20 Feb 2003 20:36:19 +0000 From: Dave Jones To: Thomas Schlichter Cc: Andrew Morton , Linux Kernel Subject: Re: [PATCH][2.5] replace flush_map() in arch/i386/mm/pageattr.c with flush_tlb_all() Message-ID: <20030220203619.GA26583@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Thomas Schlichter , Andrew Morton , Linux Kernel References: <200302202002.h1KK2YZ00018@rumms.uni-mannheim.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200302202002.h1KK2YZ00018@rumms.uni-mannheim.de> User-Agent: Mutt/1.5.3i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 19 On Thu, Feb 20, 2003 at 09:00:05PM +0100, Thomas Schlichter wrote: > This patch replaces the flush_map() function in the arch/i386/mm/pageattr.c file with flush_tlb_all() calls, as the flush_map() function wants to do the same, but just forgot the preempt_disable() and preempt_enable() calls. > > To minimize future inconsistency I think this patch should be applied... This looks bogus. You're killing the wbinvd() in flush_kernel_map() which is needed. Dave -- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/