From: Matt Mackall Date: Tue, 29 Apr 2008 08:03:03 +0000 (-0700) Subject: random: remove some prefetch logic X-Git-Tag: v2.6.26-rc1~430 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d38b827400d7c02bce391f90d044e4c57d5bc1e;p=pandora-kernel.git random: remove some prefetch logic The urandom output pool (ie the fast path) fits in one cacheline, so this is pretty unnecessary. Further, the output path has already fetched the entire pool to hash it before calling in here. (This was the only user of prefetch_range in the kernel, and it passed in words rather than bytes!) Signed-off-by: Matt Mackall Cc: Theodore Ts'o Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed