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

fix the icc register missing definition #1

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

Conversation

JianlongCao
Copy link

Why: the icc_sre_el2 register belongs to gic icc registers, which GNU AS is not aware of so it needs to be replaced by its op0,op1,CRn,CRm,op2 encoding, but currently there is compiling error. We find this definition in armv8/inc/sysregs.h but with Uppercase How: needs to use in aarch64/inc/sysregs.h, and change here with Uppercase

Signed-off-by: JianlongCao caojianlong@outlook.com

Why: the icc_sre_el2 register belongs to gic icc registers, which GNU AS is not aware of so it needs to be replaced by its op0,op1,CRn,CRm,op2 encoding, but currently there is compiling error. We find this definition in armv8/inc/sysregs.h but with Uppercase
How: needs to use in aarch64/inc/sysregs.h, and change here with Uppercase


Signed-off-by: JianlongCao <caojianlong@outlook.com>
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.

1 participant