commit | 9eca345c67ad69652d54fd929830758c324f25ca | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon Apr 13 10:32:40 2020 +0900 |
committer | Vineet Gupta <vgupta@synopsys.com> | Sun Apr 12 22:27:09 2020 -0700 |
tree | 5c69748c887c62bf13284487c40d978f9ff2306c | |
parent | 4c13ca86dcf80a8c705b1f3674ff43d318e970e0 [diff] |
arc: ptrace: hard-code "arc" instead of UTS_MACHINE ARC uses the UTS_MACHINE defined in the top Makefile as follows: UTS_MACHINE := $(ARCH) We know it is "arc" when we are building the kernel for ARC. Hard-code user_regset_view::name, like many other architectures do. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>