[SPARC64]: Add GET_GL_GLOBAL() macro for SUN4V.
So we can read the %gl register for debugging. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
#define SET_GL(val) \
|
#define SET_GL(val) \
|
||||||
.word 0xa1902000 | val
|
.word 0xa1902000 | val
|
||||||
|
|
||||||
|
/* rdpr %gl, %gN */
|
||||||
|
#define GET_GL_GLOBAL(N) \
|
||||||
|
.word 0x81540000 | (N << 25)
|
||||||
|
|
||||||
#define KERNBASE 0x400000
|
#define KERNBASE 0x400000
|
||||||
|
|
||||||
#define PTREGS_OFF (STACK_BIAS + STACKFRAME_SZ)
|
#define PTREGS_OFF (STACK_BIAS + STACKFRAME_SZ)
|
||||||
|
Reference in New Issue
Block a user