asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*
As requested by Linus add explicit __visible to the asmlinkage users. This marks functions visible to assembler. Tree sweep for rest of tree. Signed-off-by: Andi Kleen <ak@linux.intel.com> Link: http://lkml.kernel.org/r/1398984278-29319-4-git-send-email-andi@firstfloor.org Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
这个提交包含在:
@@ -37,7 +37,7 @@ __visible struct {
|
||||
* kernel begins at offset 3GB...
|
||||
*/
|
||||
|
||||
asmlinkage void pnp_bios_callfunc(void);
|
||||
asmlinkage __visible void pnp_bios_callfunc(void);
|
||||
|
||||
__asm__(".text \n"
|
||||
__ALIGN_STR "\n"
|
||||
|
在新工单中引用
屏蔽一个用户