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>
This commit is contained in:
parent
e0e745e45d
commit
54c2f3fdb9
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ static struct cpuidle_device apm_cpuidle_device;
|
||||||
/*
|
/*
|
||||||
* Local variables
|
* Local variables
|
||||||
*/
|
*/
|
||||||
static struct {
|
__visible struct {
|
||||||
unsigned long offset;
|
unsigned long offset;
|
||||||
unsigned short segment;
|
unsigned short segment;
|
||||||
} apm_bios_entry;
|
} apm_bios_entry;
|
||||||
|
|
Loading…
Add table
Reference in a new issue