In the future we would pass the unsigned long long parameter
like(0x123456781234) in cmdline on the 64bit platform, so add a new
option parse function get_option_ull()
Signed-off-by: Wesley Zhao
---
include/linux/kernel.h | 2 ++
lib/cmdline.c | 94
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 +++--
the /proc/iomem with 18000-180123455 :
reserved.
And some other tests with the get_option with the parameter(-12345678)
and so on
Wesley Zhao (2):
lib/cmdline: add new function get_option_ull()
resource: Make it possible to reserve memory on 64bit platform
include/linux/kern
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 +++--
the /proc/iomem with 18000-180123455 :
reserved.
And some other tests with the get_option with the parameter(-12345678)
and so on
Wesley Zhao (2):
lib/cmdline: add new function get_option_ull()
resource: Make it possible to reserve memory on 64bit platform
include/linux/kern
In the future we would pass the unsigned long long parameter
like(0x123456781234) in cmdline on the 64bit platform, so add a new
option parse function get_option_ull()
Signed-off-by: Wesley Zhao
---
include/linux/kernel.h | 2 ++
lib/cmdline.c | 94
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 fil
From: "Wesley.Zhao"
In the future we would pass the unsigned long long parameter
like(0x123456781234) in cmdline on the 64bit platform, so add a new
option parse function get_option_ull()
Signed-off-by: Wesley.Zhao
---
include/linux/kernel.h | 1 +
lib/cmdline.c | 35
8 matches
Mail list logo