diff options
author | Andi Kleen <ak@linux.intel.com> | 2013-08-05 18:02:45 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-08-06 17:20:20 -0400 |
commit | 54c2f3fdb941204cad136024c7b854b7ad112ab6 (patch) | |
tree | 70692d744ba70bf72f50d94dd5d3058101e5f554 | |
parent | e0e745e45d3d3c22f60dc9b2c17bcfc0d9f2bc82 (diff) |
x86, asmlinkage, apm: Make APM data structure used from assembler visible
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1375740170-7446-12-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r-- | arch/x86/kernel/apm_32.c | 2 |
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; | |||
392 | /* | 392 | /* |
393 | * Local variables | 393 | * Local variables |
394 | */ | 394 | */ |
395 | static struct { | 395 | __visible struct { |
396 | unsigned long offset; | 396 | unsigned long offset; |
397 | unsigned short segment; | 397 | unsigned short segment; |
398 | } apm_bios_entry; | 398 | } apm_bios_entry; |