patch-2.4.20 linux-2.4.20/include/asm-ppc64/delay.h

Next file: linux-2.4.20/include/asm-ppc64/dump.h
Previous file: linux-2.4.20/include/asm-ppc64/byteorder.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-ppc64/delay.h linux-2.4.20/include/asm-ppc64/delay.h
@@ -13,6 +13,7 @@
  * Anton Blanchard.
  */
 
+#ifndef __ASSEMBLY__
 extern unsigned long tb_ticks_per_usec;
 
 /* define these here to prevent circular dependencies */ 
@@ -42,5 +43,6 @@
 	__delay(loops);
 	__HMT_medium();
 }
+#endif /* !__ASSEMBLY__ */
 
 #endif /* _PPC64_DELAY_H */

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