mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 16:17:51 +01:00
misc: remove extra newline in VMA.hpp
also test CI
This commit is contained in:
@@ -24,7 +24,6 @@ public:
|
|||||||
VMA &operator=(const VMA &) = delete;
|
VMA &operator=(const VMA &) = delete;
|
||||||
VMA &operator=(VMA &&) = delete;
|
VMA &operator=(VMA &&) = delete;
|
||||||
|
|
||||||
|
|
||||||
/// Map all higher-half pages into the address space
|
/// Map all higher-half pages into the address space
|
||||||
/// By linking them to same entries as kernel
|
/// By linking them to same entries as kernel
|
||||||
void map_kern();
|
void map_kern();
|
||||||
|
|||||||
Reference in New Issue
Block a user