mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
bfa76dca9a
commit
4d3190f416
22 changed files with 75 additions and 51 deletions
|
@ -44,7 +44,6 @@
|
|||
#include "loader_strerror.h"
|
||||
#include "rbunicode.h"
|
||||
#include "usb.h"
|
||||
#include "mmu-arm.h"
|
||||
#include "rtc.h"
|
||||
#include "version.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue