search for: acpi_boot_table_init

Displaying 4 results from an estimated 4 matches for "acpi_boot_table_init".

2006 Apr 18
0
kernel source 2.6.9-34.EL 4.3
Hi, I've hit an unpatched kernel issue while trying to build on sources see the header for version details.. arch/i386/kernel/built-in.o(.init.text+0x1585): In function `setup_arch': : undefined reference to `acpi_boot_table_init' make: *** [.tmp_vmlinux1] Error 1 It seems that I would need to install (centos/redhat) patches after installing/building the kernel source tree from the kernel-2.6.9-34.EL.src.rpm Is that correct ?? thanks, Peter
2005 May 24
28
Xen & Transmeta (from xen-users)
All- With suggestions from Ian and previous posts on this list, I''ve been investigating why Xen causes a Transmeta-based system to reboot immediately.. I''ve added instrumentation to xen/arch/x86/boot/x86_32.S (a collection of ''.asciz "foo"'' statements) hoping to locate a point of failure.. and it dies sometime before this code is run.. At what point
2005 Aug 16
20
domU can''t start, Non-priv warnings
Can''t seem to fully boot a domU on either EM64T or Opteron with x86_64 xen-unstable. Both systems'' report this from xen: (XEN) (file=traps.c, line=872) Non-priv domain attempted WRMSR(00000000c0000100. (XEN) (file=traps.c, line=872) Non-priv domain attempted WRMSR(00000000c0000102. (XEN) (file=traps.c, line=880) Non-priv domain attempted RDMSR(00000000c0000080. They boot
2010 Aug 20
0
[PATCH 1/2] Implement APEI ERST feature to Xen
..._RANGE_MAX -1, __end_of_fixed_addresses }; diff -r b622e411eef8 xen/include/xen/acpi.h --- a/xen/include/xen/acpi.h Thu Jun 24 21:56:03 2010 +0100 +++ b/xen/include/xen/acpi.h Fri Aug 20 17:38:07 2010 +0800 @@ -264,6 +264,7 @@ int acpi_boot_init (void); int acpi_boot_init (void); int acpi_boot_table_init (void); int acpi_numa_init (void); +int erst_init(void); int acpi_table_init (void); int acpi_table_parse(char *id, acpi_table_handler handler); diff -r b622e411eef8 xen/include/xen/cper.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xen/include/xen/cper.h Fri Aug 20 17:38:07 2010 +0...