Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334741
b: refs/heads/master
c: c985cb3
h: refs/heads/master
i:
  334739: 4b01445
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Oct 18, 2012
1 parent 972103e commit 291f9fe
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 0f58aac9af2e93a23cd5f33fed0388e350cf58b9
refs/heads/master: c985cb37f1b39c2c8035af741a2a0b79f1fbaca7
2 changes: 1 addition & 1 deletion trunk/arch/s390/boot/compressed/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OUTPUT_FORMAT("elf64-s390", "elf64-s390", "elf64-s390")
OUTPUT_ARCH(s390:64-bit)
#else
OUTPUT_FORMAT("elf32-s390", "elf32-s390", "elf32-s390")
OUTPUT_ARCH(s390)
OUTPUT_ARCH(s390:31-bit)
#endif

ENTRY(startup)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#ifndef CONFIG_64BIT
OUTPUT_FORMAT("elf32-s390", "elf32-s390", "elf32-s390")
OUTPUT_ARCH(s390)
OUTPUT_ARCH(s390:31-bit)
ENTRY(startup)
jiffies = jiffies_64 + 4;
#else
Expand Down

0 comments on commit 291f9fe

Please sign in to comment.