hse
hse copied to clipboard
Retrieve PAGE_SIZE from getconf
Emit a warning if PAGE_SIZE isn't 4096 since we don't test on platforms which don't have a PAGE_SIZE equal to 4096.
Signed-off-by: Tristan Partin [email protected]
Using getconf is not cross-build friendly. I am wondering if getconf is distributed for cross builds at all.
I think we should probably expose build options for providing PAGE_SIZE and LEVEL1_DCACHE_LINESIZE. Otherwise we can't support cross builds.
Don't really pay attention to this PR yet, but sure I will change to UL