diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-13 21:23:50 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-13 21:23:50 +0200 |
commit | 72ed0dc2f153e7cf1d6e96f86a773bbe490e9e1c (patch) | |
tree | 8161eda7bec209778b30fdfdb19f154df4cab2a7 /kern/bitmap_i.h | |
parent | 61df7f19dfe3b56abf6c4d00589414c60716ac2b (diff) |
Various atomic access fixes
Diffstat (limited to 'kern/bitmap_i.h')
-rw-r--r-- | kern/bitmap_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/bitmap_i.h b/kern/bitmap_i.h index 9b79d3ce..11c23ebb 100644 --- a/kern/bitmap_i.h +++ b/kern/bitmap_i.h @@ -29,6 +29,8 @@ * to a bit inside the word pointed by the former. * * Implemented as a macro for const-correctness. + * + * TODO Fix interface. */ #define bitmap_lookup(bm, bit) \ MACRO_BEGIN \ |