Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182091
b: refs/heads/master
c: 874fd3b
h: refs/heads/master
i:
  182089: cb03340
  182087: 3c8d6fe
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Feb 27, 2010
1 parent a9af2f4 commit 810ebbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 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: 3b839070f11295735ce8d9ef580c5eb23417aabf
refs/heads/master: 874fd3b5acc20f2a464409045aef3b2288069787
14 changes: 7 additions & 7 deletions trunk/arch/mips/include/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,14 +334,14 @@ extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *);

#define ELF_HWCAP (0)

/* This yields a string that ld.so will use to load implementation
specific libraries for optimization. This is more specific in
intent than poking at uname or /proc/cpuinfo.
For the moment, we have only optimizations for the Intel generations,
but that could change... */
/*
* This yields a string that ld.so will use to load implementation
* specific libraries for optimization. This is more specific in
* intent than poking at uname or /proc/cpuinfo.
*/

#define ELF_PLATFORM (NULL)
#define ELF_PLATFORM __elf_platform
extern const char *__elf_platform;

/*
* See comments in asm-alpha/elf.h, this is the same thing
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/kernel/cpu-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ static inline void cpu_probe_cavium(struct cpuinfo_mips *c, unsigned int cpu)
}

const char *__cpu_name[NR_CPUS];
const char *__elf_platform;

__cpuinit void cpu_probe(void)
{
Expand Down

0 comments on commit 810ebbf

Please sign in to comment.