asm part for mips decompressor
This commit is contained in:
parent
3197c86ba8
commit
c5b4cd370e
8 changed files with 278 additions and 146 deletions
|
@ -1,6 +1,9 @@
|
|||
|
||||
#include <grub/symbol.h>
|
||||
|
||||
.set nomacro
|
||||
.set noreorder
|
||||
|
||||
FUNCTION (grub_cpu_flush_cache)
|
||||
FUNCTION (grub_arch_sync_caches)
|
||||
#include "cache_flush.S"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue