]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Remove useless message during oops
authorWill Deacon <will.deacon@arm.com>
Tue, 14 May 2019 11:57:54 +0000 (12:57 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 23 May 2019 10:38:10 +0000 (11:38 +0100)
commit88d97c17b2f0c5911b21e9a7cfc14e5f1398265c
tree046f3f4bb098151e88898a47aebb4ce2135aeaa8
parentb48e0d7fe5b5eb1732dfe0b8057a6c721c42f2d4
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>
arch/arm64/kernel/traps.c