doc: migration-notes/3.7: moving of arch_interface.h

Mention the moving of arch_interface.h from include/zephyr/sys/
to include/zephyr/arch/.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2024-07-02 10:07:48 -07:00 committed by Alberto Escolar
commit 9750920c79

View file

@ -64,6 +64,10 @@ Kernel
* The named struct ``z_arch_esf_t`` is now deprecated. Use ``struct arch_esf`` instead. (:github:`73593`) * The named struct ``z_arch_esf_t`` is now deprecated. Use ``struct arch_esf`` instead. (:github:`73593`)
* The header file :zephyr_file:`include/zephyr/arch/arch_interface.h` has been moved from
``include/zephyr/sys/`` into ``include/zephyr/arch/``. Out-of-tree source files will need to
update the include path. (:github:`64987`)
Boards Boards
****** ******