patch-2.4.22 linux-2.4.22/include/asm-mips/asm.h

Next file: linux-2.4.22/include/asm-mips/asmmacro.h
Previous file: linux-2.4.22/include/asm-m68k/virtconvert.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-mips/asm.h linux-2.4.22/include/asm-mips/asm.h
@@ -150,12 +150,12 @@
 		prefx	hint,addr;			\
 		.set	pop
 
-#else
+#else /* !CONFIG_CPU_HAS_PREFETCH */
 
 #define PREF(hint,addr)
 #define PREFX(hint,addr)
 
-#endif
+#endif /* !CONFIG_CPU_HAS_PREFETCH */
 
 /*
  * MIPS ISA IV/V movn/movz instructions and equivalents for older CPUs.

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