Minor stuff

This commit is contained in:
Aurora
2016-09-23 18:59:44 +02:00
parent 1a5d953a98
commit fb274538e1
7 changed files with 26 additions and 30 deletions

View File

@@ -18,10 +18,12 @@
@ reasonable legal notices or author attributions in that material or in the Appropriate Legal
@ Notices displayed by works containing it.
.text
.arm
.global flushCaches
.type flushCaches STT_FUNC
.align 4
.global flushCaches
.type flushCaches, %function
flushCaches:
@ Clean and flush data cache
@ Adpated from http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0155a/ch03s03s05.html ,

View File

@@ -20,7 +20,6 @@
* Notices displayed by works containing it.
*/
/*
* memcpy adapted from https://github.com/mid-kid/CakesForeveryWan/blob/557a8e8605ab3ee173af6497486e8f22c261d0e2/source/memfuncs.c
*/

View File

@@ -20,7 +20,6 @@
* Notices displayed by works containing it.
*/
/*
* memcpy adapted from https://github.com/mid-kid/CakesForeveryWan/blob/557a8e8605ab3ee173af6497486e8f22c261d0e2/source/memfuncs.c
*/