Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

uml: after_sleep_interval should return something

I forgot to have an int-returning function actually return something.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Jeff Dike and committed by
Linus Torvalds
0a765329 b00296fb

+1
+1
arch/um/os-Linux/time.c
··· 77 77 #ifdef UML_CONFIG_NO_HZ 78 78 static int after_sleep_interval(struct timespec *ts) 79 79 { 80 + return 0; 80 81 } 81 82 #else 82 83 static inline long long timespec_to_us(const struct timespec *ts)