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>] [day] [month] [year] [list]
Date:	Tue, 5 Sep 2006 02:51:33 +0400
From:	Alexey Dobriyan <adobriyan@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	venkatesh.pallipadi@...el.com
Subject: Re: + acpi-mwait-c-state-fixes.patch added to -mm tree

On Sun, Sep 03, 2006 at 05:52:20PM -0700, akpm@...l.org wrote:
> The patch titled
>
>      acpi: mwait/C-state support
>
> has been added to the -mm tree.

> --- a/arch/i386/kernel/acpi/cstate.c~acpi-mwait-c-state-fixes
> +++ a/arch/i386/kernel/acpi/cstate.c

> +/* The code below handles cstate entry with monitor-mwait pair on Intel*/
> +
> +struct cstate_entry_s {

If suffix "_s" stands for "struct", it should be removed. You've already
typed "struct".

> +	struct {
> +		unsigned int eax;
> +		unsigned int ecx;
> +	} states[ACPI_PROCESSOR_MAX_POWER];
> +};

> +static inline void acpi_processor_ffh_cstate_enter(
> +		struct acpi_processor_cx *cstate)
> +{
> +	return;
> +}

Just
	{
	}

-
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