Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
libhermit-rs
Commits
efc3f0a3
Commit
efc3f0a3
authored
Aug 17, 2021
by
Stefan Lankes
Browse files
minor changes to pass the format check
parent
851dc8f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/arch/mod.rs
View file @
efc3f0a3
...
@@ -18,7 +18,9 @@ pub mod x86_64;
...
@@ -18,7 +18,9 @@ pub mod x86_64;
pub
use
crate
::
arch
::
aarch64
::
*
;
pub
use
crate
::
arch
::
aarch64
::
*
;
#[cfg(target_arch
=
"aarch64"
)]
#[cfg(target_arch
=
"aarch64"
)]
pub
use
crate
::
arch
::
aarch64
::
kernel
::
stubs
::{
set_oneshot_timer
,
switch_to_task
,
switch_to_fpu_owner
,
wakeup_core
};
pub
use
crate
::
arch
::
aarch64
::
kernel
::
stubs
::{
set_oneshot_timer
,
switch_to_fpu_owner
,
switch_to_task
,
wakeup_core
,
};
#[cfg(target_arch
=
"aarch64"
)]
#[cfg(target_arch
=
"aarch64"
)]
pub
use
crate
::
arch
::
aarch64
::
kernel
::{
pub
use
crate
::
arch
::
aarch64
::
kernel
::{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment