diff options
author | Paul Selkirk <paul@psgd.org> | 2019-02-01 00:07:27 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-02-01 00:07:27 -0500 |
commit | 8fc29991dcf60e1bd804df21e806cf5579d2d950 (patch) | |
tree | aeb2d21a7d1dfcf7e50b4e4fc6917f1d35c3b05e /rpc_client_daemon.c | |
parent | ccb61f28bde3760bf1fb0ff18edb981da3434cff (diff) |
Remove global stored core pointer from mkm.c.
This forces each hal_mkmif_* function to alloc/free the core, which is a
miniscule performance hit, but the only sane thing to do in a tasking
environment. Otherwise (with a stored/shared core pointer), one task will
initiate a read, yield in hal_io_wait, another task will initiate a read,
and both will be unhappy.
Diffstat (limited to 'rpc_client_daemon.c')
0 files changed, 0 insertions, 0 deletions