aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/ipc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/ipc.txt')
-rw-r--r--arch/riscv/ipc.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/riscv/ipc.txt b/arch/riscv/ipc.txt
deleted file mode 100644
index 21d758e..0000000
--- a/arch/riscv/ipc.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Current idea: Have a bunch of servers that allow IPC requests. Each IPC request
-to a server temporarily maps the server's address space etc. into the calling
-functions address space, except for the callstack. Callstack should be a bunch
-of 4K pages, so they can easily be mapped to be unreachable by deeper nested
-server calls, whereas the normal stack can be mapped to higher order pages to
-save a little bit of memory access latency when the client is operating
-normally.