mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-19 03:04:24 +00:00
8 lines
139 B
Plaintext
Executable File
8 lines
139 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
|