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

[arch][arm64] Fix barriers in startup code #234

Merged
merged 1 commit into from Sep 12, 2018
Merged

[arch][arm64] Fix barriers in startup code #234

merged 1 commit into from Sep 12, 2018

Conversation

ghost
Copy link

@ghost ghost commented Sep 12, 2018

After a TLBI instruction the right thing to do is to execute DSB followed by ISB. DSB ensures that the TLBI is seen by all observers of the system and ISB ensures that the DSB has finished before continuing.

After a TLBI instruction the right thing to do is to execute DSB
followed by ISB. DSB ensures that the TLBI is seen by all observers of
the system and ISB ensures that the DSB has finished before continuing.

Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
@travisg
Copy link
Member

travisg commented Sep 12, 2018

Ah thanks for the fix.

@travisg travisg merged commit 6792c9e into littlekernel:master Sep 12, 2018
@ghost ghost deleted the fix-arm64-barriers branch September 12, 2018 23:27
@ghost
Copy link
Author

ghost commented Sep 12, 2018

No problem. Now that I think of it, probably arm32 also needs a similar fix...

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.

None yet

2 participants