diff options
| author | Paul Chaignon <paul.chaignon@orange.com> | 2019-10-25 11:39:12 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-10-25 18:16:59 +0200 |
| commit | 618d98cd48f3ce4b19e9f266e62cf0cd402a13fd (patch) | |
| tree | 35bbb3b73fa11a4385fe39bc08cb8a63f2941da5 /sys/linux/gen/arm.go | |
| parent | 018e59bad08fd11109c322f43c122450aee190bd (diff) | |
sys/linux: fix int should be const in InfiniBand description
Diffstat (limited to 'sys/linux/gen/arm.go')
| -rw-r--r-- | sys/linux/gen/arm.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/gen/arm.go b/sys/linux/gen/arm.go index 3cea2ec71..09fb7f93d 100644 --- a/sys/linux/gen/arm.go +++ b/sys/linux/gen/arm.go @@ -2494,7 +2494,7 @@ var structDescs_arm = []*KeyedStruct{ &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "provider_out_words", TypeSize: 2, ArgDir: 2}}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "cmd_hdr_reserved", TypeSize: 4, ArgDir: 2}}}, &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "comp_mask", TypeSize: 4, ArgDir: 2}}}, - &IntType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "int32", FldName: "log_ind_tbl_size", TypeSize: 4, ArgDir: 2}}, Kind: 2, RangeBegin: 1, RangeEnd: 1}, + &ConstType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "const", FldName: "log_ind_tbl_size", TypeSize: 4, ArgDir: 2}}, Val: 1}, &ArrayType{TypeCommon: TypeCommon{TypeName: "array", FldName: "wq_handles", TypeSize: 8, ArgDir: 2}, Type: &ResourceType{TypeCommon: TypeCommon{TypeName: "wq_handle", TypeSize: 4, ArgDir: 2}}, Kind: 1, RangeBegin: 2, RangeEnd: 2}, }}}, {Key: StructKey{Name: "create_rwq_ind_table_resp", Dir: 1}, Desc: &StructDesc{TypeCommon: TypeCommon{TypeName: "create_rwq_ind_table_resp", TypeSize: 16, ArgDir: 1}, Fields: []Type{ @@ -54888,4 +54888,4 @@ var consts_arm = []ConstValue{ {Name: "bpf_insn_load_imm_dw", Value: 24}, } -const revision_arm = "c4d4d6b1fe5360da928205e08b8dfa6f5cc09e25" +const revision_arm = "008d84593d74a8baa23360409ccf2f4e8d3ccb88" |
