Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188472
b: refs/heads/master
c: 0afc272
h: refs/heads/master
v: v3
  • Loading branch information
Jie Zhang authored and Mike Frysinger committed Mar 9, 2010
1 parent 9b08705 commit 88ec65f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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: cb191718fcca887fb4d5e3de833546ab12b433f9
refs/heads/master: 0afc272cc6044b7a4f1318eadbfb10c4be654441
13 changes: 8 additions & 5 deletions trunk/arch/blackfin/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,21 @@ SECTIONS
___init_begin = .;

INIT_TEXT_SECTION(PAGE_SIZE)
. = ALIGN(16);
INIT_DATA_SECTION(16)
PERCPU(4)

/* we have to discard exit text and such at runtime, not link time, to
/* We have to discard exit text and such at runtime, not link time, to
* handle embedded cross-section references (alt instructions, bug
* table, eh_frame, etc...)
* table, eh_frame, etc...). We need all of our .text up front and
* .data after it for PCREL call issues.
*/
.exit.text :
{
EXIT_TEXT
}

. = ALIGN(16);
INIT_DATA_SECTION(16)
PERCPU(4)

.exit.data :
{
EXIT_DATA
Expand Down

0 comments on commit 88ec65f

Please sign in to comment.