diff options
Diffstat (limited to 'include/linux/ipc.h')
| -rw-r--r-- | include/linux/ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ipc.h b/include/linux/ipc.h index 5591f055e13f..fadd579d577d 100644 --- a/include/linux/ipc.h +++ b/include/linux/ipc.h | |||
| @@ -23,6 +23,6 @@ struct kern_ipc_perm { | |||
| 23 | 23 | ||
| 24 | struct rcu_head rcu; | 24 | struct rcu_head rcu; |
| 25 | atomic_t refcount; | 25 | atomic_t refcount; |
| 26 | } ____cacheline_aligned_in_smp; | 26 | } ____cacheline_aligned_in_smp __randomize_layout; |
| 27 | 27 | ||
| 28 | #endif /* _LINUX_IPC_H */ | 28 | #endif /* _LINUX_IPC_H */ |
