arm: split ARM cache maintenance functions to separate header

Cortex-M processors don't have an MMU, but can still have caches
that need software management, so on those platforms we don't want
to include the MMU related functions.

While here, remove an outdated section of a comment referring to
deprecated cache maintenance functions which no longer exist.

Change-Id: I6f0fe694560bdee25ed7c69a846bf46e3e544cb1
This commit is contained in:
Aidan MacDonald 2025-01-07 12:12:16 +00:00 committed by Solomon Peachy
parent bfa76dca9a
commit 4d3190f416
22 changed files with 75 additions and 51 deletions

View file

@ -44,7 +44,6 @@
#include "loader_strerror.h"
#include "rbunicode.h"
#include "usb.h"
#include "mmu-arm.h"
#include "rtc.h"
#include "version.h"