Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72955
b: refs/heads/master
c: fd3d728
h: refs/heads/master
i:
  72953: 32ef3cb
  72951: c94266c
v: v3
  • Loading branch information
Russell King authored and Russell King committed Oct 31, 2007
1 parent 89d193e commit 1cf0e48
Show file tree
Hide file tree
Showing 2 changed files with 3 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: df43309bd525bbe569978ca2a47415b7b07ee057
refs/heads/master: fd3d72859b5fab00aba2e7ce5ca65744f6720769
3 changes: 2 additions & 1 deletion trunk/include/asm-arm/flat.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
#define flat_argvp_envp_on_stack() 1
#define flat_old_ram_flag(flags) (flags)
#define flat_reloc_valid(reloc, size) ((reloc) <= (size))
#define flat_get_addr_from_rp(rp, relval, flags) get_unaligned(rp)
#define flat_get_addr_from_rp(rp, relval, flags, persistent) 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

#endif /* __ARM_FLAT_H__ */

0 comments on commit 1cf0e48

Please sign in to comment.