Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161750
b: refs/heads/master
c: 903444e
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Benjamin Herrenschmidt committed Aug 20, 2009
1 parent 9b54282 commit 0cc6ee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: a15098c90df1ac2b1bfe1d33dd1c47063213aa9a
refs/heads/master: 903444e4297264ec0959e886695911659edb425c
8 changes: 4 additions & 4 deletions trunk/arch/powerpc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ SECTIONS
}
#endif

. = ALIGN(PAGE_SIZE);
_edata = .;
PROVIDE32 (edata = .);

/* The initial task and kernel stack */
#ifdef CONFIG_PPC32
. = ALIGN(8192);
Expand Down Expand Up @@ -282,6 +278,10 @@ SECTIONS
__nosave_end = .;
}

. = ALIGN(PAGE_SIZE);
_edata = .;
PROVIDE32 (edata = .);

/*
* And finally the bss
*/
Expand Down

0 comments on commit 0cc6ee7

Please sign in to comment.