The patch titled fix typo in prefetch.h has been removed from the -mm tree. Its filename was fix-typo-in-prefetchh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fix typo in prefetch.h From: Dave Jones <davej@xxxxxxxxxx> Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/prefetch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/prefetch.h~fix-typo-in-prefetchh include/linux/prefetch.h --- a/include/linux/prefetch.h~fix-typo-in-prefetchh +++ a/include/linux/prefetch.h @@ -27,7 +27,7 @@ prefetch(x) - prefetches the cacheline at "x" for read prefetchw(x) - prefetches the cacheline at "x" for write - spin_lock_prefetch(x) - prefectches the spinlock *x for taking + spin_lock_prefetch(x) - prefetches the spinlock *x for taking there is also PREFETCH_STRIDE which is the architecure-prefered "lookahead" size for prefetching streamed operations. _ Patches currently in -mm which might be from davej@xxxxxxxxxx are origin.patch fix-empty-macros-in-acpi.patch git-alsa.patch i386-remove-support-for-the-rise-cpu.patch slow-down-printk-during-boot.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html