Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Marvell]Issue: On contiuous reboot once in a while CPU1 (secondary c… #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rajkumar38
Copy link

…pu) doesn't

come online. The issue comes after migrating to Debian gcc 8.3.6,
the issue was not seen till gcc7

Signed-off-by: Rajkumar Pennadam Ramamoorthy [email protected]

…pu) doesn't

come online. The issue comes after migrating to Debian gcc 8.3.6,
the issue was not seen till gcc7

Signed-off-by: Rajkumar Pennadam Ramamoorthy <[email protected]>
mvebu_pmsu_set_cpu_boot_addr(hw_cpu, mvebu_cortex_a9_secondary_startup);
smp_wmb();

+ wait_for_completion_timeout(&cpu_wait, usecs_to_jiffies(10));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change 10 to 100

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @antony-rheneus for the quick review. I had discussion with @[email protected] and it is ok to raise PR with value 10.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm OK with this value as I reviewed the assembly code and the optimization claim is very clear.
Also - the 10 micro-sec was confirmed by Nokia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants