seL4/include/arch
Adrian Danis dd2675b0f5 x86: Improve performance of getCurrentCPUIndex
The use of 'volatile' on the asm blocks used by getCurrentCPUIndex
resulted in an inability for the compiler to elide repeated invocations
of getCurrentCPUIndex when inlining. The volatile is not needed
as we already want to claim that these functions are CONST and so
the asm block can be move/reordered/deleted as the compiler wishes
2016-11-24 10:54:13 +11:00
..
arm Refactor includes so trace point support builds 2016-11-23 14:29:00 +11:00
x86/arch x86: Improve performance of getCurrentCPUIndex 2016-11-24 10:54:13 +11:00