On Thu, 17 Apr 2014 01:26:13 +0100
Pádraig Brady wrote:
> On 04/15/2014 03:49 PM, Pádraig Brady wrote:
> > On 04/15/2014 03:43 PM, Natanael Copa wrote:
> >> * lib/physmem.c (physmem_total): Some systems like musl libc does not
> >> (yet) support _SC_PHYS_PAGES. Use the linux syscall sysinfo first
On 04/15/2014 03:49 PM, Pádraig Brady wrote:
> On 04/15/2014 03:43 PM, Natanael Copa wrote:
>> * lib/physmem.c (physmem_total): Some systems like musl libc does not
>> (yet) support _SC_PHYS_PAGES. Use the linux syscall sysinfo first and
>> fallback to sysconf with _SC_PHYS_PAGES and _SC_PAGESIZE.
On 04/15/2014 03:43 PM, Natanael Copa wrote:
> * lib/physmem.c (physmem_total): Some systems like musl libc does not
> (yet) support _SC_PHYS_PAGES. Use the linux syscall sysinfo first and
> fallback to sysconf with _SC_PHYS_PAGES and _SC_PAGESIZE.
This looks good.
I confirmed the values are the s
* lib/physmem.c (physmem_total): Some systems like musl libc does not
(yet) support _SC_PHYS_PAGES. Use the linux syscall sysinfo first and
fallback to sysconf with _SC_PHYS_PAGES and _SC_PAGESIZE.
Signed-off-by: Natanael Copa
---
lib/physmem.c | 13 -
m4/physmem.m4 | 2 +-
2 files