Commit 398120be authored by Venkatesh Pallipadi's avatar Venkatesh Pallipadi Committed by Linus Torvalds

[PATCH] x86-64: Fix do_suspend_lowlevel

do_suspend_lowlevel doesn't have an argument anymore, but the assembly code
would still test it and fail randomly. Remove the bogus test.
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 43a27979
......@@ -429,9 +429,6 @@ ENTRY(do_suspend_lowlevel_s4bios)
do_suspend_lowlevel:
.LFB5:
subq $8, %rsp
.LCFI2:
testl %edi, %edi
jne .L99
xorl %eax, %eax
call save_processor_state
......
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