diff options
author | 2007-02-06 17:13:33 +0000 | |
---|---|---|
committer | 2007-02-06 17:13:33 +0000 | |
commit | f57756c9c4f51fb0520ebc0c2203c3c880fe555f (patch) | |
tree | 33c297b7875bde56fe023093a0e3c2384fcfc756 /sys/dev/acpi/acpidebug.c | |
parent | fix typo. (diff) | |
download | wireguard-openbsd-f57756c9c4f51fb0520ebc0c2203c3c880fe555f.tar.xz wireguard-openbsd-f57756c9c4f51fb0520ebc0c2203c3c880fe555f.zip |
Add machine/atomic.h to all architectures and define two operations
right now that are supposed to be atomic with respect to interrupts and
SMP: atomic_setbits_int and atomic_clearbits_int.
All architectures other than i386 and amd64 get dummy implementations
since at first we'll be replacing operations that are done with
"a |= bit" and "a &= ~bit" today. More proper implementations will follow
kettenis@, miod@ ok
Diffstat (limited to 'sys/dev/acpi/acpidebug.c')
0 files changed, 0 insertions, 0 deletions