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
cidre-public
Systemes d exploitation
xv6-riscv-tp
Commits
f686821a
Commit
f686821a
authored
Dec 11, 2020
by
Tronel Frederic
Browse files
Revert "Remise en état de l'ordonnanceur."
This reverts commit
2f05baf5
.
parent
71393deb
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/proc.c
View file @
f686821a
...
...
@@ -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