Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127058
b: refs/heads/master
c: 05a717f
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent ce306ee commit ac8c52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 383163826012d70da070bedd432a74bb8d915315
refs/heads/master: 05a717fbc893c777165b00821b9dcde968a95bcc
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/cplb-nompu/cplbinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit ac8c52d

Please sign in to comment.