tty: simple optimization for a very hot path
authorAlan Cox <alan@linux.intel.com>
Sun, 18 Nov 2018 21:56:27 +0000 (21:56 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 18 Nov 2018 21:56:27 +0000 (21:56 +0000)
commit6ff5ee55bb58d2bc585c830ffa7a8e6febf204b5
tree3c4963a9e9fb7e18173e8851d55d7b7e821f49cd
parent7f6a1ee9c01f79d0589c93a065191e1ad43f46c2
tty: simple optimization for a very hot path

We can do the valaddr once on Fuzix as we don't have threads or sleep races
to worry about
Kernel/tty.c