kernel/x86_64: Do not print a message upon every segmentation fault.
authorSascha Wildner <saw@online.de>
Sun, 3 Nov 2013 08:21:33 +0000 (09:21 +0100)
committerSascha Wildner <saw@online.de>
Sun, 3 Nov 2013 08:22:36 +0000 (09:22 +0100)
commit11782aab42627b35995ce5d21fc8950b365740e1
treef2823b1965c586cead6c0500359cf4a4f06826cd
parent9050047fc9765ff2e18272f97e17b60c7a671a70
kernel/x86_64: Do not print a message upon every segmentation fault.

It was printed even when the SIGSEGV was caught, such as by configure
tests, causing a rather noisy console when packages were built. After
this commit we're back to the traditional behavior (no message if the
signal is caught, and the usual message if not):

pid <pid> (<user>), uid <uid>: exited on signal 11 (core dumped)

While here, adjust some comments.
sys/platform/pc64/x86_64/trap.c