dashboard
repositories
activity
search
login
luoshi
/
RK3588_XEN
forked from
~ljy/RK3588_XEN
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
disabled pcie2x1l1,enable sata
hc
2024-08-16
94ba65e25ce534ec0515708c9e0835242345bc7b
[~luoshi/RK3588_XEN.git]
/
kernel
/
scripts
/
atomic
/
fallbacks
/
inc
1
2
3
4
5
6
7
cat <<EOF
static __always_inline ${ret}
${arch}${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
{
${retstmt}${arch}${atomic}_${pfx}add${sfx}${order}(1, v);
}
EOF