search for: setup_local_ap

Displaying 7 results from an estimated 7 matches for "setup_local_ap".

Did you mean: setup_local_apic
2011 Apr 06
5
Guestfish errors (Running in VirtualBox)
...nverting mcount calls to 0f 1f 44 00 00 [??? 0.292000] ftrace: allocating 26011 entries in 51 pages [??? 0.332000] Enabling APIC mode:? Flat.? Using 1 I/O APICs [??? 0.336000] ------------[ cut here ]------------ [??? 0.340000] WARNING: at /home/kernel-ppa/COD/linux/arch/x86/kernel/apic/apic.c:1238 setup_local_APIC+0x3a5/0x3e0() [??? 0.340000] Hardware name: Bochs [??? 0.344000] Modules linked in: [??? 0.344000] Pid: 1, comm: swapper Not tainted 2.6.36-020636-generic #201010210905 [??? 0.344000] Call Trace: [??? 0.344000]? [<c05d5ab5>] ? setup_local_APIC+0x3a5/0x3e0 [??? 0.348000]? [<c014e4e1>]...
2009 Feb 24
1
centos 4.7 / kvm
...00000000 00000000000003e8 0000000000000000 ffffffff8011a874 0000000000000000 ffffffff8011ea9c 0000000000000186 ffffffff805824dd 0000000000000000 0000000000000800 Call Trace:<ffffffff8011a874>{lapic_watchdog_init+27} <ffffffff8011ea9c>{setup_apic_nmi_watchdog+47} <ffffffff805824dd>{setup_local_APIC+332} <ffffffff805828ff>{APIC_init_uniprocessor+144} <ffffffff8010c4fe>{init+214} <ffffffff8010c428>{init+0} <ffffffff80111693>{child_rip+8} <ffffffff8010c428>{init+0} <ffffffff8011168b>{child_rip+0} Code: 0f 30 e8 69 fe ff ff 48 c7 c6 05 1c 38 80 89 c2 44 89 e...
2005 Apr 21
10
apci issue
Hi, Updated to current bk today, and my machine stopped booting ... I''ve tracked it down to the apic changes from end of last week. cset 1.1307 boots fine, 1.1308 doesn''t. Diff of the boot messages is below. Full logs are also attached. Gerd --- log-1.1307 2005-04-21 14:40:57.372885027 +0200 +++ log-1.1308 2005-04-21 14:38:52.236553392 +0200 @@ -7,7 +7,7 @@
2011 Dec 14
1
Help loading a corrupt vdi file
...to UP code[ 0.770000] Freeing SMP alternatives: 20k freed[ 0.780000] ftrace: allocating 24314 entries in 96 pages[ 0.810000] Setting APIC routing to flat[ 0.820000] ------------[ cut here ]------------[ 0.820000] WARNING: at /build/buildd/linux-2.6.38/arch/x86/kernel/apic/apic.c:1284 setup_local_APIC+0x171/0x22a()[ 0.820000] Hardware name: Bochs[ 0.820000] Modules linked in:[ 0.830000] Pid: 1, comm: swapper Not tainted 2.6.38-8-generic #42-Ubuntu[ 0.830000] Call Trace:[ 0.840000] [<ffffffff81065cef>] ? warn_slowpath_common+0x7f/0xc0[ 0.840000] [<ffffffff81065d4a&g...
2011 Nov 03
2
xen-unstable fails to boot on a system with Ivy Bridge stepping C0 cpu
...x0 (XEN) Sending STARTUP #2. (XEN) apic_wrmsr (0x280,0x0) (XEN) apic_rdmsr(0x280) = 0x0 (XEN) After apic_write. (XEN) apic_wrmsr (0x300,0x10000067c) (XEN) apic_wrmsr (0x280,0x0) (XEN) apic_rdmsr(0x280) = 0x0 (XEN) After Startup. (XEN) After Callout 1. (XEN) Waiting for CALLOUT. (XEN) CALLIN, before setup_local_APIC(). (XEN) apic_rdmsr(0x30) = 0x1060015 (XEN) apic_rdmsr(0x20) = 0x1 (XEN) apic_rdmsr(0xd0) = 0x2 (XEN) apic_wrmsr (0x80,0x10) (XEN) apic_rdmsr(0x170) = 0x0 (XEN) apic_rdmsr(0x160) = 0x0 (XEN) apic_rdmsr(0x150) = 0x0 (XEN) apic_rdmsr(0x140) = 0x0 (XEN) apic_rdmsr(0x130) = 0x0 (XEN) apic_rdmsr(0x120...
2007 May 15
3
[PATCH 1/12] Add suspend/resume to devices owned by Xen
...by Xen. Signed-off-by Ke Yu <ke.yu@intel.com> Signed-off-by Kevin Tian <kevin.tian@intel.com> diff -r 3ef0510e44d0 xen/arch/x86/apic.c --- a/xen/arch/x86/apic.c Tue May 08 10:21:23 2007 +0100 +++ b/xen/arch/x86/apic.c Mon May 14 15:05:28 2007 -0400 @@ -579,6 +579,95 @@ void __devinit setup_local_APIC(void) apic_pm_activate(); } +static struct { + int active; + /* r/w apic fields */ + unsigned int apic_id; + unsigned int apic_taskpri; + unsigned int apic_ldr; + unsigned int apic_dfr; + unsigned int apic_spiv; + unsigned int apic_lvtt; + unsigned int apic_lvtp...
2014 Sep 26
9
[PATCH v4 0/7] virt-resize: add support for resizing logical partitions
Hi Rich, This is v3 series to add support for resizing MBR logical partitions. changes to v3: 1. merge patch 1 and patch 3 in v3 2. let mbr_part_type return 'primary' for GPT partitions 3. add test for resizing logical partitions 4. fix extending the extended partition (yet). see patch 7. changes to v2: 1. remove p_part_num 2. remove filter_parts 3. name the function