summaryrefslogtreecommitdiff
path: root/arch/x86/machine/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/pmap.h')
-rw-r--r--arch/x86/machine/pmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/machine/pmap.h b/arch/x86/machine/pmap.h
index b42a0ec2..7865f5fa 100644
--- a/arch/x86/machine/pmap.h
+++ b/arch/x86/machine/pmap.h
@@ -98,7 +98,7 @@
#endif /* X86_PAE */
#endif /* __LP64__ */
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
#include <kern/types.h>
#include <lib/stdint.h>
@@ -181,6 +181,6 @@ phys_addr_t pmap_kextract(unsigned long va);
*/
void pmap_zero_page(phys_addr_t pa);
-#endif /* __ASSEMBLY__ */
+#endif /* __ASSEMBLER__ */
#endif /* _X86_PMAP_H */