Skip to content

Stop ElXVirtualTimer and ElXPhysicalTimer from implementing Send.#170

Open
jonathanpallant wants to merge 1 commit into
mainfrom
timers-no-longer-send
Open

Stop ElXVirtualTimer and ElXPhysicalTimer from implementing Send.#170
jonathanpallant wants to merge 1 commit into
mainfrom
timers-no-longer-send

Conversation

@jonathanpallant
Copy link
Copy Markdown
Contributor

These are core-local types and we need to try and stop people moving them into threads running on other cores, at the expense of stopping people moving them into threads running on the same core.

If this causes you an issue, you can just unsafely conjure up the values on demand, or use raw CP15 sycalls from the aarch32_cpu::register module.

These are core-local types and we need to try and stop people moving
them into threads running on other cores, at the expense of stopping
people moving them into threads running on the same core.

If this causes you an issue, you can just unsafely conjure up the values
on demand, or use raw CP15 sycalls from the aarch32_cpu::register module.
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