Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262395
b: refs/heads/master
c: 3a81b17
h: refs/heads/master
i:
  262393: a438bdc
  262391: 6d05d45
v: v3
  • Loading branch information
Heiko Carstens committed Aug 3, 2011
1 parent ad00b15 commit ed3a3f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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: 34cd551a31cd4e35cd3f9ed9f13bb46b4ee98508
refs/heads/master: 3a81b171429113ae0af2920f5d4ecfe571230627
8 changes: 4 additions & 4 deletions trunk/arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@ config MARCH_Z10
on older machines.

config MARCH_Z196
bool "IBM zEnterprise 196"
bool "IBM zEnterprise 114 and 196"
help
Select this to enable optimizations for IBM zEnterprise 196
(2817 series). The kernel will be slightly faster but will not work
on older machines.
Select this to enable optimizations for IBM zEnterprise 114 and 196
(2818 and 2817 series). The kernel will be slightly faster but will
not work on older machines.

endchoice

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ static void __init setup_hwcaps(void)
strcpy(elf_platform, "z10");
break;
case 0x2817:
case 0x2818:
strcpy(elf_platform, "z196");
break;
}
Expand Down

0 comments on commit ed3a3f8

Please sign in to comment.