Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97710
b: refs/heads/master
c: 272bace
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jun 5, 2008
1 parent f02ef1b commit 0526002
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 96173a6c4ebca4c146bb87026cce78bbe392cb61
refs/heads/master: 272bace7f3753ea8bf6ee80e3a6b32fa64190744
3 changes: 3 additions & 0 deletions trunk/include/asm-mips/mipsregs.h
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,9 @@ do { \
#define read_c0_index() __read_32bit_c0_register($0, 0)
#define write_c0_index(val) __write_32bit_c0_register($0, 0, val)

#define read_c0_random() __read_32bit_c0_register($1, 0)
#define write_c0_random(val) __write_32bit_c0_register($1, 0, val)

#define read_c0_entrylo0() __read_ulong_c0_register($2, 0)
#define write_c0_entrylo0(val) __write_ulong_c0_register($2, 0, val)

Expand Down

0 comments on commit 0526002

Please sign in to comment.