patch-2.3.20 linux/include/asm-ppc/init.h

Next file: linux/include/asm-ppc/io.h
Previous file: linux/include/asm-ppc/ide.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.19/linux/include/asm-ppc/init.h linux/include/asm-ppc/init.h
@@ -11,7 +11,7 @@
 	__argpmac
 	
 #define __prep __attribute__ ((__section__ (".text.prep")))
-#define __prepdata /* __attribute__ ((__section__ (".data.prep")))*/
+#define __prepdata __attribute__ ((__section__ (".data.prep")))
 #define __prepfunc(__argprep) \
 	__argprep __prep; \
 	__argprep

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)