Lanttor <lanttor.guo@xxxxxxxxxxxxx> writes:
My understanding of "*addql #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)*" is that its meaning is equal to "current_thread_info()->preempt_count += HARDIRQ_OFFSET",
No, it isn't. It is equivalent to *(long *)((char *)¤t_thread_info()->preempt_count + 1) += 1 which is of course completely bogus. Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html