commit | 415ddc3b105616d6a4fec279ed7d87841cbfa3fb | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Aug 20 10:55:25 2020 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 03 20:10:56 2021 -0500 |
tree | e756d098ed567500e1c710764e689a6c262102ab | |
parent | af7652500b4c43643a8531b82974e97b1248a03a [diff] |
sparc32: take ->thread.flags out it was used for two things - dealing with unusual ->kregs for kernel threads and "emulate unaligned userland accesses for this thread"; the former is killed off by the previous commit, the latter never had been set in the first place. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>