commit | fed6902a0a742d0efdaa578ebe4f91eb151a8b56 | [log] [tgz] |
---|---|---|
author | Wedson Almeida Filho <wedsonaf@google.com> | Wed Jul 11 15:39:12 2018 +0100 |
committer | Wedson Almeida Filho <wedsonaf@google.com> | Tue Jul 17 20:14:23 2018 +0100 |
tree | e0b1d3a2da55e4176704048b6740ad1c75334836 | |
parent | 95b899ab38af6729b3e5906a692ece1c75e6c0ab [diff] [blame] |
Enable MMU in EL2.
diff --git a/inc/alloc.h b/inc/alloc.h index b3fc110..4277495 100644 --- a/inc/alloc.h +++ b/inc/alloc.h
@@ -7,5 +7,6 @@ void *halloc(size_t size); void hfree(void *ptr); void *halloc_aligned(size_t size, size_t align); +void *halloc_aligned_nosync(size_t size, size_t align); #endif /* _ALLOC_H */