> You said that there were a lot of "stepi" commands to get through
Paul, this should be inlined, dont you think ?
Also, I dont understand why we use ACCESS_ONCE() in rcu_read_lock()
ACCESS_ONCE(current->rcu_read_lock_nesting)++;
Apparently, some compilers are a bit noisy here.
mov 0x1b0(%rdx),%eax
inc %eax
mov %eax,0x1b0(%rdx)
instead of :
incl 0x1b0(%rax)
So if the ACCESS_ONCE() is needed, we might add a comment, because it's
not obvious ;)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html