mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The fixed number of 24 RTEs is a legacy thing, and long gone by now. IOAPICs expose the maximum number of RTEs they have via the version register, so let's use it. This avoids to manually tweak a Kconfig option (which is now removed) and fixes the RTE number for all x86 targets relevantly. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>