]> git.baikalelectronics.ru Git - kernel.git/commit
m32r: remove abort()
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Thu, 1 Feb 2018 00:14:17 +0000 (16:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Feb 2018 01:18:34 +0000 (17:18 -0800)
commit59e85bed6f7ffce59068a4973bef03c7e386bc8a
tree0e06d1ccba9433bfc728aa938d47b353795a95a6
parentfb1fa0015bb39a44b114ef95a1514ad9166f20de
m32r: remove abort()

Commit a49c8e5ea3d4 ("arch: define weak abort()") has introduced a weak
abort() which is common for all arch.  And, so we will not need arch
specific abort which has the same code as the weak abort().  Remove the
abort() for m32r.

Link: http://lkml.kernel.org/r/1516912339-5665-1-git-send-email-sudipm.mukherjee@gmail.com
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m32r/kernel/traps.c