X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmm.h;h=7ec25dd2f8a97b9d86bfa88da3804b832e728a88;hb=44b6ed4cfab8474061707b60e35afaf2c92a9dc3;hp=6d0f827ca4ebb4daefac7e77da72e3a6c4718822;hpb=e60d726f5d8ccc85f18b9f1f6839112dc8c58fb8;p=linux-2.6-microblaze.git diff --git a/include/linux/mm.h b/include/linux/mm.h index 6d0f827ca4eb..7ec25dd2f8a9 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -124,16 +124,6 @@ extern int mmap_rnd_compat_bits __read_mostly; #define lm_alias(x) __va(__pa_symbol(x)) #endif -/* - * With CONFIG_CFI_CLANG, the compiler replaces function addresses in - * instrumented C code with jump table addresses. Architectures that - * support CFI can define this macro to return the actual function address - * when needed. - */ -#ifndef function_nocfi -#define function_nocfi(x) (x) -#endif - /* * To prevent common memory management code establishing * a zero page mapping on a read fault.