lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Dec 2009 14:00:46 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	jason.wessel@...driver.com
Cc:	linux-kernel@...r.kernel.org, kgdb-bugreport@...ts.sourceforge.net,
	kdb@....sgi.com, mingo@...e.hu
Subject: Re: [PATCH 15/37] sparc,sunzilog: Add console polling support for
 sunzilog serial driver

From: Jason Wessel <jason.wessel@...driver.com>
Date: Wed, 23 Dec 2009 15:54:53 -0600

> David Miller wrote:
>> From: Jason Wessel <jason.wessel@...driver.com>
>> Date: Wed, 23 Dec 2009 15:19:28 -0600
>>
>>   
>>> +static void sunzilog_put_poll_char(struct uart_port *port,
>>> +			unsigned char ch)
>>> +{
>>> +	struct uart_sunzilog_port *up = (struct uart_sunzilog_port *)port;
>>> +
>>> +	sunzilog_putchar(&up->port, ch);
>>> +	udelay(2);
>>> +
>>> +}
>>> +#endif /* CONFIG_CONSOLE_POLL */
>>>     
>>
>> Just curious, what is the udelay() for?
>>   
> 
> This was copied from zm.c driver.  I don't think the HW needs it, I'll
> retest and purge it.
 ...
> Consider it done.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ