Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189379
b: refs/heads/master
c: d5ab780
h: refs/heads/master
i:
  189377: 3d80092
  189375: cff8ca6
v: v3
  • Loading branch information
Andrew Stubbs authored and Paul Mundt committed Mar 29, 2010
1 parent 23ff54c commit 5993683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 59a2f7d9fd41c68b7013797e82b8f40fc154ccae
refs/heads/master: d5ab780305bb6d60a7b5a74f18cf84eb6ad153b1
6 changes: 4 additions & 2 deletions trunk/arch/sh/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,17 @@ extern void __kernel_vsyscall;

#define VSYSCALL_AUX_ENT \
if (vdso_enabled) \
NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_BASE);
NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_BASE); \
else \
NEW_AUX_ENT(AT_IGNORE, 0);
#else
#define VSYSCALL_AUX_ENT
#endif /* CONFIG_VSYSCALL */

#ifdef CONFIG_SH_FPU
#define FPU_AUX_ENT NEW_AUX_ENT(AT_FPUCW, FPSCR_INIT)
#else
#define FPU_AUX_ENT
#define FPU_AUX_ENT NEW_AUX_ENT(AT_IGNORE, 0)
#endif

extern int l1i_cache_shape, l1d_cache_shape, l2_cache_shape;
Expand Down

0 comments on commit 5993683

Please sign in to comment.