Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77831
b: refs/heads/master
c: 003c6af
h: refs/heads/master
i:
  77829: 12d9f0a
  77827: b47e682
  77823: 6823498
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 1004b48 commit c9f24ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e06712df7792165d12392bc1fdda6bf384e1313b
refs/heads/master: 003c6af6c6370cc3315ab828a0e6618f00713d96
2 changes: 1 addition & 1 deletion trunk/include/asm-sh/flat.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#define flat_get_addr_from_rp(rp, relval, flags, p) get_unaligned(rp)
#define flat_put_addr_at_rp(rp, val, relval) put_unaligned(val,rp)
#define flat_get_relocate_addr(rel) (rel)
#define flat_set_persistent(relval, p) 0
#define flat_set_persistent(relval, p) ({ (void)p; 0; })

#endif /* __ASM_SH_FLAT_H */

0 comments on commit c9f24ae

Please sign in to comment.