seL4/libsel4/arch_include
Adrian Danis 5d42d0143e x86: Do not conditionally compile IRQ controller code, use build/run time checks
Guarding code with #ifdef's makes even cursor testing of 'does this code compile'
difficult due to code being hidden by the pre-processor. Using config_set in
regular C if statements is performant as the compiler can trivially detect
dead code at compile time, and at -O1 and above will not even link in symbols
referenced by dead code in these blocks, so this will not bloat image size
2015-12-17 14:37:08 +11:00
..
arm trivial: style 2015-12-17 10:49:13 +11:00
x86 x86: Do not conditionally compile IRQ controller code, use build/run time checks 2015-12-17 14:37:08 +11:00