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

Apple M1 (and possible ARM PCs): unpopulated cpus map #11

Open
kawahwookiee opened this issue Jun 19, 2022 · 0 comments
Open

Apple M1 (and possible ARM PCs): unpopulated cpus map #11

kawahwookiee opened this issue Jun 19, 2022 · 0 comments

Comments

@kawahwookiee
Copy link

when RLock()'ing a drwmutex on an M1 mac, cpu() returns 0, but the map itself is empty:

func map_cpus() (cpus map[uint64]int) {
	cpus = make(map[uint64]int)
	return
}

Perhaps, a tmp solution:
cpus = map[uint64]int{0: 0}

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

No branches or pull requests

1 participant