Re: [PATCH 2/3] x86, acpi: On S3 failure, just fall through

2015-06-15 Thread Borislav Petkov
On Sun, Jun 14, 2015 at 03:23:09PM +0200, Denys Vlasenko wrote: > Th "jmp" deleted by this patch in fact compiles to "jmp to next insn", > since ".p2align 4,,7" happens to not do any alignment - > aligning to 2^4 would require more than 7 bytes of padding: > > 00b0 : > b0: e8 fc ff ff ff

[PATCH 2/3] x86, acpi: On S3 failure, just fall through

2015-06-14 Thread Denys Vlasenko
Th "jmp" deleted by this patch in fact compiles to "jmp to next insn", since ".p2align 4,,7" happens to not do any alignment - aligning to 2^4 would require more than 7 bytes of padding: 00b0 : b0: e8 fc ff ff ff call b5: e8 8d ff ff ff call 47 ba: 6a 03