Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68302
b: refs/heads/master
c: 3497337
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 9, 2007
1 parent 2b1bc6f commit c87ca12
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: 5d9df8eeacec943c9599f1cfd1069bc8cced3de6
refs/heads/master: 3497337946415849a2e4473ec2e9f0d2a6624b23
4 changes: 4 additions & 0 deletions trunk/arch/sh/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ SECTIONS
__nosave_end = .;

PERCPU(PAGE_SIZE)

. = ALIGN(L1_CACHE_BYTES);
.data.cacheline_aligned : { *(.data.cacheline_aligned) }

_edata = .; /* End of data section */
Expand Down Expand Up @@ -90,6 +92,8 @@ SECTIONS
SECURITY_INIT

#ifdef CONFIG_BLK_DEV_INITRD
. = ALIGN(PAGE_SIZE);

__initramfs_start = .;
.init.ramfs : { *(.init.ramfs) }
__initramfs_end = .;
Expand Down

0 comments on commit c87ca12

Please sign in to comment.