Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279734
b: refs/heads/master
c: 33d4bcc
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Dec 30, 2011
1 parent 539ab90 commit 60d6b02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 9e95f7cdf5c3741ed00a298c0201d624833b4102
refs/heads/master: 33d4bcca603c9174c0ee0e312fd3c6da03ff9e15
6 changes: 3 additions & 3 deletions trunk/arch/m68k/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ typedef struct user_m68kfp_struct elf_fpregset_t;
is actually used on ASV. */
#define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0

#ifndef CONFIG_SUN3
#define ELF_EXEC_PAGESIZE 4096
#else
#if defined(CONFIG_SUN3) || defined(CONFIG_COLDFIRE)
#define ELF_EXEC_PAGESIZE 8192
#else
#define ELF_EXEC_PAGESIZE 4096
#endif

/* This is the location that an ET_DYN program is loaded if exec'ed. Typical
Expand Down

0 comments on commit 60d6b02

Please sign in to comment.