ChangeSet 1.2029, 2005/03/08 09:24:50-08:00, [EMAIL PROTECTED]

        [PATCH] ppc32: Compilation fixes for Ebony, Luan and Ocotea
        
        this patch fixes the problem, that the current kernel (linux-2.6.11-rc5)
        could not be compiled, when "support for early boot texts over serial 
port"
        (CONFIG_SERIAL_TEXT_DEBUG=y) is active.
        
        Signed-off-by: Gerhard Jaeger <[EMAIL PROTECTED]>
        Signed-off-by: Matt Porter <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 ebony.h  |    4 ++--
 luan.h   |    6 +++---
 ocotea.h |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)


diff -Nru a/arch/ppc/platforms/4xx/ebony.h b/arch/ppc/platforms/4xx/ebony.h
--- a/arch/ppc/platforms/4xx/ebony.h    2005-03-08 11:11:46 -08:00
+++ b/arch/ppc/platforms/4xx/ebony.h    2005-03-08 11:11:46 -08:00
@@ -57,8 +57,8 @@
  */
 
 /* OpenBIOS defined UART mappings, used before early_serial_setup */
-#define UART0_IO_BASE  (u8 *) 0xE0000200
-#define UART1_IO_BASE  (u8 *) 0xE0000300
+#define UART0_IO_BASE  0xE0000200
+#define UART1_IO_BASE  0xE0000300
 
 /* external Epson SG-615P */
 #define BASE_BAUD      691200
diff -Nru a/arch/ppc/platforms/4xx/luan.h b/arch/ppc/platforms/4xx/luan.h
--- a/arch/ppc/platforms/4xx/luan.h     2005-03-08 11:11:46 -08:00
+++ b/arch/ppc/platforms/4xx/luan.h     2005-03-08 11:11:46 -08:00
@@ -47,9 +47,9 @@
 #define RS_TABLE_SIZE  3
 
 /* PIBS defined UART mappings, used before early_serial_setup */
-#define UART0_IO_BASE  (u8 *) 0xa0000200
-#define UART1_IO_BASE  (u8 *) 0xa0000300
-#define UART2_IO_BASE  (u8 *) 0xa0000600
+#define UART0_IO_BASE  0xa0000200
+#define UART1_IO_BASE  0xa0000300
+#define UART2_IO_BASE  0xa0000600
 
 #define BASE_BAUD      11059200
 #define STD_UART_OP(num)                                       \
diff -Nru a/arch/ppc/platforms/4xx/ocotea.h b/arch/ppc/platforms/4xx/ocotea.h
--- a/arch/ppc/platforms/4xx/ocotea.h   2005-03-08 11:11:46 -08:00
+++ b/arch/ppc/platforms/4xx/ocotea.h   2005-03-08 11:11:46 -08:00
@@ -56,8 +56,8 @@
 #define RS_TABLE_SIZE  2
 
 /* OpenBIOS defined UART mappings, used before early_serial_setup */
-#define UART0_IO_BASE  (u8 *) 0xE0000200
-#define UART1_IO_BASE  (u8 *) 0xE0000300
+#define UART0_IO_BASE  0xE0000200
+#define UART1_IO_BASE  0xE0000300
 
 #define BASE_BAUD      11059200/16
 #define STD_UART_OP(num)                                       \
-
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