Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45175
b: refs/heads/master
c: 4cc2f7a
h: refs/heads/master
i:
  45173: 4073e96
  45171: da44739
  45167: 23f580b
v: v3
  • Loading branch information
Paul Brook authored and Russell King committed Dec 30, 2006
1 parent 608ceb8 commit 27e4124
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 431d2cd99f9721ad09f859dc65895f30385cc5c6
refs/heads/master: 4cc2f7a84d64d25a16bb9383148c1467284e2356
4 changes: 3 additions & 1 deletion trunk/include/asm-arm/flat.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#ifndef __ARM_FLAT_H__
#define __ARM_FLAT_H__

#define flat_stack_align(sp) /* nothing needed */
/* An odd number of words will be pushed after this alignment, so
deliberately misalign the value. */
#define flat_stack_align(sp) sp = (void *)(((unsigned long)(sp) - 4) | 4)
#define flat_argvp_envp_on_stack() 1
#define flat_old_ram_flag(flags) (flags)
#define flat_reloc_valid(reloc, size) ((reloc) <= (size))
Expand Down

0 comments on commit 27e4124

Please sign in to comment.