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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 19 Aug 2008 02:59:15 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Dominik Brodowski <linux@...inikbrodowski.net>
Cc:	Andreas Mohr <andi@...as.de>, linux-kernel@...r.kernel.org,
	linux-acpi@...r.kernel.org, johnstul@...ibm.com,
	hirofumi@...l.parknet.co.jp, alan@...rguk.ukuu.org.uk,
	arjan@...radead.org
Subject: Re: [PATCH 1/2] acpi_pm.c: use proper read function also in errata
 mode.

On Tue, 19 Aug 2008 11:49:38 +0200 Dominik Brodowski <linux@...inikbrodowski.net> wrote:

> On Tue, Aug 19, 2008 at 02:43:34AM -0700, Andrew Morton wrote:
> > On Mon, 18 Aug 2008 22:10:33 +0200 Dominik Brodowski <linux@...inikbrodowski.net> wrote:
> > 
> > > -	value1 = read_pmtmr();
> > > +	value1 = clocksource_acpi_pm.read()
> > >  	mach_countup(&count);
> > > -	value2 = read_pmtmr();
> > > +	value2 = clocksource_acpi_pm.read()
> > 
> > compiler got upset.  Did you send the wrong version?
> 
> gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7) on amd64 worked fine... what did
> yours complain about?
> 

missing semicolons
--
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