Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173533
b: refs/heads/master
c: 49612a5
h: refs/heads/master
i:
  173531: 46e9d1d
v: v3
  • Loading branch information
Tim Abbott authored and Greg Ungerer committed Dec 4, 2009
1 parent e1a8487 commit c0cb215
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d6cd1f0c38c9820472fb898cb6fa1b3fc42a85a8
refs/heads/master: 49612a5fa574227db9eb14b0dd4befcf4e273a73
7 changes: 3 additions & 4 deletions trunk/arch/m68knommu/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

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

#if defined(CONFIG_RAMKERNEL)
#define RAM_START CONFIG_KERNELBASE
Expand Down Expand Up @@ -148,10 +149,8 @@ SECTIONS {
. = ALIGN(4);
_sdata = . ;
DATA_DATA
. = ALIGN(32);
*(.data.cacheline_aligned)
. = ALIGN(8192) ;
*(.data.init_task)
CACHELINE_ALIGNED_DATA(32)
INIT_TASK_DATA(THREAD_SIZE)
_edata = . ;
} > DATA

Expand Down

0 comments on commit c0cb215

Please sign in to comment.