raiden00pl commented on code in PR #14030: URL: https://github.com/apache/nuttx/pull/14030#discussion_r1794927139
########## arch/x86_64/include/intel64/arch.h: ########## @@ -275,7 +277,7 @@ # define MSR_X2APIC_ICR_OTHERS 0x000c0000 /* Send to all APICs, excluding self. */ # define MSR_X2APIC_ICR_BUSY 0x00001000 # define MSR_X2APIC_ICR_FIXED 0x00000000 -# define MSR_X2APIC_DESTINATION(d) ((d) << 32) +# define MSR_X2APIC_DESTINATION(d) ((d) << 32ul) Review Comment: please remove this change, it was fixed by a8ec8b8cd291e6edd7be269cb02b420925588d49 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
