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

Commit fd0581bb authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

i386: Fix compilation of verify_cpu.S on old binutils

parent 1f8a6b65
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,7 +10,9 @@ verify_cpu:

#if CONFIG_X86_MINIMUM_CPU_MODEL >= 4
	pushfl
	orl	$(1<<18),(%esp)		# try setting AC
	pop	%eax
	orl	$(1<<18),%eax		# try setting AC
	push	%eax
	popfl
	pushfl
	popl    %eax