Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21476
b: refs/heads/master
c: 4ff7ac4
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent c480cbc commit 5b1251e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22780e23c629303474797d17e7f09ad7721ef55b
refs/heads/master: 4ff7ac417d4b628c23df3ae8301d17e29e6e8f16
4 changes: 4 additions & 0 deletions trunk/include/asm-sparc64/head.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#define SET_GL(val) \
.word 0xa1902000 | val

/* rdpr %gl, %gN */
#define GET_GL_GLOBAL(N) \
.word 0x81540000 | (N << 25)

#define KERNBASE 0x400000

#define PTREGS_OFF (STACK_BIAS + STACKFRAME_SZ)
Expand Down

0 comments on commit 5b1251e

Please sign in to comment.