From: Paul Mundt Date: Wed, 27 Sep 2006 06:49:57 +0000 (+0900) Subject: sh: Store Queue API rework. X-Git-Tag: v2.6.19-rc1~902^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c30c682a278abe1a52db83f69efec1a9d8f8c2;p=pandora-kernel.git sh: Store Queue API rework. Rewrite the store queue API for a per-cpu interface in the driver model. The old miscdevice is dropped, due to TASK_SIZE limitations, and no one was using it anyways. Carve up and allocate store queue space with a bitmap, back sq mapping objects with a slab cache, and let userspace worry about its own prefetching. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed