Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37235
b: refs/heads/master
c: 120b114
h: refs/heads/master
i:
  37233: 51b8f48
  37231: b48256d
v: v3
  • Loading branch information
Vivek Goyal authored and Andi Kleen committed Sep 29, 2006
1 parent 1da1e32 commit cd7b14e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 9d0ef4fd61693acd3741ab7ee544246cda1f8738
refs/heads/master: 120b114237e2461fb4fa437c5c37edf014c916b9
14 changes: 7 additions & 7 deletions trunk/arch/x86_64/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ SECTIONS

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

__bss_start = .; /* BSS */
.bss : AT(ADDR(.bss) - LOAD_OFFSET) {
*(.bss.page_aligned)
*(.bss)
}
__bss_stop = .;

. = ALIGN(PAGE_SIZE);
. = ALIGN(CONFIG_X86_L1_CACHE_BYTES);
.data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET) {
Expand Down Expand Up @@ -229,6 +222,13 @@ SECTIONS
. = ALIGN(4096);
__nosave_end = .;

__bss_start = .; /* BSS */
.bss : AT(ADDR(.bss) - LOAD_OFFSET) {
*(.bss.page_aligned)
*(.bss)
}
__bss_stop = .;

_end = . ;

/* Sections to be discarded */
Expand Down

0 comments on commit cd7b14e

Please sign in to comment.