summaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000/common
diff options
context:
space:
mode:
authorPete Popov2005-04-08 10:34:43 +0200
committerRalf Baechle2005-10-29 20:31:02 +0200
commitfe359bf58414478a0ddbd65923e2f1aceedf330f (patch)
treef40b1bffd5a974242dd3ee19872daaa9056ba900 /arch/mips/au1000/common
parentRemove CONFIG_PM dependency from au1x wait in cpu_probe. (diff)
downloadkernel-qcow2-linux-fe359bf58414478a0ddbd65923e2f1aceedf330f.tar.gz
kernel-qcow2-linux-fe359bf58414478a0ddbd65923e2f1aceedf330f.tar.xz
kernel-qcow2-linux-fe359bf58414478a0ddbd65923e2f1aceedf330f.zip
Fixed buglet with previous patch that broke non au1x builds.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/au1000/common')
-rw-r--r--arch/mips/au1000/common/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c
index 2bc33824807b..2f81a0c00442 100644
--- a/arch/mips/au1000/common/time.c
+++ b/arch/mips/au1000/common/time.c
@@ -57,7 +57,7 @@ unsigned long missed_heart_beats = 0;
static unsigned long r4k_offset; /* Amount to increment compare reg each time */
static unsigned long r4k_cur; /* What counter should be at next timer irq */
int no_au1xxx_32khz;
-int allow_au1k_wait = 0; /* default off for CP0 Counter */
+extern int allow_au1k_wait; /* default off for CP0 Counter */
/* Cycle counter value at the previous timer interrupt.. */
static unsigned int timerhi = 0, timerlo = 0;