Skip to content

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

Open
rajkumar38 wants to merge 1 commit intoMarvell-OpenNOS:masterfrom
rajkumar38:master
Open

[Marvell]Issue: On contiuous reboot once in a while CPU1 (secondary c…#3
rajkumar38 wants to merge 1 commit intoMarvell-OpenNOS:masterfrom
rajkumar38:master

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 rpennadamram@marvell.com

…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 <rpennadamram@marvell.com>
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 @mickeyr@marvell.com 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