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-- 1.2 KB
Makefile -rw-r--r-- 352 bytes
vlan.c -rw-r--r-- 19.0 KB
vlan.h -rw-r--r-- 5.5 KB
vlan_core.c -rw-r--r-- 8.7 KB
vlan_dev.c -rw-r--r-- 22.3 KB
vlan_gvrp.c -rw-r--r-- 1.7 KB
vlan_mvrp.c -rw-r--r-- 1.9 KB
vlan_netlink.c -rw-r--r-- 7.0 KB
vlanproc.c -rw-r--r-- 8.4 KB
vlanproc.h -rw-r--r-- 572 bytes

back to top