diff options
Diffstat (limited to 'arch/x86/mm/pageattr.c')
-rw-r--r-- | arch/x86/mm/pageattr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/pageattr.c b/arch/x86/mm/pageattr.c index 60bcb5b6a37e..57970f2935c0 100644 --- a/arch/x86/mm/pageattr.c +++ b/arch/x86/mm/pageattr.c | |||
@@ -227,6 +227,7 @@ pte_t *lookup_address(unsigned long address, unsigned int *level) | |||
227 | 227 | ||
228 | return pte_offset_kernel(pmd, address); | 228 | return pte_offset_kernel(pmd, address); |
229 | } | 229 | } |
230 | EXPORT_SYMBOL_GPL(lookup_address); | ||
230 | 231 | ||
231 | /* | 232 | /* |
232 | * Set the new pmd in all the pgds we know about: | 233 | * Set the new pmd in all the pgds we know about: |