From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755879AbYDHRFg (ORCPT ); Tue, 8 Apr 2008 13:05:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754242AbYDHRF3 (ORCPT ); Tue, 8 Apr 2008 13:05:29 -0400 Received: from host36-195-149-62.serverdedicati.aruba.it ([62.149.195.36]:50633 "EHLO mx.cpushare.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754227AbYDHRF3 (ORCPT ); Tue, 8 Apr 2008 13:05:29 -0400 Date: Tue, 8 Apr 2008 19:05:25 +0200 From: Andrea Arcangeli To: Robin Holt Cc: Christoph Lameter , akpm@linux-foundation.org, Nick Piggin , Steve Wise , Peter Zijlstra , linux-mm@kvack.org, Kanoj Sarcar , Roland Dreier , Jack Steiner , linux-kernel@vger.kernel.org, Avi Kivity , kvm-devel@lists.sourceforge.net, general@lists.openfabrics.org, Hugh Dickins Subject: Re: [PATCH 2 of 9] Core of mmu notifiers Message-ID: <20080408170525.GN10133@duo.random> References: <20080408162619.GP11364@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080408162619.GP11364@sgi.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 08, 2008 at 11:26:19AM -0500, Robin Holt wrote: > This one does not build on ia64. I get the following: I think it's a common code compilation bug not related to my patch. Can you test this? diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -10,6 +10,7 @@ #include #include #include +#include #include #include