projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3831638
)
Blackfin arch: do not include init sections in the kernel lock down as it gets releas...
author
Mike Frysinger
<vapier.adi@gmail.com>
Tue, 18 Nov 2008 09:48:22 +0000
(17:48 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Tue, 18 Nov 2008 09:48:22 +0000
(17:48 +0800)
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/kernel/cplb-nompu/cplbinit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/kernel/cplb-nompu/cplbinit.c
b/arch/blackfin/kernel/cplb-nompu/cplbinit.c
index
b0d6084
..
afef5c7
100644
(file)
--- 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[] = {
static bool __init lock_kernel_check(u32 start, u32 end)
{
- if (start >= (u32)_
end
|| end <= (u32)_stext)
+ if (start >= (u32)_
_init_begin
|| end <= (u32)_stext)
return false;
/* This cplb block overlapped with kernel area. */