Skip to content

Make MemoryMapIter be Send #29

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

Merged
merged 1 commit into from
Jun 8, 2017
Merged

Make MemoryMapIter be Send #29

merged 1 commit into from
Jun 8, 2017

Conversation

tedsta
Copy link
Contributor

@tedsta tedsta commented May 11, 2017

Hey thanks for the great OS series!

MemoryMapIter is used in the AreaFrameAllocator, which I want to put inside a Mutex and make global. I want to access it in syscalls. To be put inside a Mutex, it has to be Send.

@phil-opp phil-opp merged commit 08c6162 into rust-osdev:master Jun 8, 2017
@phil-opp
Copy link
Member

phil-opp commented Jun 8, 2017

Sorry for the delay. Looks good to me!

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