aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/mm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 6702171f8d0a..32309f6542e8 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -605,10 +605,6 @@ static inline pte_t maybe_mkwrite(pte_t pte, struct vm_area_struct *vma)
605#define NODE_NOT_IN_PAGE_FLAGS 605#define NODE_NOT_IN_PAGE_FLAGS
606#endif 606#endif
607 607
608#ifndef PFN_SECTION_SHIFT
609#define PFN_SECTION_SHIFT 0
610#endif
611
612/* 608/*
613 * Define the bit shifts to access each section. For non-existent 609 * Define the bit shifts to access each section. For non-existent
614 * sections we define the shift as 0; that plus a 0 mask ensures 610 * sections we define the shift as 0; that plus a 0 mask ensures