On 6/14/19 2:15 PM, Lendacky, Thomas wrote: > + /* > + * The memory occupied from _text to here, __end_of_kernel_reserve, is > + * automatically reserved in setup_arch(). Anything after here must be > + * explicitly reserved using memblock_reserve() or it will be discarded > + * and treated as available memory. > + */ > + __end_of_kernel_reserve = .;
This new stuff looks really nice to me, including the comments. Thanks for doing those! For both patches: Reviewed-by: Dave Hansen <dave.han...@intel.com>