Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1766006AbXHWX1j (ORCPT ); Thu, 23 Aug 2007 19:27:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932818AbXHWX11 (ORCPT ); Thu, 23 Aug 2007 19:27:27 -0400 Received: from rex.snapgear.com ([203.143.235.140]:47121 "EHLO snapgear.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932981AbXHWX1Y (ORCPT ); Thu, 23 Aug 2007 19:27:24 -0400 Date: Fri, 24 Aug 2007 09:25:59 +1000 From: Greg Ungerer Message-Id: <200708232325.l7NNPxxs013526@goober> To: torvalds@linux-foundation.org Subject: [M68KNOMMU]: include asm-generic/pgtable.h Cc: gerg@uclinux.org, linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 851 Lines: 21 Include asm-generic/pgtable.h to pick up the lazy_mmu_mode and lazy_cpu_mode macros. Won't build without them. Signed-off-by: Greg Ungerer --- diff -Naur ORG.linux-2.6.23-rc3/include/asm-m68knommu/pgtable.h linux-2.6.23-rc3/include/asm-m68knommu/pgtable.h --- ORG.linux-2.6.23-rc3/include/asm-m68knommu/pgtable.h 2007-08-14 15:31:17.000000000 +1000 +++ linux-2.6.23-rc3/include/asm-m68knommu/pgtable.h 2007-08-14 16:17:10.000000000 +1000 @@ -65,4 +65,6 @@ #define VMALLOC_START 0 #define VMALLOC_END 0xffffffff +#include + #endif /* _M68KNOMMU_PGTABLE_H */ - 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/