From: Andi Kleen Date: Mon, 5 Aug 2013 22:02:45 +0000 (-0700) Subject: x86, asmlinkage, apm: Make APM data structure used from assembler visible X-Git-Tag: firefly_0821_release~176^2~5280^2~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=54c2f3fdb941204cad136024c7b854b7ad112ab6;p=firefly-linux-kernel-4.4.55.git x86, asmlinkage, apm: Make APM data structure used from assembler visible Signed-off-by: Andi Kleen Link: http://lkml.kernel.org/r/1375740170-7446-12-git-send-email-andi@firstfloor.org Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c index 53a4e2744846..3ab03430211d 100644 --- a/arch/x86/kernel/apm_32.c +++ b/arch/x86/kernel/apm_32.c @@ -392,7 +392,7 @@ static struct cpuidle_device apm_cpuidle_device; /* * Local variables */ -static struct { +__visible struct { unsigned long offset; unsigned short segment; } apm_bios_entry;