aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Kleen <[email protected]>2013-08-05 15:02:45 -0700
committerH. Peter Anvin <[email protected]>2013-08-06 14:20:20 -0700
commit54c2f3fdb941204cad136024c7b854b7ad112ab6 (patch)
tree70692d744ba70bf72f50d94dd5d3058101e5f554
parente0e745e45d3d3c22f60dc9b2c17bcfc0d9f2bc82 (diff)
x86, asmlinkage, apm: Make APM data structure used from assembler visible
Signed-off-by: Andi Kleen <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: H. Peter Anvin <[email protected]>
-rw-r--r--arch/x86/kernel/apm_32.c2
1 files changed, 1 insertions, 1 deletions
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;