From: Jeff Dike Date: Tue, 16 Oct 2007 08:27:28 +0000 (-0700) Subject: uml: use *SEC_PER_*SEC constants X-Git-Tag: v2.6.24-rc1~1030 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a80521990a0e30e61a92994a009adc52161b070;p=pandora-kernel.git uml: use *SEC_PER_*SEC constants There are various uses of powers of 1000, plus the odd BILLION constant in the time code. However, there are perfectly good definitions of *SEC_PER_*SEC in linux/time.h which can be used instaed. These are replaced directly in kernel code. Userspace code imports those constants as UM_*SEC_PER_*SEC and uses these. Signed-off-by: Jeff Dike Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed