Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
CAOS_HW
HDL_IP
SafeSU
Commits
9974b249
Commit
9974b249
authored
Jun 06, 2022
by
GuillemCabo
Browse files
fix mccu function 4-core driver
parent
ddc4d16b
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/4-core/pmu_hw.c
View file @
9974b249
...
...
@@ -355,7 +355,7 @@ unsigned int pmu_mccu_get_quota_remaining(unsigned int core) {
#ifdef __PMU_LIB_DEBUG__
printf
(
"pmu_mccu_get_quota_remaining
\n
"
);
#endif
return
(
_PMU_MCCU_QUOTA
[
3
+
core
]);
return
(
_PMU_MCCU_QUOTA
[
MCCU_N_CORES
+
core
]);
}
/*
...
...
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