diff options
| author | Warner Losh <imp@FreeBSD.org> | 2012-06-13 05:02:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2012-06-13 05:02:51 +0000 |
| commit | ee5cac8ab01819360dbc5d7fdac1f903fefe9479 (patch) | |
| tree | a6ac72a3cc942a9deec9340b49338efe4b0f948c /sys/arm/include/atomic.h | |
| parent | 5e92d389b29e7b6d827e875428d795803760ca01 (diff) | |
Notes
Diffstat (limited to 'sys/arm/include/atomic.h')
| -rw-r--r-- | sys/arm/include/atomic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/include/atomic.h b/sys/arm/include/atomic.h index 9f162201d52f..a64fc4aefa7c 100644 --- a/sys/arm/include/atomic.h +++ b/sys/arm/include/atomic.h @@ -285,7 +285,6 @@ atomic_fetchadd_32(volatile uint32_t *p, uint32_t v) return (start); } - #endif /* _KERNEL */ static __inline int |
