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] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1106240149150.17688@swampdragon.chaosbits.net>
Date:	Fri, 24 Jun 2011 01:50:22 +0200 (CEST)
From:	Jesper Juhl <jj@...osbits.net>
To:	David Rientjes <rientjes@...gle.com>
cc:	Len Brown <lenb@...nel.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [patch] acpi: remove NID_INVAL

On Tue, 21 Jun 2011, David Rientjes wrote:

> b552a8c56db8 ("ACPI: remove NID_INVAL") removed the left over uses of
> NID_INVAL, but didn't actually remove the definition.  Remove it.
> 
> Signed-off-by: David Rientjes <rientjes@...gle.com>
> ---
>  include/linux/acpi.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/include/linux/acpi.h b/include/linux/acpi.h
> --- a/include/linux/acpi.h
> +++ b/include/linux/acpi.h
> @@ -238,7 +238,6 @@ extern int acpi_paddr_to_node(u64 start_addr, u64 size);
>  extern int pnpacpi_disabled;
>  
>  #define PXM_INVAL	(-1)
> -#define NID_INVAL	(-1)
>  
>  int acpi_check_resource_conflict(const struct resource *res);
>  
Yup. I agree. All that's left is that define and it should just die.

Reviewed-by: Jesper Juhl <jj@...osbits.net>

-- 
Jesper Juhl <jj@...osbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.

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