Skip to content

Commit

Permalink
Blackfin: fix cache Kconfig typo
Browse files Browse the repository at this point in the history
The Kconfig option is "BFIN_EXTMEM_WRITETHROUGH", not "..._WRITETROUGH".

Signed-off-by: André Goddard Rosa <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
  • Loading branch information
andre-rosa authored and vapier committed Nov 25, 2009
1 parent 865bddf commit 7bae2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/kernel/cplb-mpu/cplbinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void __init generate_cplb_tables_cpu(unsigned int cpu)

#ifdef CONFIG_BFIN_EXTMEM_DCACHEABLE
d_cache = CPLB_L1_CHBL;
#ifdef CONFIG_BFIN_EXTMEM_WRITETROUGH
#ifdef CONFIG_BFIN_EXTMEM_WRITETHROUGH
d_cache |= CPLB_L1_AOW | CPLB_WT;
#endif
#endif
Expand Down

0 comments on commit 7bae2c4

Please sign in to comment.