Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch



On Sun, Jul 24, 2016 at 02:09:22PM +0000, Maxime Villard wrote:
> Fix this by properly saving and restoring the EFER MSR. It's a little
> tricky since the wakeup code uses %edx, but rdmsr overwrites it. We just
> save it in %esi.

Use push/pop around it, please?

Joerg


Home | Main Index | Thread Index | Old Index