Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322994
b: refs/heads/master
c: db2e1f4
h: refs/heads/master
v: v3
  • Loading branch information
Martin Schwidefsky committed Sep 10, 2012
1 parent efc9041 commit dcef605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3368ba25bf387109b24732c1e270c628f20e345d
refs/heads/master: db2e1f43e7b2320d0450fe34e5ac4ac4d8c7708d
2 changes: 2 additions & 0 deletions trunk/arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -974,11 +974,13 @@ static void __init setup_hwcaps(void)
if (MACHINE_HAS_HPAGE)
elf_hwcap |= HWCAP_S390_HPAGE;

#if defined(CONFIG_64BIT)
/*
* 64-bit register support for 31-bit processes
* HWCAP_S390_HIGH_GPRS is bit 9.
*/
elf_hwcap |= HWCAP_S390_HIGH_GPRS;
#endif

get_cpu_id(&cpu_id);
switch (cpu_id.machine) {
Expand Down

0 comments on commit dcef605

Please sign in to comment.