Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8231
b: refs/heads/master
c: 7c1cd6f
h: refs/heads/master
i:
  8229: 91e435d
  8227: 5c6bd5d
  8223: b68a5f1
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Sep 9, 2005
1 parent b28b1f6 commit a4a7c74
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: 88fb2c6efba8d9e941e9fb61f37dbeafc869fd75
refs/heads/master: 7c1cd6fd5efeb95603e37f35b5da293b452d8b64
4 changes: 4 additions & 0 deletions trunk/drivers/video/nvidia/nv_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@

#define READ_GET(par) (NV_RD32(&(par)->FIFO[0x0011], 0) >> 2)

#ifdef __LITTLE_ENDIAN
#define reverse_order(l) \
do { \
u8 *a = (u8 *)(l); \
Expand All @@ -103,5 +104,8 @@ do { \
*a = byte_rev[*a], a++; \
*a = byte_rev[*a]; \
} while(0)
#else
#define reverse_order(l)
#endif /* __LITTLE_ENDIAN */

#endif /* __NV_LOCAL_H__ */

0 comments on commit a4a7c74

Please sign in to comment.