[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Error with kernel 2.6.5 and hugeTLB



This patch should fix it up.

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/05/08 17:11:42-07:00 davem@nuts.davemloft.net 
#   [SPARC64]: hugetlbpage.c needs linux/module.h
# 
# arch/sparc64/mm/hugetlbpage.c
#   2004/05/08 17:11:09-07:00 davem@nuts.davemloft.net +1 -0
#   [SPARC64]: hugetlbpage.c needs linux/module.h
# 
diff -Nru a/arch/sparc64/mm/hugetlbpage.c b/arch/sparc64/mm/hugetlbpage.c
--- a/arch/sparc64/mm/hugetlbpage.c	Sat May  8 17:11:59 2004
+++ b/arch/sparc64/mm/hugetlbpage.c	Sat May  8 17:11:59 2004
@@ -6,6 +6,7 @@
 
 #include <linux/config.h>
 #include <linux/init.h>
+#include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/mm.h>
 #include <linux/hugetlb.h>



Reply to: