patch-2.4.0-test11 linux/include/asm-ppc/time.h
Next file: linux/include/asm-ppc/timex.h
Previous file: linux/include/asm-ppc/termbits.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sat Nov 11 18:23:11 2000
- Orig file:
v2.4.0-test10/linux/include/asm-ppc/time.h
- Orig date:
Sun Oct 8 10:50:36 2000
diff -u --recursive --new-file v2.4.0-test10/linux/include/asm-ppc/time.h linux/include/asm-ppc/time.h
@@ -6,6 +6,7 @@
* Paul Mackerras' version and mine for PReP and Pmac.
*/
+#ifdef __KERNEL__
#include <linux/config.h>
#include <linux/mc146818rtc.h>
@@ -113,3 +114,4 @@
({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
unsigned mulhwu_scale_factor(unsigned, unsigned);
+#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)