Re: [uml-devel] [PATCH v3] um: Print minimum physical memory requirement

2015-04-13 Thread Thomas Meyer
Thanks Richard :-) With kind regards Thomas > Am 13.04.2015 um 21:23 schrieb Richard Weinberger > : > >> On Fri, Apr 3, 2015 at 4:51 PM, Thomas Meyer wrote: >> Print a more sensible message about the minimum physical memory >> requirement. >> >> Signed-off-by: Thomas Meyer > > All of your t

Re: [uml-devel] [PATCH v3] um: Print minimum physical memory requirement

2015-04-13 Thread Richard Weinberger
On Fri, Apr 3, 2015 at 4:51 PM, Thomas Meyer wrote: > Print a more sensible message about the minimum physical memory > requirement. > > Signed-off-by: Thomas Meyer All of your three patches are queued for 4.1! :-) -- Thanks, //richard -

Re: [uml-devel] [PATCH v3] um: Print minimum physical memory requirement

2015-04-04 Thread Ron Yorston
Thomas Meyer wrote: >+ printf("Too few physical memory! Needed=%d, given=%d\n", I think 'Too little physical memory' would be more correct. Or maybe 'Insufficient physical memory'. Ron -- Dive into the Worl

[uml-devel] [PATCH v3] um: Print minimum physical memory requirement

2015-04-03 Thread Thomas Meyer
Print a more sensible message about the minimum physical memory requirement. Signed-off-by: Thomas Meyer --- diff --git a/arch/um/kernel/physmem.c b/arch/um/kernel/physmem.c index 549ecf3..6f20626 100644 --- a/arch/um/kernel/physmem.c +++ b/arch/um/kernel/physmem.c @@ -57,22 +57,51 @@ void map_me