]> err.no Git - linux-2.6/blobdiff - include/asm-generic/sections.h
[PATCH] sunrpc: print unsigned integers in stats
[linux-2.6] / include / asm-generic / sections.h
index 976ac29598b78d0b2c0c90516480e93434d8f506..450eae22c39a3e2a517dea059a7e3b01bb7ce6d6 100644 (file)
@@ -8,6 +8,9 @@ extern char _data[], _sdata[], _edata[];
 extern char __bss_start[], __bss_stop[];
 extern char __init_begin[], __init_end[];
 extern char _sinittext[], _einittext[];
+extern char _sextratext[] __attribute__((weak));
+extern char _eextratext[] __attribute__((weak));
 extern char _end[];
+extern char __per_cpu_start[], __per_cpu_end[];
 
 #endif /* _ASM_GENERIC_SECTIONS_H_ */