In the __getcpu function, lsl is using the wrong target and destination
registers. Luckily, the compiler tends to choose %eax for both variables,
so it has been working so far.
Fixes:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |
In the __getcpu function, lsl is using the wrong target and destination
registers. Luckily, the compiler tends to choose %eax for both variables,
so it has been working so far.
Fixes:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |