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:
Brian Anderson 2011-11-11 16:12:48 -08:00
parent d645f87c6d
commit a6f9f73f06

View File

@ -3,7 +3,7 @@
class rust_port : public kernel_owned<rust_port>, public rust_cond {
public:
RUST_ATOMIC_REFCOUNT();
RUST_REFCOUNTED(rust_port)
rust_port_id id;