|
Message-ID: <20110510162414.GA19349@albatros>
Date: Tue, 10 May 2011 20:24:14 +0400
From: Vasiliy Kulikov <segoon@...nwall.com>
To: owl-dev@...ts.openwall.com
Subject: Re: kernel 028stab089.1
On Mon, May 09, 2011 at 00:42 +0400, Solar Designer wrote:
> On Sun, May 08, 2011 at 09:03:20PM +0200, Pavel Kankovsky wrote:
> > On Tue, 3 May 2011, Vasiliy Kulikov wrote:
> > obj-$(CONFIG_K8_NB) += k8.o
> > k8-y += ../../x86_64/kernel/k8.o
>
> This is not something I would expect, so I had missed it. Perhaps we
> need to enable some extra CONFIG_* option - in fact, we should probably
> add a "select" of it to a Kconfig file. Vasiliy?
We should leave this as is because it depends on AGP:
arch/i386/kernel/Makefile:
obj-$(CONFIG_K8_NB) += k8.o
k8-y += ../../x86_64/kernel/k8.o
arch/i386/Kconfig:
config K8_NB
def_bool y
depends on AGP_AMD64
drivers/char/agp/Kconfig:
config AGP_AMD64
tristate "AMD Opteron/Athlon64 on-CPU GART support" if !IOMMU
depends on AGP && X86
--
Vasiliy
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.