Both sys-i386 and sys-x86_64 support now ndelay().
The delay functions are based on arch/x86/lib/delay.c.
Signed-off-by: Richard Weinberger
---
arch/um/include/asm/delay.h | 10 +++
arch/um/sys-i386/delay.c| 59 --
arch/um/sys-x86_64/delay.c |
commit 0954828fcbf3bd13d593499b16b901a4e801b0b9 ("kconfig: replace
KERNELVERSION usage by the mainmenu's prompt") made the kernel version
disappear from the generated .config file when configuring for UML.
As UML's Kconfig doesn't have a mainmenu, kconfig falls back to the
default string "Linux Ker
Am Samstag 18 Juni 2011, 23:34:25 schrieb Geert Uytterhoeven:
> commit 0954828fcbf3bd13d593499b16b901a4e801b0b9 ("kconfig: replace
> KERNELVERSION usage by the mainmenu's prompt") made the kernel version
> disappear from the generated .config file when configuring for UML.
> As UML's Kconfig doesn'