patch-2.3.4 linux/kernel/time.c
Next file: linux/mm/filemap.c
Previous file: linux/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon May 24 22:47:44 1999
- Orig file:
v2.3.3/linux/kernel/time.c
- Orig date:
Thu Mar 11 23:26:03 1999
diff -u --recursive --new-file v2.3.3/linux/kernel/time.c linux/kernel/time.c
@@ -54,13 +54,15 @@
do_get_fast_time(t);
}
-#ifndef __alpha__
+#if !defined(__alpha__) && !defined(__ia64__)
/*
* sys_time() can be implemented in user-level using
* sys_gettimeofday(). Is this for backwards compatibility? If so,
* why not move it into the appropriate arch directory (for those
* architectures that need it).
+ *
+ * XXX This function is NOT 64-bit clean!
*/
asmlinkage int sys_time(int * tloc)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)