diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-04-01 17:17:01 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-05-20 11:08:29 +0200 |
commit | 4934e7c3735dbd25953c922a1327a875f47046a4 (patch) | |
tree | 5121c579857d27fc5d83e8536ed21d83b9d38307 /kern/ipc_tt.c | |
parent | 77b3b60aaee2382142dc7ed50e5b36664cdb21bc (diff) |
ipc: inline key ipc entry lookup functions
Declare functions looking up IPC entries that were previously inlined
manually with `static inline' so that they will be inlined into the
fast paths by the compiler.
* ipc/ipc_entry.c (ipc_entry_lookup, ipc_entry_get,
ipc_entry_dealloc): Move functions...
* ipc/ipc_space.h: ... here, and declare them as `static inline'.
* ipc/ipc_entry.h: Drop associated declarations.
Diffstat (limited to 'kern/ipc_tt.c')
0 files changed, 0 insertions, 0 deletions