All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option
@ 2017-07-17  5:47 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2017-07-17  5:47 UTC (permalink / raw)
  To: Marek Szyprowski, Joerg Roedel, Kukjin Kim, Krzysztof Kozlowski,
	iommu, linux-arm-kernel, linux-samsung-soc, linux-kernel

Wrong Kconfig option was used when adding warning for untested
big-endian capabilities. There is no CONFIG_BIG_ENDIAN option.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/iommu/exynos-iommu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/exynos-iommu.c b/drivers/iommu/exynos-iommu.c
index 2395478dde75..b7aebaf28b82 100644
--- a/drivers/iommu/exynos-iommu.c
+++ b/drivers/iommu/exynos-iommu.c
@@ -54,7 +54,7 @@ typedef u32 sysmmu_pte_t;
 #define lv2ent_small(pent) ((*(pent) & 2) == 2)
 #define lv2ent_large(pent) ((*(pent) & 3) == 1)
 
-#ifdef CONFIG_BIG_ENDIAN
+#ifdef CONFIG_CPU_BIG_ENDIAN
 #warning "revisit driver if we can enable big-endian ptes"
 #endif
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-07-26  9:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17  5:47 [PATCH] iommu/exynos: Replace non-existing big-endian Kconfig option Krzysztof Kozlowski
2017-07-17  5:47 ` Krzysztof Kozlowski
2017-07-17 15:25 ` kbuild test robot
2017-07-17 15:25   ` kbuild test robot
2017-07-17 15:25   ` kbuild test robot
2017-07-17 15:42   ` Krzysztof Kozlowski
2017-07-17 15:42     ` Krzysztof Kozlowski
     [not found] ` <1500270422-4805-1-git-send-email-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-07-26  9:55   ` Joerg Roedel
2017-07-26  9:55     ` Joerg Roedel
2017-07-26  9:55     ` Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.