Re: [PATCH v2 6/9] dump: Introduce dump_is_64bit() helper function

2022-03-11 Thread Richard Henderson
On 3/10/22 03:08, Janosch Frank wrote: Checking d_class in dump_info leads to lengthy conditionals so let's shorten things a bit by introducing a helper function. Signed-off-by: Janosch Frank --- dump/dump.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) Reviewe

[PATCH v2 6/9] dump: Introduce dump_is_64bit() helper function

2022-03-10 Thread Janosch Frank
Checking d_class in dump_info leads to lengthy conditionals so let's shorten things a bit by introducing a helper function. Signed-off-by: Janosch Frank --- dump/dump.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/dump/dump.c b/dump/dump.c index 12b3a1