Revision 3a33c7605750fb6a87613044d16b1455e482414d authored by Will Deacon on 30 November 2017, 18:25:17 UTC, committed by Will Deacon on 01 December 2017, 13:05:08 UTC
The comments in the ASID allocator incorrectly hint at an MP-style idiom
using the asid_generation and the active_asids array. In fact, the
synchronisation is achieved using a combination of an xchg operation
and a spinlock, so update the comments and remove the pointless smp_wmb().

Cc: James Morse <james.morse@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
1 parent 770ba06
History
File Mode Size
Kconfig -rw-r--r-- 342 bytes
Makefile -rw-r--r-- 101 bytes
internal.h -rw-r--r-- 14.1 KB
ncsi-aen.c -rw-r--r-- 6.2 KB
ncsi-cmd.c -rw-r--r-- 8.7 KB
ncsi-manage.c -rw-r--r-- 40.0 KB
ncsi-pkt.h -rw-r--r-- 19.0 KB
ncsi-rsp.c -rw-r--r-- 27.4 KB

back to top