From: Venkatesh Pallipadi Date: Fri, 10 Jul 2009 16:57:34 +0000 (-0700) Subject: x86, pat: New i/f for driver to request memtype for IO regions X-Git-Tag: v2.6.32-rc1~680^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fd126bc742f74a95d2ba610247712ff05da02fe;p=pandora-kernel.git x86, pat: New i/f for driver to request memtype for IO regions Add new routines to request memtype for IO regions. This will currently be a backend for io_mapping_* routines. But, it can also be made available to drivers directly in future, in case it is needed. reserve interface reserves the memory, makes sure we have a compatible memory type available and keeps the identity map in sync when needed. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Suresh Siddha Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed