commit | d83d2aa9485d996cfd89f04389b419c6727faacb | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Tue Oct 16 01:27:23 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 16 09:43:08 2007 -0700 |
tree | 261bd8162d132ae1855127314bf33de7c130511d | |
parent | 78a26e25ce4837a03ac3b6c32cdae1958e547639 [diff] |
uml: GENERIC_TIME support Enable CONFIG_GENERIC_TIME. As a side-effect of this, the UML implementations of do_gettimeofday and do_settimeofday go away, as these are provided by generic code. set_time also goes away since it was only used by do_settimeofday. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>