mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 17:22:24 +02:00
8 lines
141 B
Plaintext
Executable File
8 lines
141 B
Plaintext
Executable File
cat <<EOF
|
|
static __always_inline ${ret}
|
|
${arch}${atomic}_read_acquire(const ${atomic}_t *v)
|
|
{
|
|
return smp_load_acquire(&(v)->counter);
|
|
}
|
|
EOF
|