projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ade20
)
x86: remove redundant pfn_pmd definition
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Thu, 5 Feb 2009 19:31:03 +0000
(11:31 -0800)
committer
Jeremy Fitzhardinge
<jeremy@goop.org>
Fri, 6 Feb 2009 20:31:49 +0000
(12:31 -0800)
Impact: cleanup
It's already defined in pgtable.h
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/include/asm/pgtable_64.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/pgtable_64.h
b/arch/x86/include/asm/pgtable_64.h
index 78269656cf018852666ec46aa05669fb9744f4b1..6cc4133705b98958ca3e83863abd2a2926f8b5b2 100644
(file)
--- a/
arch/x86/include/asm/pgtable_64.h
+++ b/
arch/x86/include/asm/pgtable_64.h
@@
-191,7
+191,6
@@
static inline int pud_large(pud_t pte)
}
/* PMD - Level 2 access */
-#define pfn_pmd(nr, prot) (__pmd(((nr) << PAGE_SHIFT) | pgprot_val((prot))))
#define pmd_pfn(x) ((pmd_val((x)) & __PHYSICAL_MASK) >> PAGE_SHIFT)
#define pte_to_pgoff(pte) ((pte_val((pte)) & PHYSICAL_PAGE_MASK) >> PAGE_SHIFT)