]> git.baikalelectronics.ru Git - kernel.git/commit
media: ipu3-cio2: Build only for x86
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 14 Dec 2020 15:28:32 +0000 (16:28 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 12 Jan 2021 16:08:11 +0000 (17:08 +0100)
commit0b287398b1ead5e1b81e34c2c12bb09b21768d34
treeddefc24bad5ce863dcaad68313a4010a3e968145
parent206875cf50c4f9b4ed95f097e294c8038f81e65c
media: ipu3-cio2: Build only for x86

According to the original code in the driver it was never assumed to work
with big page sizes: unsigned short type followed by PAGE_SHIFT and
PAGE_MASK which may be different on non-x86 architectures.

Recently LKP found an issue on non-x86 architectures due to above
mentioned limitations. Since Sakari acknowledges that it's not really
useful to be able to compile this elsewhere, mark it x86 only.

Fixes: 7a15c4f78ff7 ("media: ipu3: allow building it with COMPILE_TEST on non-x86 archs")
Reported-by: kernel test robot <lkp@intel.com>
Suggested-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/intel/ipu3/Kconfig