Messages in this thread |  | | Date | Fri, 14 Feb 2014 06:38:23 -0800 | From | Andi Kleen <> | Subject | Re: [tip:x86/asmlinkage] lto: Make asmlinkage __visible |
| |
> I guess it is trying to tell me that static function pointers cannot be > __visible: > > static asmlinkage void (*sha256_transform_asm)(const char *, u32 *, u64); > > and > > static asmlinkage void (*sha512_transform_asm)(const char *, u64 *, u64);
Yes there are a couple such warnings now. static asmlinkage does not make much sense. Can run a cocinelle rule over the tree later, will send patches.
-Andi
|  |