This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 30226901c0 arch/x86_64: add simple ACPI parser add 530f5cd324 arch/intel64: add cache support No new revisions were added by this update. Summary of changes: arch/x86_64/Kconfig | 2 + arch/x86_64/include/intel64/arch.h | 33 +- arch/x86_64/src/intel64/CMakeLists.txt | 1 + arch/x86_64/src/intel64/Kconfig | 28 ++ arch/x86_64/src/intel64/Make.defs | 2 +- .../x86_64/src/intel64/intel64_cache.c | 472 +++++++++++---------- arch/x86_64/src/intel64/intel64_check_capability.c | 28 +- 7 files changed, 341 insertions(+), 225 deletions(-) copy include/nuttx/cache.h => arch/x86_64/src/intel64/intel64_cache.c (62%)