projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4d551
)
arm: another compile fix
author
David Schleef
<ds@schleef.org>
Tue, 6 Oct 2009 21:26:22 +0000
(14:26 -0700)
committer
David Schleef
<ds@schleef.org>
Tue, 6 Oct 2009 21:26:22 +0000
(14:26 -0700)
orc/orccpu-arm.c
patch
|
blob
|
history
diff --git
a/orc/orccpu-arm.c
b/orc/orccpu-arm.c
index
994d4b6
..
d1d9f28
100644
(file)
--- a/
orc/orccpu-arm.c
+++ b/
orc/orccpu-arm.c
@@
-123,7
+123,6
@@
orc_cpu_detect_arch(void)
{
#ifdef __linux__
int arm_implementer = 0;
- int arm_arch;
char *cpuinfo;
char *s;
@@
-149,6
+148,7
@@
orc_cpu_detect_arch(void)
#if 0
s = get_cpuinfo_line(cpuinfo, "CPU architecture");
if (s) {
+ int arm_arch;
arm_arch = strtoul (s, NULL, 0);
if (arm_arch >= 6)
orc_cpu_flags |= ORC_CPU_FLAG_ARM6;