Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53799
b: refs/heads/master
c: 1b523fb
h: refs/heads/master
i:
  53797: 5f4646a
  53795: 7999268
  53791: a8b8a23
v: v3
  • Loading branch information
Andrew Morton authored and Andi Kleen committed May 2, 2007
1 parent 62c62b9 commit 99a9d67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 20280195f2a3d80c42a190959ca22108c93cd7e0
refs/heads/master: 1b523fb54977c9bb81b16c4badce581a2b455994
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void foo(void)
sizeof(struct tss_struct));

DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
DEFINE(VDSO_PRELINK, VDSO_PRELINK);
DEFINE(VDSO_PRELINK_asm, VDSO_PRELINK);

OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx);

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/vsyscall.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

SECTIONS
{
. = VDSO_PRELINK + SIZEOF_HEADERS;
. = VDSO_PRELINK_asm + SIZEOF_HEADERS;

.hash : { *(.hash) } :text
.gnu.hash : { *(.gnu.hash) }
Expand All @@ -21,7 +21,7 @@ SECTIONS
For the layouts to match, we need to skip more than enough
space for the dynamic symbol table et al. If this amount
is insufficient, ld -shared will barf. Just increase it here. */
. = VDSO_PRELINK + 0x400;
. = VDSO_PRELINK_asm + 0x400;

.text : { *(.text) } :text =0x90909090
.note : { *(.note.*) } :text :note
Expand Down

0 comments on commit 99a9d67

Please sign in to comment.