openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : linux/init main.c,1.1.1.1,1.2


From: David C Wang <address@hidden>
Subject: [openap-cvs] : linux/init main.c,1.1.1.1,1.2
Date: Tue, 14 May 2002 15:53:33 -0400

Update of /cvsroot/openap/linux/init
In directory subversions:/tmp/cvs-serv5742/init

Modified Files:
        main.c 
Log Message:
updated linux kernel pristine sources to openap release 1.1



Index: main.c
===================================================================
RCS file: /cvsroot/openap/linux/init/main.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- main.c      14 May 2002 18:22:45 -0000      1.1.1.1
+++ main.c      14 May 2002 19:53:30 -0000      1.2
@@ -69,6 +69,10 @@
 #include <asm/smp.h>
 #endif
 
+#ifdef CONFIG_WL11000
+#include <asm/wl11000.h>
+#endif
+
 /*
  * Versions of gcc older than that listed below may actually compile
  * and link okay, but the end product can have subtle run time bugs.
@@ -724,7 +728,9 @@
 #ifdef CONFIG_TC
        tc_init();
 #endif
-
+#ifdef CONFIG_WL11000
+        wl11000_config();
+#endif
        /* Networking initialization needs a process context */ 
        sock_init();
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]