Linux Kernel
3.7.1
|
#include <cvmx-spinlock.h>
Data Fields | |
volatile uint32_t | value |
Implementation of spinlocks for Octeon CVMX. Although similar in function to Linux kernel spinlocks, they are not compatible. Octeon CVMX spinlocks are only used to synchronize with the boot monitor and other non-Linux programs running in the system. Spinlocks for Octeon CVMX
Definition at line 48 of file cvmx-spinlock.h.
volatile uint32_t value |
Definition at line 49 of file cvmx-spinlock.h.