genode/repos/base-hw/src/core/include/spec
Christian Helmuth 111d74744d hw_x86_64: remove aligment attribute from FPU context
We do not ensure that the Fpu::Context is 16-byte aligned and,
therefore, should not tell the compiler that we did. Otherwise, the GCC
may optimize operations regarding the addresses of members as it did for

  if ((addr_t)_fxsave_area & 0xf) ...

With the declared 16-byte alignment the condition will never become
true.
2016-05-23 15:52:50 +02:00
..
arm base: update include guards 2016-03-07 12:34:45 +01:00
arm_gic base: update include guards 2016-03-07 12:34:45 +01:00
arm_v6 base: update include guards 2016-03-07 12:34:45 +01:00
arm_v7 base: update include guards 2016-03-07 12:34:45 +01:00
cortex_a8 base: update include guards 2016-03-07 12:34:45 +01:00
cortex_a9 base-hw: fix SCU initialization for zynq-based boards 2016-05-23 15:49:56 +02:00
cortex_a15 base: update include guards 2016-03-07 12:34:45 +01:00
exynos5 base: update include guards 2016-03-07 12:34:45 +01:00
imx base: update include guards 2016-03-07 12:34:45 +01:00
imx6 base: update include guards 2016-03-07 12:34:45 +01:00
imx53 base: update include guards 2016-03-07 12:34:45 +01:00
imx53_qsb/trustzone base: update include guards 2016-03-07 12:34:45 +01:00
panda base: update include guards 2016-03-07 12:34:45 +01:00
pbxa9 base: update include guards 2016-03-07 12:34:45 +01:00
pl011 Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
riscv Thread API cleanup 2016-05-23 15:49:55 +02:00
rpi base: update include guards 2016-03-07 12:34:45 +01:00
smp/kernel base: update include guards 2016-03-07 12:34:45 +01:00
tl16c750 base: update include guards 2016-03-07 12:34:45 +01:00
usb_armory base: update include guards 2016-03-07 12:34:45 +01:00
x86 hw_x86_64: remove aligment attribute from FPU context 2016-05-23 15:52:50 +02:00
x86_64 hw_x86_64: Drop unneded Pic dummy functions 2016-05-23 15:52:38 +02:00
xilinx_uartps_0 hw_zynq: refactor specs 2016-04-25 10:48:00 +02:00
zynq hw_zynq: refactor specs 2016-04-25 10:48:00 +02:00
zynq_qemu hw_zynq: refactor specs 2016-04-25 10:48:00 +02:00