Module Name: src Committed By: riastradh Date: Sun Feb 13 19:21:21 UTC 2022
Modified Files: src/sys/arch/x86/x86: idt.c Log Message: x86: Membar audit in idt.c. - idt_vec_free/alloc are obviously supposed to synchronize with a happens-before relation, so use release/acquire. - There is no store-before-load ordering needed, so omit membar_sync. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/x86/idt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.