[PATCH 478] M68k SERIAL_PORT_DFNS only if CONFIG_ISA
From: Geert Uytterhoeven (geert_at_linux-m68k.org)
Date: 10/31/04
- Previous message: Geert Uytterhoeven: "[PATCH 512] M68k: Add defconfig for MVME147"
- Next in thread: Russell King: "Re: [PATCH 478] M68k SERIAL_PORT_DFNS only if CONFIG_ISA"
- Reply: Russell King: "Re: [PATCH 478] M68k SERIAL_PORT_DFNS only if CONFIG_ISA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 31 Oct 2004 11:03:35 +0100 To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
M68k serial: Only define SERIAL_PORT_DFNS when CONFIG_ISA is defined. Otherwise
the first 4 slots in the 8250 driver are unavailable on non-ISA machines.
(from Kars de Jong)
Signed-off-by: Kars de Jong <jongk@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
--- linux-2.6.10-rc1/include/asm-m68k/serial.h 2004-04-05 15:09:08.000000000 +0200
+++ linux-m68k-2.6.10-rc1/include/asm-m68k/serial.h 2004-07-14 13:19:48.000000000 +0200
@@ -74,6 +74,8 @@
#define EXTRA_SERIAL_PORT_DEFNS
#endif
+#ifdef CONFIG_ISA
#define SERIAL_PORT_DFNS \
STD_SERIAL_PORT_DEFNS \
EXTRA_SERIAL_PORT_DEFNS
+#endif
Gr{oetje,eeting}s,
Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Geert Uytterhoeven: "[PATCH 512] M68k: Add defconfig for MVME147"
- Next in thread: Russell King: "Re: [PATCH 478] M68k SERIAL_PORT_DFNS only if CONFIG_ISA"
- Reply: Russell King: "Re: [PATCH 478] M68k SERIAL_PORT_DFNS only if CONFIG_ISA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: [PATCH 478] M68k SERIAL_PORT_DFNS only if CONFIG_ISA
... > (from Kars de Jong) ... I won't be applying this patch -
you may wish to consider doing this an ... send the line "unsubscribe linux-kernel" in
... (Linux-Kernel) - Re: [PATCH] __cacheline_aligned always in own section
... > alignment. ... extern void clean_dcache_range ... send the
line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Fast 64-bit atomic writes (SSE?)
... General question: ... my xmmsave array is not guaranteed to be aligned
to 16 bytes. ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - [PATCH] rmap 26 __setup_arg_pages
... put_kernel_page (struct page *page, unsigned long address, pgprot_t pgprot) ...
extern void compute_creds; ... send the line "unsubscribe linux-kernel" in ...
(Linux-Kernel) - [PATCH][1/4] kexec based dump: Loading kernel from non-default offset
... xorl %ebx,%ebx ... /* freed after init ends here */ ... send the
line "unsubscribe linux-kernel" in ... (Linux-Kernel)