Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Armillon Damien
xv6-riscv-tp
Commits
2f05baf5
Commit
2f05baf5
authored
Dec 11, 2020
by
Tronel Frederic
Browse files
Remise en état de l'ordonnanceur.
parent
8d2192f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/proc.c
View file @
2f05baf5
...
...
@@ -534,7 +534,7 @@ scheduler(void)
// again to avoid a race between interrupt and WFI.
c
->
intena
=
0
;
//
release(&p->lock);
release
(
&
p
->
lock
);
}
if
(
found
==
0
){
asm
volatile
(
"wfi"
);
...
...
Write
Preview
Markdown
is supported
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