summaryrefslogtreecommitdiffstats
path: root/include/asm-um
diff options
context:
space:
mode:
authorBodo Stroesser2005-05-06 01:15:37 +0200
committerLinus Torvalds2005-05-06 01:36:38 +0200
commit5fd861b682785f650114f4df53060d1be7fedecd (patch)
treeeaa02425c2be79ac21ecc684a5b2a31d9f3320c2 /include/asm-um
parent[PATCH] uml: s390 preparation, checksumming done in arch code (diff)
downloadkernel-qcow2-linux-5fd861b682785f650114f4df53060d1be7fedecd.tar.gz
kernel-qcow2-linux-5fd861b682785f650114f4df53060d1be7fedecd.tar.xz
kernel-qcow2-linux-5fd861b682785f650114f4df53060d1be7fedecd.zip
[PATCH] uml: s390 preparation, delay moved to arch
s390 has fast read access to realtime clock (nanosecond resolution). So it makes sense to have an arch-specific implementation not only of __delay, but __udelay also. Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-um')
-rw-r--r--include/asm-um/delay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-um/delay.h b/include/asm-um/delay.h
index 40695576ca60..0985bda66750 100644
--- a/include/asm-um/delay.h
+++ b/include/asm-um/delay.h
@@ -4,4 +4,6 @@
#include "asm/arch/delay.h"
#include "asm/archparam.h"
+#define MILLION 1000000
+
#endif