Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107478
b: refs/heads/master
c: c6de002
h: refs/heads/master
v: v3
  • Loading branch information
Yoshinori Sato authored and Linus Torvalds committed Aug 1, 2008
1 parent 7256f03 commit 51dd0cf
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: ea44c1d60df3640bd956a67c392865c44fe9bc45
refs/heads/master: c6de002617c199f80f9a2a713dffc263bdc69b81
14 changes: 7 additions & 7 deletions trunk/include/asm-generic/vmlinux.lds.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@
#define BUG_TABLE \
. = ALIGN(8); \
__bug_table : AT(ADDR(__bug_table) - LOAD_OFFSET) { \
__start___bug_table = .; \
VMLINUX_SYMBOL(__start___bug_table) = .; \
*(__bug_table) \
__stop___bug_table = .; \
VMLINUX_SYMBOL(__stop___bug_table) = .; \
}
#else
#define BUG_TABLE
Expand All @@ -345,9 +345,9 @@
#define TRACEDATA \
. = ALIGN(4); \
.tracedata : AT(ADDR(.tracedata) - LOAD_OFFSET) { \
__tracedata_start = .; \
VMLINUX_SYMBOL(__tracedata_start) = .; \
*(.tracedata) \
__tracedata_end = .; \
VMLINUX_SYMBOL(__tracedata_end) = .; \
}
#else
#define TRACEDATA
Expand All @@ -362,7 +362,7 @@

#define INITCALLS \
*(.initcallearly.init) \
__early_initcall_end = .; \
VMLINUX_SYMBOL(__early_initcall_end) = .; \
*(.initcall0.init) \
*(.initcall0s.init) \
*(.initcall1.init) \
Expand All @@ -383,9 +383,9 @@

#define PERCPU(align) \
. = ALIGN(align); \
__per_cpu_start = .; \
VMLINUX_SYMBOL(__per_cpu_start) = .; \
.data.percpu : AT(ADDR(.data.percpu) - LOAD_OFFSET) { \
*(.data.percpu) \
*(.data.percpu.shared_aligned) \
} \
__per_cpu_end = .;
VMLINUX_SYMBOL(__per_cpu_end) = .;

0 comments on commit 51dd0cf

Please sign in to comment.