patch-2.3.23 linux/include/asm-arm/arch-ebsa110/hardware.h

Next file: linux/include/asm-arm/arch-ebsa110/memory.h
Previous file: linux/include/asm-arm/arch-ebsa110/a.out.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/arch-ebsa110/hardware.h linux/include/asm-arm/arch-ebsa110/hardware.h
@@ -8,7 +8,7 @@
 #ifndef __ASM_ARCH_HARDWARE_H
 #define __ASM_ARCH_HARDWARE_H
 
-#ifndef __ASSEMBLER__
+#ifndef __ASSEMBLY__
 
 /*
  * IO definitions
@@ -28,11 +28,11 @@
  */
 #define FLUSH_BASE_PHYS		0x40000000
 
-#else
+#else	/* __ASSEMBLY__ */
 
 #define IO_BASE			0
 
-#endif
+#endif	/* __ASSEMBLY__ */
 
 #define IO_SIZE			0x20000000
 #define IO_START		0xe0000000

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)