diff options
| author | Eric Dumazet <[email protected]> | 2007-05-08 07:27:57 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-05-08 18:15:06 +0000 |
| commit | 329c8d84ca1946c037d9859dc251b56d8b1b4630 (patch) | |
| tree | 05cfd2124dd6066eb6c2e769be99f6860ffb7501 /net/unix/af_unix.c | |
| parent | IRQ: check for PERCPU flag only when adding first irqaction (diff) | |
| download | kernel-329c8d84ca1946c037d9859dc251b56d8b1b4630.tar.gz kernel-329c8d84ca1946c037d9859dc251b56d8b1b4630.zip | |
time: SMP friendly alignment of struct clocksource
struct clocksource is a critical data structure.
Most of its fields are read only, some of them are heavily modified at each
timer interrupt.
It makes sense to separate those fields and make sure they all share one
cache line, or at least the minimum for machines with small cache lines.
[[email protected]: build fix]
Signed-off-by: Eric Dumazet <[email protected]>
Acked-by: John Stultz <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
