random: remove cacheline alignment for locks
authorMatt Mackall <mpm@selenic.com>
Tue, 29 Apr 2008 08:03:01 +0000 (01:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:24 +0000 (08:06 -0700)
commit433582093a9dc5454ba03b4a7ea201d85e6aa4de
tree832757582e6776012433f2878684ecc2c6aa86aa
parent1c0ad3d492adf670e47bf0a3d65c6ba5cdee0114
random: remove cacheline alignment for locks

Earlier changes greatly reduce the number of times we grab the lock
per output byte, so we shouldn't need this particular hack any more.

Signed-off-by: Matt Mackall <mpm@selenic.com>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/random.c