genode/repos/base-hw/src/include/hw/spec/x86_64
Sebastian Sumpf d417d26ce8 hw: fix calculation of CPU count on x86_64
On x86 the CPU count is determined through ACPI's MADT by counting the
local APICs reported there. Some platforms report more APICs
than there are actual CPUs. These might be physically disabled CPUs.
Therefore, a check if the LAPIC is actually physically enabled in
hardware fixes this issue.

Thanks to Alex Boettcher

fixes #3376
2019-05-29 10:20:52 +02:00
..
acpi_rsdp.h base-hw: fix compile errors with GCC 8.3.0 2019-05-27 14:46:54 +02:00
acpi.h hw: fix calculation of CPU count on x86_64 2019-05-29 10:20:52 +02:00
cpu.h hw: move src/lib/hw header to src/include/hw 2019-04-01 19:33:51 +02:00
framebuffer.h hw: factor out x86 specific bootinfo 2019-05-27 14:46:54 +02:00
page_table.h hw: move src/lib/hw header to src/include/hw 2019-04-01 19:33:51 +02:00
pc_board.h hw: factor out x86 specific bootinfo 2019-05-27 14:46:54 +02:00
register_macros.h hw: move src/lib/hw header to src/include/hw 2019-04-01 19:33:51 +02:00
x86_64.h hw: move src/lib/hw header to src/include/hw 2019-04-01 19:33:51 +02:00