Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755228Ab0GNRGO (ORCPT ); Wed, 14 Jul 2010 13:06:14 -0400 Received: from one.firstfloor.org ([213.235.205.2]:37637 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753294Ab0GNRGN (ORCPT ); Wed, 14 Jul 2010 13:06:13 -0400 Date: Wed, 14 Jul 2010 19:06:06 +0200 From: Andi Kleen To: Mathieu Desnoyers Cc: LKML , Linus Torvalds , Andrew Morton , Ingo Molnar , Peter Zijlstra , Steven Rostedt , Steven Rostedt , Frederic Weisbecker , Thomas Gleixner , Christoph Hellwig , Li Zefan , Lai Jiangshan , Johannes Berg , Masami Hiramatsu , Arnaldo Carvalho de Melo , Tom Zanussi , KOSAKI Motohiro , Andi Kleen Subject: Re: [patch 0/2] x86: NMI-safe trap handlers Message-ID: <20100714170606.GA22373@basil.fritz.box> References: <20100714154923.947138065@efficios.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100714154923.947138065@efficios.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 541 Lines: 12 > x86_32 cannot use vmalloc_sync_all() to sychronize the TLBs from every > processes because the vmalloc area is mapped in a different address space for That doesn't make sense. vmalloc_all_sync() should work on 32bit too. It just needs to walk all processes and fix up every page table. -Andi -- 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/