commit | 77a87f0cb1a57237860754525d4e8cb2789e6e12 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Apr 21 16:50:08 2015 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Apr 23 16:55:50 2015 +0200 |
tree | e3f8489d3f0400eade439f200ee2002b3b000717 | |
parent | 0a7c501e6759db49d9dffb10ed62142d705e3f90 [diff] |
s390/bpf: add dependency to z196 features The new ebpf code uses e.g. the laal instruction which is part of the interlocked-access facility 1 which again was introduced with z196. So we must make sure the ebpf code generator depends on MARCH_Z196_FEATURES. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>