Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173531
b: refs/heads/master
c: f4bed4f
h: refs/heads/master
i:
  173529: 356c5a4
  173527: 7597c1a
v: v3
  • Loading branch information
Tim Abbott authored and Greg Ungerer committed Dec 4, 2009
1 parent c951f4f commit 46e9d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 10f204e5ad4e0c72aa007c00cb76c1d5a577032d
refs/heads/master: f4bed4fb17417085d00e4fd1dc285db0330e5945
5 changes: 3 additions & 2 deletions trunk/arch/m68knommu/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/

#include <asm-generic/vmlinux.lds.h>
#include <asm/page.h>

#if defined(CONFIG_RAMKERNEL)
#define RAM_START CONFIG_KERNELBASE
Expand Down Expand Up @@ -155,7 +156,7 @@ SECTIONS {
} > DATA

.init : {
. = ALIGN(4096);
. = ALIGN(PAGE_SIZE);
__init_begin = .;
_sinittext = .;
INIT_TEXT
Expand All @@ -180,7 +181,7 @@ SECTIONS {
*(.init.ramfs)
__initramfs_end = .;
#endif
. = ALIGN(4096);
. = ALIGN(PAGE_SIZE);
__init_end = .;
} > INIT

Expand Down

0 comments on commit 46e9d1d

Please sign in to comment.