diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-10-09 05:13:39 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-09 05:13:39 -0400 |
commit | 6c3fc69a173868c0a3c20bc1bba5ede463b5029c (patch) | |
tree | fb3d5d113e4ef08d11f1f6eb454fb0ade2b1efdc /arch/blackfin | |
parent | 1d5ff7e27d2ca30cd3f61afd353b03dd67330818 (diff) |
Blackfin arch: avoid using actual config name in comment
avoid using actual config name in comment as a text search
is done to see what files need to be rebuilt
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/bfin-global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/bfin-global.h b/arch/blackfin/include/asm/bfin-global.h index e1f9cbd00a09..f842ea3bfc19 100644 --- a/arch/blackfin/include/asm/bfin-global.h +++ b/arch/blackfin/include/asm/bfin-global.h | |||
@@ -106,7 +106,7 @@ extern char _stext_l1[], _etext_l1[], _sdata_l1[], _edata_l1[], _sbss_l1[], | |||
106 | _stext_l2[], _etext_l2[], _sdata_l2[], _edata_l2[], _sbss_l2[], | 106 | _stext_l2[], _etext_l2[], _sdata_l2[], _edata_l2[], _sbss_l2[], |
107 | _ebss_l2[], _l2_lma_start[]; | 107 | _ebss_l2[], _l2_lma_start[]; |
108 | 108 | ||
109 | /* only used when CONFIG_MTD_UCLINUX */ | 109 | /* only used when MTD_UCLINUX */ |
110 | extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size; | 110 | extern unsigned long memory_mtd_start, memory_mtd_end, mtd_size; |
111 | 111 | ||
112 | #ifdef CONFIG_BFIN_ICACHE_LOCK | 112 | #ifdef CONFIG_BFIN_ICACHE_LOCK |