commit | 3e29ead500137fe0733eecb901707f986aaf3e30 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue May 14 12:57:54 2019 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Thu May 23 11:38:10 2019 +0100 |
tree | 046f3f4bb098151e88898a47aebb4ce2135aeaa8 | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 [diff] |
arm64: Remove useless message during oops During an oops, we print the name of the current task and its pid twice. We also helpfully advertise its stack limit as "0x(____ptrval____)". Drop these useless messages. Signed-off-by: Will Deacon <will.deacon@arm.com>