diff options
Diffstat (limited to 'security/selinux/ss/ebitmap.h')
-rw-r--r-- | security/selinux/ss/ebitmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/selinux/ss/ebitmap.h b/security/selinux/ss/ebitmap.h index e38a327dd703..f283b4367f54 100644 --- a/security/selinux/ss/ebitmap.h +++ b/security/selinux/ss/ebitmap.h | |||
@@ -21,6 +21,8 @@ | |||
21 | #define EBITMAP_UNIT_SIZE BITS_PER_LONG | 21 | #define EBITMAP_UNIT_SIZE BITS_PER_LONG |
22 | #define EBITMAP_SIZE (EBITMAP_UNIT_NUMS * EBITMAP_UNIT_SIZE) | 22 | #define EBITMAP_SIZE (EBITMAP_UNIT_NUMS * EBITMAP_UNIT_SIZE) |
23 | #define EBITMAP_BIT 1ULL | 23 | #define EBITMAP_BIT 1ULL |
24 | #define EBITMAP_SHIFT_UNIT_SIZE(x) \ | ||
25 | (((x) >> EBITMAP_UNIT_SIZE / 2) >> EBITMAP_UNIT_SIZE / 2) | ||
24 | 26 | ||
25 | struct ebitmap_node { | 27 | struct ebitmap_node { |
26 | struct ebitmap_node *next; | 28 | struct ebitmap_node *next; |