X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-generic%2Fsections.h;h=0b49f9e070f14ac2ac780e0b7e4170d7677ed399;hb=f055408957750cf759162c364c2a4dfe19765844;hp=450eae22c39a3e2a517dea059a7e3b01bb7ce6d6;hpb=5d2a22079c825669d91a3a200332f1053b4b61b0;p=linux-2.6 diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h index 450eae22c3..0b49f9e070 100644 --- a/include/asm-generic/sections.h +++ b/include/asm-generic/sections.h @@ -12,5 +12,7 @@ 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[]; #endif /* _ASM_GENERIC_SECTIONS_H_ */