Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36347
b: refs/heads/master
c: df8f0ec
h: refs/heads/master
i:
  36345: 0122164
  36343: 3b466d2
v: v3
  • Loading branch information
Al Stone authored and Tony Luck committed Sep 26, 2006
1 parent 4870834 commit 671f9da
Show file tree
Hide file tree
Showing 2 changed files with 7 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: ddb4f0df0424d174567a011a176782ffa4202071
refs/heads/master: df8f0ec1a413ae610899f009e25dc9777881e149
8 changes: 6 additions & 2 deletions trunk/arch/ia64/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ SECTIONS
*(.data.gate)
__stop_gate_section = .;
}
. = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose kernel data */
. = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose
* kernel data
*/

.data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET)
{ *(.data.read_mostly) }
Expand All @@ -202,7 +204,9 @@ SECTIONS
*(.data.percpu)
__per_cpu_end = .;
}
. = __phys_per_cpu_start + PERCPU_PAGE_SIZE; /* ensure percpu data fits into percpu page size */
. = __phys_per_cpu_start + PERCPU_PAGE_SIZE; /* ensure percpu data fits
* into percpu page size
*/

data : { } :data
.data : AT(ADDR(.data) - LOAD_OFFSET)
Expand Down

0 comments on commit 671f9da

Please sign in to comment.