remove unnecessary slot_alloc
This commit is contained in:
parent
d8f2439b7b
commit
4eb6b2de56
@ -21,8 +21,6 @@
|
|||||||
static errval_t ram_alloc_remote(struct capref *ret, size_t size, size_t alignment)
|
static errval_t ram_alloc_remote(struct capref *ret, size_t size, size_t alignment)
|
||||||
{
|
{
|
||||||
errval_t err;
|
errval_t err;
|
||||||
// afeer: hää?
|
|
||||||
slot_alloc(ret);
|
|
||||||
|
|
||||||
// afeer, script page 133: get ram using rpc
|
// afeer, script page 133: get ram using rpc
|
||||||
struct aos_rpc *memchan = aos_rpc_get_memory_channel();
|
struct aos_rpc *memchan = aos_rpc_get_memory_channel();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user