Commit 2d2bec8f authored by Andi Kleen's avatar Andi Kleen Committed by Willy Tarreau

x86, asmlinkage, apm: Make APM data structure used from assembler visible

commit 54c2f3fd upstream.
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1375740170-7446-12-git-send-email-andi@firstfloor.orgSigned-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
parent ba3e6eaa
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment