Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302646
b: refs/heads/master
c: f106eac
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Greg Ungerer committed May 20, 2012
1 parent 9fd8b65 commit 45cd3c6
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 0c22fafd312cd8658ca23f6067a20aec0781c02a
refs/heads/master: f106eac91edbd28de23b0bc58be82f68d976e24f
7 changes: 6 additions & 1 deletion trunk/arch/m68k/include/asm/flat.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
#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

static inline int flat_set_persistent(unsigned long relval,
unsigned long *persistent)
{
return 0;
}

#endif /* __M68KNOMMU_FLAT_H__ */

0 comments on commit 45cd3c6

Please sign in to comment.