Commit f59040d7 authored by Lioncash's avatar Lioncash
Browse files

kernel/shared_memory: Get rid of the use of global accessor functions within Create()

Given we already pass in a reference to the kernel that the shared
memory instance is created under, we can just use that to check the
current process, rather than using the global accessor functions.

This allows removing direct dependency on the system instance entirely.
parent 07e13d67
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment