[PATCH] mspec driver
authorJes Sorensen <jes@sgi.com>
Wed, 27 Sep 2006 08:50:11 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:13 +0000 (08:26 -0700)
commit17a3b05047119b7fc72ef03962e202becc659579
treebbf7dc536cfdb3b399223317b661a286671d3d55
parentf4b81804a2d1ab341a4613089dc31ecce0800ed8
[PATCH] mspec driver

Implement the special memory driver (mspec) based on the do_no_pfn
approach.  The driver is currently used only on SN2 hardware with special
fetchop support but could be beneficial on other architectures using the
uncached mode.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Cc: Hugh Dickins <hugh@veritas.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/Kconfig
drivers/char/Makefile
drivers/char/mspec.c [new file with mode: 0644]