Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=01740fccba6c9af289dfcfb2b265a38ff9382c82
Commit:     01740fccba6c9af289dfcfb2b265a38ff9382c82
Parent:     07ef30932ea9540aa4ba79789376a46ee68bb59a
Author:     Greg Ungerer <[EMAIL PROTECTED]>
AuthorDate: Fri Aug 24 09:25:59 2007 +1000
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Aug 23 21:32:54 2007 -0700

    m68knommu: include asm-generic/pgtable.h
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/asm-m68knommu/pgtable.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/asm-m68knommu/pgtable.h b/include/asm-m68knommu/pgtable.h
index e1e6a1d..4625101 100644
--- a/include/asm-m68knommu/pgtable.h
+++ b/include/asm-m68knommu/pgtable.h
@@ -65,4 +65,6 @@ extern unsigned int kobjsize(const void *objp);
 #define        VMALLOC_START   0
 #define        VMALLOC_END     0xffffffff
 
+#include <asm-generic/pgtable.h>
+
 #endif /* _M68KNOMMU_PGTABLE_H */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to