X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Finclude%2Fmp.h;h=0dd5a1e73b2b299315bc5623444fc96f12fa6409;hb=7d881c2e5fef91a6570e46ef69a5d4a5cf0e8b4d;hp=3a42c0f038aec7483955fab7af856d3c493cd5c2;hpb=43be77083eba1fc5b11b46deddcf499bac054d6e;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/include/mp.h b/Kernel/arch/x86/include/mp.h index 3a42c0f0..0dd5a1e7 100644 --- a/Kernel/arch/x86/include/mp.h +++ b/Kernel/arch/x86/include/mp.h @@ -93,7 +93,7 @@ typedef volatile struct { typedef struct { Uint32 Val; Uint32 Padding[3]; -} tReg; +} volatile tReg; typedef volatile struct { tReg _unused1[2];