From 5f4ac5d2033c5fea5e0384be4d77b530632a8bf3 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 16 Jun 2005 20:49:03 +0000 Subject: [PATCH] --- yaml --- r: 11110 b: refs/heads/master c: 2e2849670a740128307a770dd8b5213c31081cf2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/tc/zs.c | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/[refs] b/[refs] index 01dc6bb74116..491ee1be220e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 260c96738cf30f489108cd0fb3f10dcd11cbb5ca +refs/heads/master: 2e2849670a740128307a770dd8b5213c31081cf2 diff --git a/trunk/drivers/tc/zs.c b/trunk/drivers/tc/zs.c index a5dab1ac568c..0e302ae5924c 100644 --- a/trunk/drivers/tc/zs.c +++ b/trunk/drivers/tc/zs.c @@ -192,18 +192,6 @@ static void probe_sccs(void); static void change_speed(struct dec_serial *info); static void rs_wait_until_sent(struct tty_struct *tty, int timeout); -/* - * tmp_buf is used as a temporary buffer by serial_write. We need to - * lock it in case the copy_from_user blocks while swapping in a page, - * and some other program tries to do a serial write at the same time. - * Since the lock will only come under contention when the system is - * swapping and available memory is low, it makes sense to share one - * buffer across all the serial ports, since it significantly saves - * memory if large numbers of serial ports are open. - */ -static unsigned char tmp_buf[4096]; /* This is cheating */ -static DECLARE_MUTEX(tmp_buf_sem); - static inline int serial_paranoia_check(struct dec_serial *info, char *name, const char *routine) {