CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/01/14 23:56:38
Modified files:
arch/mips/au1000/csb250: board_setup.c
arch/mips/au1000/pb1000: board_setup.c
arch/mips/au1000/pb1100: board_setup.c
arch/mips/au1000/pb1500: board_setup.c
Log message:
Remove CONFIG_AU1000_OHCI_FIX nonsense.
diff -urN linux/arch/mips/au1000/csb250/board_setup.c
linux/arch/mips/au1000/csb250/board_setup.c
--- linux/arch/mips/au1000/csb250/board_setup.c 2004/01/15 06:39:18 1.2
+++ linux/arch/mips/au1000/csb250/board_setup.c 2005/01/14 23:56:38 1.3
@@ -45,12 +45,6 @@
#include <asm/au1000.h>
#include <asm/csb250.h>
-#ifdef CONFIG_USB_OHCI
-// Enable the workaround for the OHCI DoneHead
-// register corruption problem.
-#define CONFIG_AU1000_OHCI_FIX
-#endif
-
#ifdef CONFIG_RTC
extern struct rtc_ops csb250_rtc_ops;
#endif
diff -urN linux/arch/mips/au1000/pb1000/board_setup.c
linux/arch/mips/au1000/pb1000/board_setup.c
--- linux/arch/mips/au1000/pb1000/board_setup.c 2004/09/14 06:38:46 1.7
+++ linux/arch/mips/au1000/pb1000/board_setup.c 2005/01/14 23:56:38 1.8
@@ -40,14 +40,6 @@
#include <asm/au1000.h>
#include <asm/pb1000.h>
-#ifdef CONFIG_USB_OHCI
-// Enable the workaround for the OHCI DoneHead
-// register corruption problem.
-#define CONFIG_AU1000_OHCI_FIX
- ^^^^^^^^^^^^^^^^^^^^^^
- !!! I shall not define symbols starting with CONFIG_ !!!
-#endif
-
void board_reset (void)
{
}
diff -urN linux/arch/mips/au1000/pb1100/board_setup.c
linux/arch/mips/au1000/pb1100/board_setup.c
--- linux/arch/mips/au1000/pb1100/board_setup.c 2004/09/26 07:34:10 1.8
+++ linux/arch/mips/au1000/pb1100/board_setup.c 2005/01/14 23:56:38 1.9
@@ -40,14 +40,6 @@
#include <asm/mach-au1x00/au1000.h>
#include <asm/mach-pb1x00/pb1100.h>
-#ifdef CONFIG_USB_OHCI
-// Enable the workaround for the OHCI DoneHead
-// register corruption problem.
-#define CONFIG_AU1000_OHCI_FIX
- ^^^^^^^^^^^^^^^^^^^^^^
- !!! I shall not define symbols starting with CONFIG_ !!!
-#endif
-
void board_reset (void)
{
/* Hit BCSR.SYSTEM_CONTROL[SW_RST] */
diff -urN linux/arch/mips/au1000/pb1500/board_setup.c
linux/arch/mips/au1000/pb1500/board_setup.c
--- linux/arch/mips/au1000/pb1500/board_setup.c 2004/09/14 06:38:46 1.9
+++ linux/arch/mips/au1000/pb1500/board_setup.c 2005/01/14 23:56:38 1.10
@@ -40,14 +40,6 @@
#include <asm/mach-au1x00/au1000.h>
#include <asm/mach-pb1x00/pb1500.h>
-#ifdef CONFIG_USB_OHCI
-// Enable the workaround for the OHCI DoneHead
-// register corruption problem.
-#define CONFIG_AU1000_OHCI_FIX
- ^^^^^^^^^^^^^^^^^^^^^^
- !!! I shall not define symbols starting with CONFIG_ !!!
-#endif
-
void board_reset (void)
{
/* Hit BCSR.SYSTEM_CONTROL[SW_RST] */
|