From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: handle_mm_fault() calling convention cleanup.. Date: Mon, 22 Jun 2009 10:10:45 +0200 Message-ID: <20090622081045.GB11041@elte.hu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org To: Linus Torvalds Cc: linux-arch@vger.kernel.org, Hugh Dickins , Nick Piggin , Andrew Morton , linux-mm@kvack.org, Wu Fengguang List-Id: linux-arch.vger.kernel.org * Linus Torvalds wrote: > Just a heads up that I committed the patches that I sent out two > months ago to make the fault handling routines use the > finer-grained fault flags (FAULT_FLAG_xyzzy) rather than passing > in a boolean for "write". All is fine on x86. Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3.mail.elte.hu ([157.181.1.138]:51377 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751169AbZFVIK6 (ORCPT ); Mon, 22 Jun 2009 04:10:58 -0400 Date: Mon, 22 Jun 2009 10:10:45 +0200 From: Ingo Molnar Subject: Re: handle_mm_fault() calling convention cleanup.. Message-ID: <20090622081045.GB11041@elte.hu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: linux-arch@vger.kernel.org, Hugh Dickins , Nick Piggin , Andrew Morton , linux-mm@kvack.org, Wu Fengguang Message-ID: <20090622081045.E5s8xRMhxQi12jGDADjhAGfu6VQH8B_eBK6CIZAXZ_Q@z> * Linus Torvalds wrote: > Just a heads up that I committed the patches that I sent out two > months ago to make the fault handling routines use the > finer-grained fault flags (FAULT_FLAG_xyzzy) rather than passing > in a boolean for "write". All is fine on x86. Ingo