projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[IA64] add driver for ACPI methods to call native firmware
[linux-2.6.git]
/
arch
/
blackfin
/
mach-common
/
dpmc.S
diff --git
a/arch/blackfin/mach-common/dpmc.S
b/arch/blackfin/mach-common/dpmc.S
index
04194dc
..
39fbc28
100644
(file)
--- a/
arch/blackfin/mach-common/dpmc.S
+++ b/
arch/blackfin/mach-common/dpmc.S
@@
-300,7
+300,7
@@
ENTRY(_sleep_deeper)
P0.H = hi(PLL_CTL);
P0.L = lo(PLL_CTL);
R5 = W[P0](z);
- R0.L = (MIN_VC/CONFIG_CLKIN_HZ) << 9;
+ R0.L = (CONFIG_MIN_VCO_HZ/CONFIG_CLKIN_HZ) << 9;
W[P0] = R0.l;
SSYNC;