Ed Schouten c5e30cc02b Last minute TTY API change: remove mutex argument from tty_alloc().
I don't want people to override the mutex when allocating a TTY. It has
to be there, to keep drivers like syscons happy. So I'm creating a
tty_alloc_mutex() which can be used in those cases. tty_alloc_mutex()
should eventually be removed.

The advantage of this approach, is that we can just remove a function,
without breaking the regular API in the future.
2009-05-29 06:41:23 +00:00
..
2009-05-18 12:03:43 +00:00
2009-05-27 16:36:54 +00:00
2008-08-03 21:07:19 +00:00
2008-09-22 10:37:02 +00:00
2008-05-12 06:42:06 +00:00
2007-12-14 21:30:51 +00:00
2009-05-20 17:19:30 +00:00
2009-05-20 02:51:48 +00:00
2009-05-26 09:19:21 +00:00
2009-04-21 19:14:13 +00:00
2009-05-27 16:36:54 +00:00