1 #ifndef _ASM_POWERPC_SECTIONS_H
2 #define _ASM_POWERPC_SECTIONS_H
4 #include <asm-generic/sections.h>
10 static inline int in_kernel_text(unsigned long addr
)
12 if (addr
>= (unsigned long)_stext
&& addr
< (unsigned long)__init_end
)
20 #endif /* _ASM_POWERPC_SECTIONS_H */