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

Mips implementation is buggy #59

Closed
gchatelet opened this issue Jan 21, 2019 · 0 comments
Closed

Mips implementation is buggy #59

gchatelet opened this issue Jan 21, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gchatelet
Copy link
Collaborator

gchatelet commented Jan 21, 2019

The hwcaps.h MIPS constants

#define MIPS_HWCAP_VZ (1UL << 0)
#define MIPS_HWCAP_EVA (1UL << 1)
#define MIPS_HWCAP_HTW (1UL << 2)
#define MIPS_HWCAP_FPU (1UL << 3)
#define MIPS_HWCAP_MIPS32R2 (1UL << 4)
#define MIPS_HWCAP_MIPS32R5 (1UL << 5)
#define MIPS_HWCAP_MIPS64R6 (1UL << 6)
#define MIPS_HWCAP_DSPR1 (1UL << 7)
#define MIPS_HWCAP_DSPR2 (1UL << 8)
#define MIPS_HWCAP_MSA (1UL << 9)

are not valid and should map to the linux kernel instead.

@gchatelet gchatelet added the bug Something isn't working label Jan 21, 2019
@gchatelet gchatelet self-assigned this Jan 21, 2019
@gchatelet gchatelet added this to the v0.3.0 milestone Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant