]> hydra-www.ietfng.org Git - xv6-public/commit
Remove console input.lock
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Sat, 7 Nov 2015 05:37:23 +0000 (00:37 -0500)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Wed, 11 Nov 2015 04:42:27 +0000 (23:42 -0500)
commit9440585290a8e650ee76534f2c06d9c662677593
treea101d91b780620736ed328f103205cc6f4ebd075
parentb498e55857ac548e3d9099fd6d5c2ca7ed77e97d
Remove console input.lock

Use cons.lock for everything.  This eliminates the possibility that two CPUS
independently, simultaneously manipulate the CRTC in cgaputc.
console.c