Index: kernel/arch/ppc32/include/arch/boot/boot.h
===================================================================
--- kernel/arch/ppc32/include/arch/boot/boot.h	(revision f1380b76772fb5d1aa03637b5e57bd9b929fea61)
+++ kernel/arch/ppc32/include/arch/boot/boot.h	(revision a35a3d819d4e2e4e35964eea617087b5c6431b02)
@@ -42,5 +42,5 @@
 #define BOOTINFO_TASK_NAME_BUFLEN  32
 
-#ifndef __ASM__
+#ifndef __ASSEMBLER__
 
 #include <config.h>
Index: kernel/arch/ppc32/include/arch/mm/frame.h
===================================================================
--- kernel/arch/ppc32/include/arch/mm/frame.h	(revision f1380b76772fb5d1aa03637b5e57bd9b929fea61)
+++ kernel/arch/ppc32/include/arch/mm/frame.h	(revision a35a3d819d4e2e4e35964eea617087b5c6431b02)
@@ -41,5 +41,5 @@
 #define FRAME_LOWPRIO  0
 
-#ifndef __ASM__
+#ifndef __ASSEMBLER__
 
 #include <stdint.h>
@@ -62,5 +62,5 @@
 extern void physmem_print(void);
 
-#endif /* __ASM__ */
+#endif /* __ASSEMBLER__ */
 
 #endif
Index: kernel/arch/ppc32/include/arch/mm/page.h
===================================================================
--- kernel/arch/ppc32/include/arch/mm/page.h	(revision f1380b76772fb5d1aa03637b5e57bd9b929fea61)
+++ kernel/arch/ppc32/include/arch/mm/page.h	(revision a35a3d819d4e2e4e35964eea617087b5c6431b02)
@@ -42,5 +42,5 @@
 #define PAGE_SIZE   FRAME_SIZE
 
-#ifndef __ASM__
+#ifndef __ASSEMBLER__
 	#define KA2PA(x)  (((uintptr_t) (x)) - 0x80000000)
 	#define PA2KA(x)  (((uintptr_t) (x)) + 0x80000000)
@@ -146,5 +146,5 @@
 #define PTE_EXECUTABLE_ARCH(pte)  1
 
-#ifndef __ASM__
+#ifndef __ASSEMBLER__
 
 #include <mm/mm.h>
@@ -194,5 +194,5 @@
 extern void page_arch_init(void);
 
-#endif /* __ASM__ */
+#endif /* __ASSEMBLER__ */
 
 #endif
