patch-2.3.49 linux/include/asm-arm/system.h

Next file: linux/include/asm-i386/hardirq.h
Previous file: linux/include/asm-arm/socket.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.48/linux/include/asm-arm/system.h linux/include/asm-arm/system.h
@@ -7,17 +7,6 @@
 
 #include <linux/config.h>
 
-#define __ebsa285_data		__attribute__((__section__(".data.ebsa285")))
-#define __netwinder_data	__attribute__((__section__(".data.netwinder")))
-
-#ifdef CONFIG_TEXT_SECTIONS
-#define __ebsa285_text		__attribute__((__section__(".text.ebsa285")))
-#define __netwinder_text	__attribute__((__section__(".text.netwinder")))
-#else
-#define __ebsa285_text
-#define __netwinder_text
-#endif
-
 /* information about the system we're running on */
 extern unsigned int system_rev;
 extern unsigned int system_serial_low;

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