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, 13 Feb 2007 00:09:36 -0500
From:	Len Brown <lenb@...nel.org>
To:	Rusty Russell <rusty@...tcorp.com.au>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>,
	virtualization <virtualization@...ts.osdl.org>,
	Len Brown <len.brown@...el.com>
Subject: Re: [PATCH 7/7] cleanup: make disable_acpi() valid w/o CONFIG_ACPI

Applied.

thanks,
-Len

On Sunday 11 February 2007 22:39, Rusty Russell wrote:
> Len Brown <lenb@...nel.org> said:
> > Okay, but better to use disable_acpi()
> > indeed, since this would be the first code not already inside CONFIG_ACPI
> > to invoke disable_acpi(), we could define the inline as empty and you could
> > then scratch the #ifdef too.
> 
> Signed-off-by: Rusty Russell <rusty@...tcorp.com.au>
> 
> ===================================================================
> --- a/include/asm-i386/acpi.h
> +++ b/include/asm-i386/acpi.h
> @@ -127,6 +127,7 @@ extern int acpi_irq_balance_set(char *st
>  #define acpi_ioapic 0
>  static inline void acpi_noirq_set(void) { }
>  static inline void acpi_disable_pci(void) { }
> +static inline void disable_acpi(void) { }
>  
>  #endif	/* !CONFIG_ACPI */
>  
> 
> 
> -
> 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/
> 
-
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