Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261920AbUJZCEF (ORCPT ); Mon, 25 Oct 2004 22:04:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262065AbUJZCBj (ORCPT ); Mon, 25 Oct 2004 22:01:39 -0400 Received: from omx2-ext.sgi.com ([192.48.171.19]:46805 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S261920AbUJZBaf (ORCPT ); Mon, 25 Oct 2004 21:30:35 -0400 Date: Mon, 25 Oct 2004 18:29:58 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: "Chen, Kenneth W" cc: William Lee Irwin III , linux-kernel@vger.kernel.org Subject: Hugepages demand paging V2 [5/8]: i386 arch modifications In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 981 Lines: 24 Changelog * Provide definition of huge_update_mmu_cache (i386 does nothing in update_mmu_cache and flush_dcache_page) * Built and tested Index: linux-2.6.9/include/asm-i386/pgtable.h =================================================================== --- linux-2.6.9.orig/include/asm-i386/pgtable.h 2004-10-21 12:01:24.000000000 -0700 +++ linux-2.6.9/include/asm-i386/pgtable.h 2004-10-22 13:09:46.000000000 -0700 @@ -389,6 +389,7 @@ * bit at the same time. */ #define update_mmu_cache(vma,address,pte) do { } while (0) +#define huge_update_mmu_cache(vma,address,pte) do { } while (0) #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ do { \ - 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/