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

riscv: makefile: Add xuantie_rv32 related targets #208

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

cp0613
Copy link
Contributor

@cp0613 cp0613 commented Jan 14, 2025

For xuantie processor testing.

The error log:
arch/riscv/mm/ptdump.c:387:28: error: ‘pgtable_l5_enabled’ undeclared (first use in this function); did you mean ‘pgtable_l4_enabled’?
  387 |         pg_level[1].name = pgtable_l5_enabled ? "P4D" : "PGD";
      |                            ^~~~~~~~~~~~~~~~~~
      |                            pgtable_l4_enabled

Missing definition of pgtable_l5_enabled.

Signed-off-by: Chen Pei <[email protected]>
For xuantie processor testing.

Signed-off-by: Chen Pei <[email protected]>
@RevySR RevySR merged commit caf83b3 into ruyisdk:linux-6.6.36 Jan 14, 2025
36 of 37 checks passed
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.

2 participants