Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114231
b: refs/heads/master
c: 68abcee
h: refs/heads/master
i:
  114229: 32f6c63
  114227: fb9dfe9
  114223: 77fac19
v: v3
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Oct 14, 2008
1 parent ed02c57 commit ad0a1ff
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: 8fbbae657305f83ed009143c4c7a8737d75621b2
refs/heads/master: 68abceef1051b254964995c6acabaac95cec9c35
8 changes: 4 additions & 4 deletions trunk/arch/m68k/kernel/vmlinux-std.lds
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ SECTIONS
CONSTRUCTORS
}

.bss : { *(.bss) } /* BSS */

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

.bss : { *(.bss) } /* BSS */

_edata = .; /* End of data section */

Expand All @@ -48,7 +48,7 @@ SECTIONS
_sinittext = .;
INIT_TEXT
_einittext = .;
}
} :data
.init.data : { INIT_DATA }
. = ALIGN(16);
__setup_start = .;
Expand Down

0 comments on commit ad0a1ff

Please sign in to comment.