summaryrefslogtreecommitdiff
path: root/src/linux/x32/sysinfo.s
AgeCommit message (Collapse)AuthorLines
2014-03-06x32: fix sysinfo()rofl0r-0/+5
the kernel uses long longs in the struct, but the documentation says they're long. so we need to fixup the mismatch between the userspace and kernelspace structs. since the struct offers a mem_unit member, we can avoid truncation by adjusting that value.