* [PATCH] alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
@ 2022-10-21 20:18 Bjorn Helgaas
2023-02-26 2:05 ` Matt Turner
0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2022-10-21 20:18 UTC (permalink / raw)
To: Richard Henderson, Ivan Kokshaysky, Matt Turner
Cc: linux-alpha, linux-kernel, Bjorn Helgaas
From: Bjorn Helgaas <bhelgaas@google.com>
Remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
[Sorry for the noise; I sent this a few minutes ago, but it bounced from
all the individual recipients because of DMARC issues]
Previously posted v1 4/15/2022 at
https://lore.kernel.org/all/20220415190817.842864-1-helgaas@kernel.org/
and reposted v1 10/13/2022 at
https://lore.kernel.org/all/20221014001911.3342485-1-helgaas@kernel.org/
Changes from v1 to v2:
- Drop the ia64 patch because Andrew applied it
https://lore.kernel.org/all/20221021045245.99636C433C1@smtp.kernel.org/
- Split sh and alpha to separate series
arch/alpha/include/asm/io.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h
index 1c3605d874e9..7aeaf7c30a6f 100644
--- a/arch/alpha/include/asm/io.h
+++ b/arch/alpha/include/asm/io.h
@@ -14,10 +14,6 @@
the implementation we have here matches that interface. */
#include <asm-generic/iomap.h>
-/* We don't use IO slowdowns on the Alpha, but.. */
-#define __SLOW_DOWN_IO do { } while (0)
-#define SLOW_DOWN_IO do { } while (0)
-
/*
* Virtual -> physical identity mapping starts at this offset
*/
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
2022-10-21 20:18 [PATCH] alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions Bjorn Helgaas
@ 2023-02-26 2:05 ` Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2023-02-26 2:05 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Richard Henderson, Ivan Kokshaysky, linux-alpha, linux-kernel,
Bjorn Helgaas
On Fri, Oct 21, 2022 at 4:18 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> Remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
>
> [Sorry for the noise; I sent this a few minutes ago, but it bounced from
> all the individual recipients because of DMARC issues]
>
> Previously posted v1 4/15/2022 at
> https://lore.kernel.org/all/20220415190817.842864-1-helgaas@kernel.org/
> and reposted v1 10/13/2022 at
> https://lore.kernel.org/all/20221014001911.3342485-1-helgaas@kernel.org/
>
> Changes from v1 to v2:
> - Drop the ia64 patch because Andrew applied it
> https://lore.kernel.org/all/20221021045245.99636C433C1@smtp.kernel.org/
>
> - Split sh and alpha to separate series
>
> arch/alpha/include/asm/io.h | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h
> index 1c3605d874e9..7aeaf7c30a6f 100644
> --- a/arch/alpha/include/asm/io.h
> +++ b/arch/alpha/include/asm/io.h
> @@ -14,10 +14,6 @@
> the implementation we have here matches that interface. */
> #include <asm-generic/iomap.h>
>
> -/* We don't use IO slowdowns on the Alpha, but.. */
> -#define __SLOW_DOWN_IO do { } while (0)
> -#define SLOW_DOWN_IO do { } while (0)
> -
> /*
> * Virtual -> physical identity mapping starts at this offset
> */
> --
> 2.25.1
>
Thanks for the patch! This was included in my pull request today and
is now upstream in Linus' tree.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-26 2:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-21 20:18 [PATCH] alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions Bjorn Helgaas
2023-02-26 2:05 ` Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).