genode/repos/base-hw
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
..
doc tool: remove deprecated 'make prepare' mechanism 2016-03-17 17:02:04 +01:00
include hw: remove custom Cpu_connection 2016-05-23 15:52:37 +02:00
lib Separation of thread operations from CPU session 2016-05-23 15:52:39 +02:00
mk/spec hw_zynq: refactor specs 2016-04-25 10:48:00 +02:00
ports Relax tool checks of Muen port 2016-02-26 11:36:55 +01:00
run Omit superfluous use of "CAP"/"SIGNAL" services 2016-05-09 13:24:51 +02:00
src hw_x86_64: remove aligment attribute from FPU context 2016-05-23 15:52:50 +02:00