Two small patches to fix compilation issues on 32bit: one for a typo in x86/cstart one for a thinko in lib/alloc_page notice that there is another patch for the lib/alloc_page issue floating around, this patch is an alternative to that one v1->v2 * use the z modifier for size_t variables, instead of casting to long Claudio Imbrenda (2): x86/cstart: Fix compilation issue in 32 bit mode lib/alloc_page: Fix compilation issue on 32bit archs lib/alloc_page.c | 4 ++-- x86/cstart.S | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.26.2