diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-11-25 14:28:32 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-25 14:30:28 +0100 |
| commit | 6bfd3dd23bb76adbc71f245930d5969243843641 (patch) | |
| tree | ddcc652b5506ebfe77176919d758177240e2594a /sys/linux/sys_ppc64le.const | |
| parent | 371caf773385df0a40211aa2f91c5fe131a338ee (diff) | |
sys/linux: update to current linux-next
Regenerate consts on linux-next next-20191125.
DEVLINK_ATTR_NETNS_* consts were chifted by 1.
__BPF_FUNC_MAX_ID increased as usual.
CRYPTO_ALG_TYPE_BLKCIPHER, CRYPTO_ALG_TYPE_ABLKCIPHER were removed,
replace them with CRYPTO_ALG_TYPE_SKCIPHER.
Diffstat (limited to 'sys/linux/sys_ppc64le.const')
| -rw-r--r-- | sys/linux/sys_ppc64le.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index 6bf815ca5..9a1b9f553 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -174,7 +174,7 @@ KCMP_VM = 1 KCOV_DISABLE = 536896357 KCOV_ENABLE = 536896356 KCOV_INIT_TRACE = 1074291457 -KCOV_REMOTE_ENABLE = 1075340134 +KCOV_REMOTE_ENABLE = 2149081958 KCOV_TRACE_CMP = 1 KCOV_TRACE_PC = 0 KEXEC_ARCH_386 = 196608 |
