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

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

diff -u --recursive --new-file v2.3.17/linux/include/asm-ppc/init.h linux/include/asm-ppc/init.h
@@ -3,7 +3,8 @@
 
 #include <linux/init.h>
 
-#if 0/*__GNUC__ > 2 || __GNUC_MINOR__ >= 90*/ /* egcs */
+#if __GNUC__ > 2 || __GNUC_MINOR__ >= 90 /* egcs */
+#define __pmac __attribute__ ((__section__ (".text.pmac")))
 #define __pmacdata __attribute__ ((__section__ (".data.pmac")))
 #define __pmacfunc(__argpmac) \
 	__argpmac __pmac; \

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