Rename cache.s/.h to arm.s/.h

This commit is contained in:
TuxSH 2018-02-27 22:29:47 +01:00
parent 5bade9ee1c
commit 602507ee8f
11 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
#include <stdbool.h>
#include <stdint.h>
#include "cache.h"
#include "arm.h"
#include "cpu_context.h"
#include "flow.h"
#include "pmc.h"
@ -89,4 +89,4 @@ void save_current_core_context(void) {
void restore_current_core_context(void) {
/* TODO */
}
}