]> err.no Git - linux-2.6/blobdiff - include/asm-generic/sections.h
[PATCH] add __[start|end]_rodata sections to asm-generic/sections.h
[linux-2.6] / include / asm-generic / sections.h
index 195ccdc069e6c229dc22024a9d96d0b790f07735..962cad7cfbbda0849cc68380b43c2da97643f23c 100644 (file)
@@ -11,5 +11,9 @@ 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[];
+extern char __kprobes_text_start[], __kprobes_text_end[];
+extern char __initdata_begin[], __initdata_end[];
+extern char __start_rodata[], __end_rodata[];
 
 #endif /* _ASM_GENERIC_SECTIONS_H_ */