From: Lunaixsky Date: Sun, 6 Oct 2024 17:09:32 +0000 (+0100) Subject: fix compilation issues in aarch64 ports X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/commitdiff_plain/c7a60d29f54d6de10a8388d26af441c8bc48a803?ds=sidebyside;hp=c7a60d29f54d6de10a8388d26af441c8bc48a803 fix compilation issues in aarch64 ports * fix: corrected syntax of sys with encoding space. * fix: corrected syntax of inline asm constrain list. * fix: corrected the #include name error * fix: corrected the use of asm directive to load symbol to reg * fix: replace the invalid ldr into sp by using add to deduce the value * ref: remove the sp_el1_saved from exec_param as no longer needed * fix: add couple missing headers * fix: other general fixes with type conversions ---