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

Commit 41120551 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Kill explicit %gl register reference.



Older binutils can't handle it.  Use SET_GL() instead,
which is explicitly for this purpose.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 49c13b51
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#include <asm/hvtramp.h>
#include <asm/pstate.h>
#include <asm/ptrace.h>
#include <asm/head.h>
#include <asm/asi.h>

	.text
@@ -28,7 +29,7 @@
	 * First setup basic privileged cpu state.
	 */
hv_cpu_startup:
	wrpr		%g0, 0, %gl
	SET_GL(0)
	wrpr		%g0, 15, %pil
	wrpr		%g0, 0, %canrestore
	wrpr		%g0, 0, %otherwin