diff options
-rw-r--r-- | arch/blackfin/kernel/cplb-nompu/cplbinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/cplb-nompu/cplbinit.c b/arch/blackfin/kernel/cplb-nompu/cplbinit.c index b0d6084de359..afef5c740aa4 100644 --- a/arch/blackfin/kernel/cplb-nompu/cplbinit.c +++ b/arch/blackfin/kernel/cplb-nompu/cplbinit.c | |||
@@ -163,7 +163,7 @@ static struct cplb_desc cplb_data[] = { | |||
163 | 163 | ||
164 | static bool __init lock_kernel_check(u32 start, u32 end) | 164 | static bool __init lock_kernel_check(u32 start, u32 end) |
165 | { | 165 | { |
166 | if (start >= (u32)_end || end <= (u32)_stext) | 166 | if (start >= (u32)__init_begin || end <= (u32)_stext) |
167 | return false; | 167 | return false; |
168 | 168 | ||
169 | /* This cplb block overlapped with kernel area. */ | 169 | /* This cplb block overlapped with kernel area. */ |