public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH] m68k: handle Atari interrupts in multi-platform kernels
@ 2013-08-09 21:26 debian-68k
  2013-08-09 21:50 ` Thorsten Glaser
  0 siblings, 1 reply; 24+ messages in thread
From: debian-68k @ 2013-08-09 21:26 UTC (permalink / raw)
  To: linux-m68k; +Cc: debian-68k

Authors: Michael Schmitz, Geert Uytterhoeven
Source: http://thread.gmane.org/gmane.linux.debian.devel.kernel/91476/focus=5003
Tested-By: Thorsten Glaser <tg@debian.org>
---
 arch/m68k/include/asm/irqflags.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/m68k/include/asm/irqflags.h b/arch/m68k/include/asm/irqflags.h
index 7ef4115..5053092 100644
--- a/arch/m68k/include/asm/irqflags.h
+++ b/arch/m68k/include/asm/irqflags.h
@@ -67,6 +67,10 @@ static inline void arch_local_irq_restore(unsigned long flags)
 
 static inline bool arch_irqs_disabled_flags(unsigned long flags)
 {
+	if (MACH_IS_ATARI) {
+		/* Ignore HSYNC = ipl 2 on Atari */
+		return (flags & ~(ALLOWINT | 0x200)) != 0;
+	}
 	return (flags & ~ALLOWINT) != 0;
 }
 
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 24+ messages in thread
* Re: [PATCH] m68k: handle Atari interrupts in multi-platform kernels
@ 2013-08-26 11:32 Laurent Vivier
  2013-08-26 11:57 ` Thorsten Glaser
  0 siblings, 1 reply; 24+ messages in thread
From: Laurent Vivier @ 2013-08-26 11:32 UTC (permalink / raw)
  To: Thorsten Glaser; +Cc: Debian m68k, Geert Uytterhoeven, Linux/m68k

[-- Attachment #1: Type: text/plain, Size: 610 bytes --]


> Le 26 août 2013 à 13:12, Thorsten Glaser <tg@mirbsd.de> a écrit :
>
>
> Laurent Vivier dixit:
>
> >I'd like to test this on my Quadra 800, where can I find the .deb ?
>
> In Debian unstable: apt-get install linux-image-3.10-2-m68k
> (or better linux-image-m68k which is the metapackage).

Thanks, but what is the URL, I want to wget it. I didn't find it on
ftp.debian.org.

> The .deb is not usable outside of a running unstable installation.

Why ? There are some (useless) new dependencies ?

I'm using a 3.10-rc2 from GIT in a etch-m68k distro and it works fine.

Regards,
Laurent

[-- Attachment #2: Type: text/html, Size: 1560 bytes --]

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

end of thread, other threads:[~2013-08-26 20:28 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-09 21:26 [PATCH] m68k: handle Atari interrupts in multi-platform kernels debian-68k
2013-08-09 21:50 ` Thorsten Glaser
2013-08-13  7:57   ` Michael Schmitz
2013-08-13  8:12     ` Thorsten Glaser
2013-08-13  8:31       ` Michael Schmitz
2013-08-13  8:58         ` Geert Uytterhoeven
2013-08-13 10:42           ` Thorsten Glaser
2013-08-14  8:20             ` Michael Schmitz
2013-08-18  0:58             ` Michael Schmitz
2013-08-18  1:06               ` Thorsten Glaser
2013-08-18  2:07                 ` Michael Schmitz
2013-08-18  9:00                 ` Michael Schmitz
2013-08-18  9:41                   ` Thorsten Glaser
2013-08-19  8:17                     ` Michael Schmitz
2013-08-19 12:00                       ` Thorsten Glaser
2013-08-22 17:27     ` Geert Uytterhoeven
2013-08-22 19:07       ` Thorsten Glaser
2013-08-25 18:49         ` Geert Uytterhoeven
2013-08-26 10:57         ` Laurent Vivier
2013-08-26 11:12           ` Thorsten Glaser
2013-08-26 15:25             ` Christian T. Steigies
2013-08-26 20:28               ` Thorsten Glaser
  -- strict thread matches above, loose matches on Subject: below --
2013-08-26 11:32 Laurent Vivier
2013-08-26 11:57 ` Thorsten Glaser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox