Displaying 8 results from an estimated 8 matches for "acpiid".
Did you mean:
acpi_id
2008 Feb 29
2
[PATCH] limit ACPIID to APICID reset to AMD machines
...49ffe9ef67d4 drivers/xen/core/smpboot.c
--- a/drivers/xen/core/smpboot.c Fri Feb 29 10:29:13 2008 +0000
+++ b/drivers/xen/core/smpboot.c Fri Feb 29 12:54:47 2008 -0600
@@ -276,7 +276,8 @@ void __init smp_prepare_cpus(unsigned in
cpu_2_logical_apicid[0] = 0;
x86_cpu_to_apicid[0] = 0;
- set_x86_acpiid_to_apicid(0, 0);
+ if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
+ set_x86_acpiid_to_apicid(0, 0);
current_thread_info()->cpu = 0;
@@ -325,7 +326,8 @@ void __init smp_prepare_cpus(unsigned in
cpu_2_logical_apicid[cpu] = cpu;
x86_cpu_to_apicid[cpu] = cpu;
- set_x86_acpiid_to_api...
2008 Apr 09
0
About kernel smp and acpi on hardware vm.
...OS.
if I add the ''nosmp'' option to the linux kernel of the hvm machine, the boot
process does advance a bit more, but cycle on these messages :
[...]
>ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not
present [20060707]
>ACPI: Getting cpuindex for acpiid 0x1
>ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not
present [20060707]
>ACPI: Getting cpuindex for acpiid 0x2
>ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not
present [20060707]
>ACPI: Getting cpuindex for acpiid 0x3
>Uniform M...
2008 May 17
0
xen kernel showing only one processor on SMP machine
...oft=c0709000
CPU 3 irqstacks, hard=c072a000 soft=c070a000
ENABLING IO-APIC IRQs
SMP alternatives: switching to SMP code
Initializing CPU#1
Initializing CPU#2
Brought up 4 CPUs
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is
not present [20060707]
ACPI: Getting cpuindex for acpiid 0x3
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is
not present [20060707]
ACPI: Getting cpuindex for acpiid 0x1
2008 May 17
0
xen kernel showing only one processor on SMP machine
...oft=c0709000
CPU 3 irqstacks, hard=c072a000 soft=c070a000
ENABLING IO-APIC IRQs
SMP alternatives: switching to SMP code
Initializing CPU#1
Initializing CPU#2
Brought up 4 CPUs
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is
not present [20060707]
ACPI: Getting cpuindex for acpiid 0x3
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is
not present [20060707]
ACPI: Getting cpuindex for acpiid 0x1
2008 May 18
2
xen kernel showing only one processor on SMP
...oft=c070a000
>ENABLING IO-APIC IRQs
>SMP alternatives: switching to SMP code
>Initializing CPU#1
>Initializing CPU#2
>Brought up 4 CPUs
>
>ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is
>not present [20060707]
>ACPI: Getting cpuindex for acpiid 0x3
>ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is
>not present [20060707]
>ACPI: Getting cpuindex for acpiid 0x1
>
>
>------------------------------
-----------------------------------------------------------------
?????? ?? ???? 2008 !!!
http:/...
2007 Sep 28
18
[makedumpfile] extract vmcoreinfo from /proc/vmcore for Xen
Hi,
--- background ----------------------------------------------------
* what the makedumpfile is:
To shorten the size of the dumpfile and the time of creating the
dumpfile, makedumpfile copies only the necessary pages for analysis
to the dumpfile from /proc/vmcore. You can specify the kind of
unnecessary pages with dump_level. If you want to shorten the size
further, enable the
2023 Dec 22
11
nouveau GSP fixes
This is a collection of nouveau debug prints, memory leak, a very
annoying race condition causing system hangs with prime scenarios,
and a fix from Lyude to get the panel on my laptop working.
I'd like to get these into 6.7,
Dave.
2007 Oct 18
1
Offtopic: help with an iPod
...uler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: Invalid PBLK length [0]
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707]
ACPI: Getting cpuindex for acpiid 0x2
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected SiS 661 chipset
agpgart: AGP aperture is 64M @ 0xe0000000
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq =...