mbox series

[kvm-unit-tests,v1,0/2] Fix some compilation issues on 32bit

Message ID 20200714110919.50724-1-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series Fix some compilation issues on 32bit | expand

Message

Claudio Imbrenda July 14, 2020, 11:09 a.m. UTC
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

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 | 5 +++--
 x86/cstart.S     | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)