ecb0dbed04159ed62444de74b9ca795d9fa73ecc

To optimize evt log entries, spinlock is been removed and used atomic operator for curr variable, due to which there is mismatch of count values between curr and last variable during xlog dump in kernel. So change the last variable to atomic to avoid race condition between entries of evt logs. Change-Id: Idf3e2b982261d77fec97985af1e8bf740a6f6197 Signed-off-by: Ryan McCann <quic_rmccann@quicinc.com>
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%