ChangeSet 1.2251, 2005/03/18 13:34:08-08:00, [EMAIL PROTECTED]

        [PATCH] ppc32: Serial fix for PAL4
        
        Add PAL4's bit to <asm-ppc/serial.h>
        
        Signed-off-by: Tom Rini <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 serial.h |    2 ++
 1 files changed, 2 insertions(+)


diff -Nru a/include/asm-ppc/serial.h b/include/asm-ppc/serial.h
--- a/include/asm-ppc/serial.h  2005-03-18 14:13:27 -08:00
+++ b/include/asm-ppc/serial.h  2005-03-18 14:13:27 -08:00
@@ -22,6 +22,8 @@
 #include <platforms/mcpn765.h>
 #elif defined(CONFIG_MVME5100)
 #include <platforms/mvme5100.h>
+#elif defined(CONFIG_PAL4)
+#include <platforms/pal4_serial.h>
 #elif defined(CONFIG_PRPMC750)
 #include <platforms/prpmc750.h>
 #elif defined(CONFIG_PRPMC800)
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to