]> Zhao Yanbai Git Server - minix.git/commit
TTY: do not reply to KERNEL
authorDavid van Moolenbroek <david@minix3.org>
Tue, 25 Feb 2014 13:44:58 +0000 (14:44 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:13 +0000 (17:05 +0200)
commit415782f70f7be12ba7354e0396cb03a17f7fd234
treee28fb711e4de7fded254fa46732930634c2ac4e9
parente7974541d02e3603d59bd82caebea23eb97bd6b4
TTY: do not reply to KERNEL

Diagnostics messages are printed using locally generated requests,
using KERNEL as the calling endpoint.  No reply should be sent for
such cases.  This check was accidentally lost with the previous
removal of tty_reply().

Change-Id: I4b76215a4d90e927b0071675d89d861aa399abb3
drivers/tty/arch/earm/rs232.c
drivers/tty/arch/i386/console.c
drivers/tty/arch/i386/rs232.c