Skip to content

Commit

Permalink
s390/Kconfig: make z196 the default processor type
Browse files Browse the repository at this point in the history
The current default processor type is z900. The BPF jit compiler
depends on PACK_STACK && HAVE_MARCH_Z196_FEATURES. To have the
BPF jit code included in compiles with 'make allmodconfig' set
the default processor type to z196.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Martin Schwidefsky committed Apr 21, 2016
1 parent 99d00a2 commit 7072276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ config HAVE_MARCH_Z13_FEATURES

choice
prompt "Processor type"
default MARCH_Z900
default MARCH_Z196

config MARCH_Z900
bool "IBM zSeries model z800 and z900"
Expand Down

0 comments on commit 7072276

Please sign in to comment.