summaryrefslogtreecommitdiffstats
path: root/config/kernel-totalram-pages-func.m4
Commit message (Collapse)AuthorAgeFilesLines
* Linux 5.0 compat: Use totalram_pages()Tony Hutter2019-01-281-0/+18
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Tony Hutter <[email protected]> Closes #8263