Re: [uml-devel] find_iomem hangs up

2006-04-05 Thread Jeff Dike
On Wed, Apr 05, 2006 at 02:01:51PM +0400, Victor V. Vengerov wrote: > When I've build uml with mmapper driver in, and attempted to pass > something like iomem=xxx,yyy in command line, guest kernel hang up on > boot. This is because of error in find_iomem - see patch below. Applied, thanks.

[uml-devel] find_iomem hangs up

2006-04-05 Thread Victor V. Vengerov
Hi, When I've build uml with mmapper driver in, and attempted to pass something like iomem=xxx,yyy in command line, guest kernel hang up on boot. This is because of error in find_iomem - see patch below. Victor Index: linux-2.6.15.4.x/arch/um/kernel/physmem.c