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:	Wed, 2 Jul 2008 16:38:57 -0700
From:	"Yinghai Lu" <yhlu.kernel@...il.com>
To:	"Robert Richter" <robert.richter@....com>
Cc:	"Ingo Molnar" <mingo@...e.hu>,
	"Thomas Gleixner" <tglx@...utronix.de>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 04/11] x86/pci: Makefile merge: Decoupling options for mp_bus_to_node.o

On Wed, Jul 2, 2008 at 1:50 PM, Robert Richter <robert.richter@....com> wrote:
> Signed-off-by: Robert Richter <robert.richter@....com>
> ---
>  arch/x86/pci/Makefile |    6 ++----
>  1 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/arch/x86/pci/Makefile b/arch/x86/pci/Makefile
> index 8491894..d69a0fe 100644
> --- a/arch/x86/pci/Makefile
> +++ b/arch/x86/pci/Makefile
> @@ -14,14 +14,12 @@ pci-y                               := fixup.o
>  # legacy/irq.o
>  pci-$(CONFIG_ACPI)             += acpi.o
>  pci-y                          += legacy.o irq.o
> +pci-$(CONFIG_NUMA)             += mp_bus_to_node.o
>
>  # Careful: VISWS and NUMAQ overrule the pci-y above. The colons are
>  # therefor correct. This needs a proper fix by distangling the code.
>  pci-$(CONFIG_X86_VISWS)                := visws.o fixup.o
> -pci-$(CONFIG_X86_NUMAQ)                := numa.o irq.o

looks like you didn't base on latest tip/master...

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