rt: Make rust_port's ref counting non-atomic
Now that the task lock must be held there's no need for atomicity
This commit is contained in:
parent
d645f87c6d
commit
a6f9f73f06
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
class rust_port : public kernel_owned<rust_port>, public rust_cond {
|
class rust_port : public kernel_owned<rust_port>, public rust_cond {
|
||||||
public:
|
public:
|
||||||
RUST_ATOMIC_REFCOUNT();
|
RUST_REFCOUNTED(rust_port)
|
||||||
|
|
||||||
rust_port_id id;
|
rust_port_id id;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue