]> git.baikalelectronics.ru Git - kernel.git/commit
ia64: define ioremap_uc()
authorLuis R. Rodriguez <mcgrof@kernel.org>
Thu, 17 Mar 2016 21:17:16 +0000 (14:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Mar 2016 22:09:34 +0000 (15:09 -0700)
commit1040941396025ced89adb9c599ce2d967020db5a
tree9cd529fe2b1cd1bc044997accc7126f9de39f2f9
parent0f9feb921c3555e4171243ce4c3498eb2c4ad5b2
ia64: define ioremap_uc()

All architectures now need ioremap_uc(), ia64 seems defines this already
through its ioremap_nocache() and it already ensures it *only* uses UC.

This is needed since v4.3 to complete an allyesconfig compile on ia64,
there were others archs that needed this, and this one seems to have
fallen through the cracks.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Cc: <stable@vger.kernel.org> [4.3+]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/include/asm/io.h