Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54c2f3fd authored by Andi Kleen's avatar Andi Kleen Committed by H. Peter Anvin
Browse files

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

parent e0e745e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;