Orabug:
22729791
Commit:
bd52d0fd57c96146f8d1838588753ab9dabcd2fe:
sparc64: Log warning for invalid hugepages boot param
Removes "#include <linux/dtrace_os.h>" from arch/sparc/mm/fault_64.c.
The topic/uek-4.1/sparc code base has:
#include <linux/context_tracking.h>
#include <linux/hugetlb.h>
#include <linux/dtrace_os.h>
v4.1.12-46 has:
#include <linux/context_tracking.h>
#include <linux/dtrace_os.h>
Remove "#include <linux/hugetlb.h>" so that
bd52d0fd57 will merge with
v4.1.12-46.
Signed-off-by: Chuck Anderson <chuck.anderson@oracle.com>
#include <linux/kdebug.h>
#include <linux/percpu.h>
#include <linux/context_tracking.h>
-#include <linux/hugetlb.h>
#include <asm/page.h>
#include <asm/pgtable.h>