Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4febd95a authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

Select VIRT_TO_BUS directly where needed



In commit 887cbce0 ("arch Kconfig: centralise ARCH_NO_VIRT_TO_BUS")
I introduced the config sybmol HAVE_VIRT_TO_BUS and selected that where
needed.  I am not sure what I was thinking.  Instead, just directly
select VIRT_TO_BUS where it is needed.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8aec0f5d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -319,13 +319,6 @@ config ARCH_WANT_OLD_COMPAT_IPC
	select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
	bool

config HAVE_VIRT_TO_BUS
	bool
	help
	  An architecture should select this if it implements the
	  deprecated interface virt_to_bus().  All new architectures
	  should probably not select this.

config HAVE_ARCH_SECCOMP_FILTER
	bool
	help
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ config ALPHA
	select HAVE_PERF_EVENTS
	select HAVE_DMA_ATTRS
	select HAVE_GENERIC_HARDIRQS
	select HAVE_VIRT_TO_BUS
	select VIRT_TO_BUS
	select GENERIC_IRQ_PROBE
	select AUTO_IRQ_AFFINITY if SMP
	select GENERIC_IRQ_SHOW
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ config ARM
	select HAVE_REGS_AND_STACK_ACCESS_API
	select HAVE_SYSCALL_TRACEPOINTS
	select HAVE_UID16
	select HAVE_VIRT_TO_BUS
	select VIRT_TO_BUS
	select KTIME_SCALAR
	select PERF_USE_VMALLOC
	select RTC_LIB
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ config AVR32
	select HAVE_OPROFILE
	select HAVE_KPROBES
	select HAVE_GENERIC_HARDIRQS
	select HAVE_VIRT_TO_BUS
	select VIRT_TO_BUS
	select GENERIC_IRQ_PROBE
	select GENERIC_ATOMIC64
	select HARDIRQS_SW_RESEND
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ config BLACKFIN
	select ARCH_HAVE_CUSTOM_GPIO_H
	select ARCH_WANT_OPTIONAL_GPIOLIB
	select HAVE_UID16
	select HAVE_VIRT_TO_BUS
	select VIRT_TO_BUS
	select ARCH_WANT_IPC_PARSE_VERSION
	select HAVE_GENERIC_HARDIRQS
	select GENERIC_ATOMIC64
Loading