Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137103
b: refs/heads/master
c: 4636b30
h: refs/heads/master
i:
  137101: e3baaa8
  137099: 95fb0fd
  137095: 355e5ff
  137087: 1a0c694
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Mar 28, 2009
1 parent eb95065 commit e2de240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1eb19e30adeb05957b45204f0c04d94fc4662ffd
refs/heads/master: 4636b3019a76aacc5b01e14bd14cb468fb00940f
4 changes: 4 additions & 0 deletions trunk/arch/blackfin/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ SECTIONS
. = ALIGN(4);
__etext_l1 = .;
}
ASSERT (SIZEOF(.text_l1) <= L1_CODE_LENGTH, "L1 text overflow!")

.data_l1 L1_DATA_A_START : AT(LOADADDR(.text_l1) + SIZEOF(.text_l1))
{
Expand All @@ -200,6 +201,7 @@ SECTIONS
. = ALIGN(4);
__ebss_l1 = .;
}
ASSERT (SIZEOF(.data_a_l1) <= L1_DATA_A_LENGTH, "L1 data A overflow!")

.data_b_l1 L1_DATA_B_START : AT(LOADADDR(.data_l1) + SIZEOF(.data_l1))
{
Expand All @@ -214,6 +216,7 @@ SECTIONS
. = ALIGN(4);
__ebss_b_l1 = .;
}
ASSERT (SIZEOF(.data_b_l1) <= L1_DATA_B_LENGTH, "L1 data B overflow!")

__l2_lma_start = LOADADDR(.data_b_l1) + SIZEOF(.data_b_l1);

Expand All @@ -239,6 +242,7 @@ SECTIONS
. = ALIGN(4);
__ebss_l2 = .;
}
ASSERT (SIZEOF(.text_data_l1) <= L2_LENGTH, "L2 overflow!")

/* Force trailing alignment of our init section so that when we
* free our init memory, we don't leave behind a partial page.
Expand Down

0 comments on commit e2de240

Please sign in to comment.