Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24770
b: refs/heads/master
c: d89cfe7
h: refs/heads/master
v: v3
  • Loading branch information
Russ Anderson authored and Tony Luck committed Mar 29, 2006
1 parent 7cf2efc commit fae2c4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: e6d1ba5cd9954e7c15538aaef7585b235a69e0e1
refs/heads/master: d89cfe7f1e82d758a7983584c1593795d4e2c098
18 changes: 9 additions & 9 deletions trunk/arch/ia64/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ SECTIONS
__stop___ex_table = .;
}

/* MCA table */
. = ALIGN(16);
__mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET)
{
__start___mca_table = .;
*(__mca_table)
__stop___mca_table = .;
}

/* Global data */
_data = .;

Expand Down Expand Up @@ -130,15 +139,6 @@ SECTIONS
__initcall_end = .;
}

/* MCA table */
. = ALIGN(16);
__mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET)
{
__start___mca_table = .;
*(__mca_table)
__stop___mca_table = .;
}

.data.patch.vtop : AT(ADDR(.data.patch.vtop) - LOAD_OFFSET)
{
__start___vtop_patchlist = .;
Expand Down

0 comments on commit fae2c4c

Please sign in to comment.