]> err.no Git - linux-2.6/blobdiff - include/linux/time.h
[ARM] Allow SMP if Realview MPcore is selected
[linux-2.6] / include / linux / time.h
index 36fb2ef13cff5473814aedbbffabaddc3bf5b41f..8e83f4e778bb11657f2363cf82eb491562615439 100644 (file)
@@ -29,18 +29,9 @@ struct timezone {
 
 /* Parameters used to convert the timespec values */
 #define MSEC_PER_SEC (1000L)
-
-#ifndef USEC_PER_SEC
 #define USEC_PER_SEC (1000000L)
-#endif
-
-#ifndef NSEC_PER_SEC
 #define NSEC_PER_SEC (1000000000L)
-#endif
-
-#ifndef NSEC_PER_USEC
 #define NSEC_PER_USEC (1000L)
-#endif
 
 static __inline__ int timespec_equal(struct timespec *a, struct timespec *b) 
 {