Re: [PATCH 2/2] resource: Make it possible to reserve memory on 64bit platform

2021-01-11 Thread Andy Shevchenko
On Mon, Jan 11, 2021 at 06:24:35PM +0100, David Hildenbrand wrote: > On 11.01.21 17:33, Wesley Zhao wrote: > > From: "Wesley.Zhao" > > > > For now "reserve=" is limitied to 32bit,not available on 64bit > > platform,so we change the get_option() to get_option_ull(added in > > patch: commit

Re: [PATCH 2/2] resource: Make it possible to reserve memory on 64bit platform

2021-01-11 Thread David Hildenbrand
On 11.01.21 17:33, Wesley Zhao wrote: > From: "Wesley.Zhao" > > For now "reserve=" is limitied to 32bit,not available on 64bit > platform,so we change the get_option() to get_option_ull(added in > patch: commit 4b6bfe96265e ("lib/cmdline: add new function > get_option_ull()")) Curious, what's

[PATCH 2/2] resource: Make it possible to reserve memory on 64bit platform

2021-01-11 Thread Wesley Zhao
From: "Wesley.Zhao" For now "reserve=" is limitied to 32bit,not available on 64bit platform,so we change the get_option() to get_option_ull(added in patch: commit 4b6bfe96265e ("lib/cmdline: add new function get_option_ull()")) Signed-off-by: Wesley.Zhao --- kernel/resource.c | 6 +++--- 1