Re: [PATCH] dts: fix hugepage configuration bug
Looks good. Reviewed-by: Luca Vizzarro
[PATCH] dts: fix hugepage configuration bug
The dts framework checks for total hugepages of a specific size on a system without first checking if such hugepages are supported. This results in unhelpful error messages, since attempting to grab information from a file/directory that does not exist creates undefined behavior. This quick reorien