mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
arch/x86_64: remove 'ul' sufix from shift value
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
b7cbe16fed
commit
a8ec8b8cd2
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,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) << 32ul)
|
||||
# define MSR_X2APIC_DESTINATION(d) ((d) << 32)
|
||||
#define MSR_X2APIC_LVTT 0x832
|
||||
# define MSR_X2APIC_LVTT_X1 0x0000000B /* divide counts by 1 */
|
||||
# define MSR_X2APIC_LVTT_PERIODIC 0x00020000 /* Periodic */
|
||||
|
|
Loading…
Reference in a new issue