commit | d7c30c682a278abe1a52db83f69efec1a9d8f8c2 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Sep 27 15:49:57 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Sep 27 15:49:57 2006 +0900 |
tree | 48918e531904edb05944b1e097c386b87e746a24 | |
parent | 373e68b5472d421cbd2703e7a77caf053f78c005 [diff] |
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 <lethal@linux-sh.org>