summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpidebug.c
diff options
context:
space:
mode:
authorart <art@openbsd.org>2007-02-06 17:13:33 +0000
committerart <art@openbsd.org>2007-02-06 17:13:33 +0000
commitf57756c9c4f51fb0520ebc0c2203c3c880fe555f (patch)
tree33c297b7875bde56fe023093a0e3c2384fcfc756 /sys/dev/acpi/acpidebug.c
parentfix typo. (diff)
downloadwireguard-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