x86, asmlinkage: Make _*_start_kernel visible

Obviously these functions have to be visible, otherwise
the whole kernel could be optimized away.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1375740170-7446-5-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
Andi Kleen
2013-08-05 15:02:38 -07:00
committed by H. Peter Anvin
parent 1d9090e2fb
commit a1ed4ddfb7
3 changed files with 7 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ static void __init copy_bootdata(char *real_mode_data)
}
}
void __init x86_64_start_kernel(char * real_mode_data)
asmlinkage void __init x86_64_start_kernel(char * real_mode_data)
{
int i;