Displaying 3 results from an estimated 3 matches for "early_pci_allowed".
2008 Mar 11
1
2.6.25-rc5-mm1 (paravirt/vsmp/no PCI)
...01:14:34 -0700 Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc5/2.6.25-rc5-mm1/
randconfig (x86_64) with
PCI=n
PARAVIRT=y
VSMP=n
ends with
arch/x86/kernel/built-in.o: In function `is_vsmp_box':
(.text+0x1178d): undefined reference to `early_pci_allowed'
arch/x86/kernel/built-in.o: In function `is_vsmp_box':
(.text+0x117a9): undefined reference to `read_pci_config'
arch/x86/kernel/built-in.o: In function `vsmp_init':
(.init.text+0x4fcc): undefined reference to `early_pci_allowed'
arch/x86/kernel/built-in.o: In function `vsmp_in...
2008 Mar 11
1
2.6.25-rc5-mm1 (paravirt/vsmp/no PCI)
...01:14:34 -0700 Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc5/2.6.25-rc5-mm1/
randconfig (x86_64) with
PCI=n
PARAVIRT=y
VSMP=n
ends with
arch/x86/kernel/built-in.o: In function `is_vsmp_box':
(.text+0x1178d): undefined reference to `early_pci_allowed'
arch/x86/kernel/built-in.o: In function `is_vsmp_box':
(.text+0x117a9): undefined reference to `read_pci_config'
arch/x86/kernel/built-in.o: In function `vsmp_init':
(.init.text+0x4fcc): undefined reference to `early_pci_allowed'
arch/x86/kernel/built-in.o: In function `vsmp_in...
2008 Feb 11
3
[PATCH 1/5] Change vsmp compile dependency
Change Makefile so vsmp_64.o object is dependent
on PARAVIRT, rather than X86_VSMP
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ravikiran Thirumalai <kiran@scalemp.com>
Acked-by: Shai Fultheim <shai@scalemp.com>
---
arch/x86/kernel/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/Makefile