Hello!
Before we get to the backtrace, one further detail: this kernel *does*
boot if one of the following has happened before: the BIOS memchecker has
run, memtest86+ has run, some other kernel has run (though it doesn't
always boot in this latter case). Thus, I wildly guess that some
uninitialized data structure (in memory) is dereferenced -- that happens
to be in a sane state after memtest86+ et al.
On Thu, Apr 08, 2010 at 03:51:30PM -0700, Jeremy Fitzhardinge wrote:
> Looks like it crashed very early. Do you have symbol information for
> this kernel? If so, could you resolve this to a function?
According to Bastian Blank, there are no debugging files available for
the Debian kernels, which seems odd to me, but oh well. I re-built the
kernel myself, reproduced the crash, and here we go.
> [ If you have a vmlinux, you can do this with:
> $ gdb vmlinux
> (gdb) x/i 0xXXXXXX < show faulting instruction
> (gdb) list *0xXXXXXX < get line info
> ]
Hrm, GDB doesn't like the vmlinux file that the Debian kernel build
process generates:
$ gdb -q debian/build/build_amd64_xen_amd64/vmlinux
Reading symbols from
/media/data-local/thomas/tmp/linux_xen_/linux-2.6-2.6.32/debian/build/build_amd64_xen_amd64/vmlinux...(no
debugging symbols found)...done.
(gdb) x/i ffffffff814f6d88
No symbol table is loaded. Use the "file" command.
Do I have to pass some special options to the Debian build machinery? I
just ran:
$ fakeroot make -j 6 -f debian/rules.gen binary-arch_amd64_xen
addr2line can at least partly decode the bits of debugging information
that are present; see below.
Here is the complete log again: as I had to rebuild the kernel, some
values are different.
(XEN) Xen version 3.4 (Debian 3.4.3~rc3-1) (waldi@xxxxxxxxxx) (gcc version
4.4.3 (Debian 4.4.3-2) ) Mon Mar 1 21:16:18 UTC 2010
(XEN) Console output is synchronous.
(XEN) Command line: com1=38400,8n1 console=com1 loglvl=all guest_loglvl=all
sync_console console_to_ring apic=debug apic_verbosity=debug
(XEN) Video information:
(XEN) VGA is text mode 80x25, font 8x16
(XEN) VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN) Found 1 MBR signatures
(XEN) Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN) 0000000000000000 - 000000000009e000 (usable)
(XEN) 000000000009e000 - 00000000000a0000 (reserved)
(XEN) 00000000000e4000 - 0000000000100000 (reserved)
(XEN) 0000000000100000 - 00000000ddee0000 (usable)
(XEN) 00000000ddee0000 - 00000000ddeef000 (ACPI data)
(XEN) 00000000ddeef000 - 00000000ddf00000 (ACPI NVS)
(XEN) 00000000ddf00000 - 00000000e0000000 (reserved)
(XEN) 00000000fec00000 - 00000000fec10000 (reserved)
(XEN) 00000000fee00000 - 00000000fee01000 (reserved)
(XEN) 00000000fff00000 - 0000000100000000 (reserved)
(XEN) 0000000100000000 - 0000000120000000 (usable)
(XEN) System RAM: 4062MB (4159992kB)
(XEN) ACPI: RSDP 000F7350, 0024 (r2 PTLTD )
(XEN) ACPI: XSDT DDEEB7E4, 004C (r1 PTLTD XSDT 50000 LTP 0)
(XEN) ACPI: FACP DDEEB8A4, 00F4 (r3 FSC �P- 50000 F4240)
(XEN) ACPI: DSDT DDEEB998, 34FB (r1 FSC D2030 50000 MSFT 2000002)
(XEN) ACPI: FACS DDEEFFC0, 0040
(XEN) ACPI: SSDT DDEEEE93, 00B5 (r1 PTLTD POWERNOW 50000 LTP 1)
(XEN) ACPI: APIC DDEEEF48, 0050 (r1 PTLTD APIC 50000 LTP 0)
(XEN) ACPI: MCFG DDEEEF98, 0040 (r1 PTLTD MCFG 50000 LTP 0)
(XEN) ACPI: BOOT DDEEEFD8, 0028 (r1 PTLTD $SBFTBL$ 50000 LTP 1)
(XEN) NUMA turned off
(XEN) Faking a node at 0000000000000000-0000000120000000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000f73b0
(XEN) DMI present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0xf008
(XEN) ACPI: ACPI SLEEP INFO: pm1x_cnt[f004,0], pm1x_evt[f000,0]
(XEN) ACPI: wakeup_vec[ddeeffcc], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
(XEN) Processor #0 15:15 APIC version 16
(XEN) ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 1, version 20, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) Enabling APIC mode: Flat. Using 1 I/O APICs
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) mapped APIC to ffff828bffffe000 (fee00000)
(XEN) mapped IOAPIC to ffff828bffffd000 (fec00000)
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Initializing CPU#0
(XEN) Detected 1800.076 MHz processor.
(XEN) CPU0: AMD Flush Filter disabled
(XEN) CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
(XEN) CPU: L2 Cache: 128K (64 bytes/line)
(XEN) CPU0: AMD K8 machine check reporting enabled.
(XEN) CPU0: AMD Sempron(tm) Processor 3000+ stepping 02
(XEN) Getting VERSION: 50010
(XEN) Getting VERSION: 50010
(XEN) Getting ID: 0
(XEN) Getting LVT0: 10000
(XEN) Getting LVT1: 10000
(XEN) masked ExtINT on CPU#0
(XEN) Total of 1 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN) -> Using new ACK method
(XEN) init IO_APIC IRQs
(XEN) IO-APIC (apicid-pin) 1-0, 1-16, 1-17, 1-18, 1-19, 1-20, 1-21, 1-22,
1-23 not connected.
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=0 pin2=0
(XEN) number of MP IRQ sources: 15.
(XEN) number of IO-APIC #1 registers: 24.
(XEN) testing the IO APIC.......................
(XEN) IO APIC #1......
(XEN) .... register #00: 01000000
(XEN) ....... : physical APIC id: 01
(XEN) ....... : Delivery Type: 0
(XEN) ....... : LTS : 0
(XEN) .... register #01: 00178014
(XEN) ....... : max redirection entries: 0017
(XEN) ....... : PRQ implemented: 1
(XEN) ....... : IO APIC version: 0014
(XEN) .... register #02: 01000000
(XEN) ....... : arbitration: 01
(XEN) .... IRQ redirection table:
(XEN) NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
(XEN) 00 000 00 1 0 0 0 0 0 0 00
(XEN) 01 001 01 0 0 0 0 0 1 1 20
(XEN) 02 001 01 0 0 0 0 0 1 1 F0
(XEN) 03 001 01 0 0 0 0 0 1 1 28
(XEN) 04 001 01 0 0 0 0 0 1 1 F1
(XEN) 05 001 01 0 0 0 0 0 1 1 30
(XEN) 06 001 01 0 0 0 0 0 1 1 38
(XEN) 07 001 01 0 0 0 0 0 1 1 40
(XEN) 08 001 01 0 0 0 0 0 1 1 48
(XEN) 09 001 01 0 0 0 0 0 1 1 50
(XEN) 0a 001 01 0 0 0 0 0 1 1 58
(XEN) 0b 001 01 0 0 0 0 0 1 1 60
(XEN) 0c 001 01 0 0 0 0 0 1 1 68
(XEN) 0d 001 01 0 0 0 0 0 1 1 70
(XEN) 0e 001 01 0 0 0 0 0 1 1 78
(XEN) 0f 001 01 0 0 0 0 0 1 1 88
(XEN) 10 000 00 1 0 0 0 0 0 0 00
(XEN) 11 000 00 1 0 0 0 0 0 0 00
(XEN) 12 000 00 1 0 0 0 0 0 0 00
(XEN) 13 000 00 1 0 0 0 0 0 0 00
(XEN) 14 000 00 1 0 0 0 0 0 0 00
(XEN) 15 000 00 1 0 0 0 0 0 0 00
(XEN) 16 000 00 1 0 0 0 0 0 0 00
(XEN) 17 000 00 1 0 0 0 0 0 0 00
(XEN) Using vector-based indexing
(XEN) IRQ to pin mappings:
(XEN) IRQ240 -> 0:2
(XEN) IRQ32 -> 0:1
(XEN) IRQ40 -> 0:3
(XEN) IRQ241 -> 0:4
(XEN) IRQ48 -> 0:5
(XEN) IRQ56 -> 0:6
(XEN) IRQ64 -> 0:7
(XEN) IRQ72 -> 0:8
(XEN) IRQ80 -> 0:9
(XEN) IRQ88 -> 0:10
(XEN) IRQ96 -> 0:11
(XEN) IRQ104 -> 0:12
(XEN) IRQ112 -> 0:13
(XEN) IRQ120 -> 0:14
(XEN) IRQ136 -> 0:15
(XEN) .................................... done.
(XEN) Using local APIC timer interrupts.
(XEN) calibrating APIC timer ...
(XEN) ..... CPU clock speed is 1800.0759 MHz.
(XEN) ..... host bus clock speed is 200.0082 MHz.
(XEN) ..... bus_scale = 0x0000CCD7
(XEN) Platform timer is 3.579MHz ACPI PM Timer
�(XEN) Brought up 1 CPUs
(XEN) I/O virtualisation disabled
(XEN) CPUIDLE: disabled due to no HPET. Force enable with 'cpuidle'.
(XEN) ACPI sleep modes: S3
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN) Xen kernel: 64-bit, lsb, compat32
(XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x16b1000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN) Dom0 alloc.: 0000000118000000->000000011c000000 (976900 pages to
be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN) Loaded kernel: ffffffff81000000->ffffffff816b1000
(XEN) Init. ramdisk: ffffffff816b1000->ffffffff82fd8600
(XEN) Phys-Mach map: ffffffff82fd9000->ffffffff8376d020
(XEN) Start info: ffffffff8376e000->ffffffff8376e4b4
(XEN) Page tables: ffffffff8376f000->ffffffff83790000
(XEN) Boot stack: ffffffff83790000->ffffffff83791000
(XEN) TOTAL: ffffffff80000000->ffffffff83c00000
(XEN) ENTRY ADDRESS: ffffffff814f4200
(XEN) Dom0 has maximum 1 VCPUs
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) **********************************************
(XEN) ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) ******* This option is intended to aid debugging of Xen by ensuring
(XEN) ******* that all output is synchronously delivered on the serial line.
(XEN) ******* However it can introduce SIGNIFICANT latencies and affect
(XEN) ******* timekeeping. It is NOT recommended for production use!
(XEN) **********************************************
(XEN) 3... 2... 1...
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input
to Xen)
(XEN) Freed 132kB init memory.
mapping kernel into physical memory
Xen: setup ISA identity maps
about to get started...
(XEN) d0:v0: unhandled page fault (ec=0000)
(XEN) Pagetable walk from ffff800002200800:
(XEN) L4[0x100] = 000000011fdfc067 5555555555555555
(XEN) L3[0x000] = 000000011fdfa067 5555555555555555
(XEN) L2[0x011] = 0000000000000000 ffffffffffffffff
(XEN) domain_crash_sync called from entry.S
(XEN) Domain 0 (vcpu#0) crashed on cpu#0:
(XEN) ----[ Xen-3.4 x86_64 debug=n Tainted: C ]----
(XEN) CPU: 0
(XEN) RIP: e033:[<ffffffff814f6d88>]
(XEN) RFLAGS: 0000000000000286 EM: 1 CONTEXT: pv guest
(XEN) rax: ffff800002200800 rbx: 00000000000f2805 rcx: 0000000000000000
(XEN) rdx: 0000000000440100 rsi: ffffffffffffffff rdi: 0000000000000005
(XEN) rbp: 00000000000e0000 rsp: ffffffff81433df0 r8: 0000000000000002
(XEN) r9: ffffffff813b4119 r10: 0000000000000000 r11: 0000000000000009
(XEN) r12: 00000000000fec00 r13: 0000000000012804 r14: 0000000000000000
(XEN) r15: ffffffff81433e38 cr0: 000000008005003b cr4: 00000000000006f0
(XEN) cr3: 0000000119001000 cr2: ffff800002200800
(XEN) ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e02b cs: e033
(XEN) Guest stack trace from rsp=ffffffff81433df0:
(XEN) 0000000000000000 0000000000000009 0000000000000000 ffffffff814f6d88
(XEN) 000000010000e030 0000000000010086 ffffffff81433e38 000000000000e02b
(XEN) ffffffff814f6d3d ffffffff81433e60 0000000000000001 0000000000000000
(XEN) 0000000000007ff0 0000000002fd9000 0000000000440100 0000014081433f98
(XEN) ffffffff815a73ac 0000000000000007 0000000000000000 ffffffff81433f98
(XEN) 0000000000000000 0000000000000000 ffffffff814f6f85 000000010000000b
(XEN) ffffffff8152b2d0 0000000000000000 0000000000000000 ffffffffffffffff
(XEN) ffffffff814f95fb 0000000000000000 ffffffff814f8249 ffffffff813f3f5f
(XEN) ffffffff813b4119 ffffffff81433f90 ffffffff811ff14f ffffffff8100e361
(XEN) ffffffff8100e343 00000000bbacb60c 00000000effea900 ffffffff813b4119
(XEN) ffffffff813f3f5f 0000000000000000 0ca584b366de3445 0000000000000000
(XEN) 0000000000000000 0000000000000000 ffffffffffffffff ffffffff8152a7b0
(XEN) 0000000000000000 0000000000000000 ffffffff814f49d0 0000000001690cd4
(XEN) 0ca584b366de3445 0000000000000000 ffffffff81001000 0000000000000000
(XEN) 0000000000000000 0000000000000000 ffffffff814f6aca 0000000000000000
(XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000001
(XEN) 0000000000000000 0000000000000000 ffffffff82fd9000 ffffffff82fda000
(XEN) ffffffff82fdb000 ffffffff82fdc000 ffffffff82fdd000 ffffffff82fde000
(XEN) ffffffff82fdf000 ffffffff82fe0000 ffffffff82fe1000 ffffffff82fe2000
(XEN) ffffffff82fe3000 ffffffff82fe4000 ffffffff82fe5000 ffffffff82fe6000
(XEN) Domain 0 crashed: rebooting machine in 5 seconds.
$ for ip in ffffffff814f6d88 ffffffff81433e38 ffffffff814f6d3d
ffffffff81433e60 ffffffff815a73ac ffffffff81433f98 ffffffff814f6f85
ffffffff8152b2d0 ffffffff814f95fb ffffffff814f8249 ffffffff813f3f5f
ffffffff813b4119 ffffffff81433f90 ffffffff811ff14f ffffffff8100e361
ffffffff8100e343 ffffffff813b4119 ffffffff813f3f5f ffffffff8152a7b0
ffffffff814f49d0 ffffffff81001000 ffffffff814f6aca; do echo "* $ip:" &&
addr2line -fie debian/build/build_amd64_xen_amd64/vmlinux "$ip"; done >
~/shared/tmp/tmp
* ffffffff814f6d88:
xen_release_chunk
setup.c:0
* ffffffff81433e38:
_sdata
??:0
* ffffffff814f6d3d:
xen_release_chunk
setup.c:0
* ffffffff81433e60:
_sdata
??:0
* ffffffff815a73ac:
idt_table
??:0
* ffffffff81433f98:
_sdata
??:0
* ffffffff814f6f85:
xen_memory_setup
??:0
* ffffffff8152b2d0:
??
??:0
* ffffffff814f95fb:
setup_memory_map
??:0
* ffffffff814f8249:
setup_arch
??:0
* ffffffff813f3f5f:
kallsyms_token_index
??:0
* ffffffff813b4119:
kallsyms_token_index
??:0
* ffffffff81433f90:
_sdata
??:0
* ffffffff811ff14f:
extract_entropy
random.c:0
* ffffffff8100e361:
__raw_callee_save_xen_irq_disable
irq.c:0
* ffffffff8100e343:
__raw_callee_save_xen_restore_fl
irq.c:0
* ffffffff813b4119:
kallsyms_token_index
??:0
* ffffffff813f3f5f:
kallsyms_token_index
??:0
* ffffffff8152a7b0:
??
??:0
* ffffffff814f49d0:
start_kernel
??:0
* ffffffff81001000:
init_level4_pgt
??:0
* ffffffff814f6aca:
xen_start_kernel
??:0
Reproducing the crash, the boot log shows slightly different values in
some processor registers and on some stack addresses, but the general
structure doesn't changes.
Likewise, unfortunately, for a successful boot (after memtester86+ has
been run): ``(XEN) d0:v0: unhandled page fault (ec=0000)'' and the
following lines are gone, and the kernel boot continues as follows. Of
course, relying on running memtester86+ before being able to boot the
kernel obviously isn't a proper solution, and I have not tested whether
the thusly-booted kernel survives under real load.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32-4-xen-amd64 (Debian 2.6.32-11)
(maks@xxxxxxxxxx) (gcc version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Fri Apr 9
18:06:54 CEST 2010
[ 0.000000] Command line: root=/dev/mapper/vg0-boole--root ro
console=hvc0 earlyprintk=xen debug initcall_debug acpi.debug_level=0xffffffff
acpi.debug_layer=0x2
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] xen_release_chunk: looking at area pfn e0000-fec00: 75780
pages freed
[ 0.000000] xen_release_chunk: looking at area pfn fec10-fee00: 0 pages
freed
[ 0.000000] xen_release_chunk: looking at area pfn fee01-fff00: 0 pages
freed
[ 0.000000] released 75780 pages of unused memory
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] Xen: 0000000000000000 - 000000000009e000 (usable)
[ 0.000000] Xen: 000000000009e000 - 0000000000100000 (reserved)
[ 0.000000] Xen: 0000000000100000 - 00000000ddee0000 (usable)
[ 0.000000] Xen: 00000000ddee0000 - 00000000ddeef000 (ACPI data)
[ 0.000000] Xen: 00000000ddeef000 - 00000000ddf00000 (ACPI NVS)
[ 0.000000] Xen: 00000000ddf00000 - 00000000e0000000 (reserved)
[ 0.000000] Xen: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] Xen: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] Xen: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] bootconsole [xenboot0] enabled
[ 0.000000] DMI present.
[ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working
around it.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000
(usable) ==> (reserved)
[ 0.000000] last_pfn = 0xddee0 max_arch_pfn = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000ddee0000
[ 0.000000] 0000000000 - 00ddee0000 page 4k
[ 0.000000] kernel direct mapping tables up to ddee0000 @ 100000-7f5000
[ 0.000000] RAMDISK: 016b1000 - 02fd8600
[ 0.000000] ACPI: RSDP 00000000000f7350 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 00000000ddeeb7e4 0004C (v01 PTLTD ? XSDT
00050000 LTP 00000000)
[ 0.000000] ACPI: FACP 00000000ddeeb8a4 000F4 (v03 FSC ÷P?-?
00050000 000F4240)
[ 0.000000] ACPI: DSDT 00000000ddeeb998 034FB (v01 FSC D2030
00050000 MSFT 02000002)
[ 0.000000] ACPI: FACS 00000000ddeeffc0 00040
[ 0.000000] ACPI: SSDT 00000000ddeeee93 000B5 (v01 PTLTD POWERNOW
00050000 LTP 00000001)
[ 0.000000] ACPI: APIC 00000000ddeeef48 00050 (v01 PTLTD ? APIC
00050000 LTP 00000000)
[ 0.000000] ACPI: MCFG 00000000ddeeef98 00040 (v01 PTLTD MCFG
00050000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000ddeeefd8 00028 (v01 PTLTD $SBFTBL$
00050000 LTP 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Scanning NUMA topology in Northbridge 24
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000ddee0000
[ 0.000000] Bootmem setup node 0 0000000000000000-00000000ddee0000
[ 0.000000] NODE_DATA [0000000000010000 - 0000000000017fff]
[ 0.000000] bootmap [0000000000018000 - 0000000000033bdf] pages 1c
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 00ddee0000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==>
[0000000000 - 0000001000]
[ 0.000000] #1 [000376f000 - 0003790000] XEN PAGETABLES ==>
[000376f000 - 0003790000]
[ 0.000000] #2 [0000006000 - 0000008000] TRAMPOLINE ==>
[0000006000 - 0000008000]
[ 0.000000] #3 [0001000000 - 0001690cd4] TEXT DATA BSS ==>
[0001000000 - 0001690cd4]
[ 0.000000] #4 [00016b1000 - 0002fd8600] RAMDISK ==>
[00016b1000 - 0002fd8600]
[ 0.000000] #5 [0002fd9000 - 000376f000] XEN START INFO ==>
[0002fd9000 - 000376f000]
[ 0.000000] #6 [0001691000 - 00016911c4] BRK ==>
[0001691000 - 00016911c4]
[ 0.000000] #7 [0000100000 - 00007d1000] PGTABLE ==>
[0000100000 - 00007d1000]
[ 0.000000] found SMP MP-table at [ffff8800000f73b0] f73b0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x000ddee0
[ 0.000000] On node 0 totalpages: 908910
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1748 pages reserved
[ 0.000000] DMA zone: 2178 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12373 pages used for memmap
[ 0.000000] DMA32 zone: 892555 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0xf008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 0, address 0xfec00000, GSI 0-0
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ERROR: Unable to locate IOAPIC for GSI 2
[ 0.000000] ERROR: Unable to locate IOAPIC for GSI 9
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 256
[ 0.000000] PM: Registered nosave memory: 000000000009e000 -
0000000000100000
[ 0.000000] Allocating PCI resources starting at e0000000 (gap:
e0000000:1ec00000)
[ 0.000000] Booting paravirtualized kernel on Xen
[ 0.000000] Xen version: 3.4 (preserve-AD) (dom0)
[ 0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8800037c6000 s89880 r8192
d20712 u118784
[ 0.000000] pcpu-alloc: s89880 r8192 d20712 u118784 alloc=29*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] trying to map vcpu_info 0 at ffff8800037d1020, mfn 11b7d1,
offset 32
[ 0.000000] cpu 0 using vcpu_info at ffff8800037d1020
[ 0.000000] Xen: using vcpu_info placement
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on.
Total pages: 894733
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/mapper/vg0-boole--root ro
console=hvc0 earlyprintk=xen debug initcall_debug acpi.debug_level=0xffffffff
acpi.debug_layer=0x2
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] DMA: Placing 64MB software IO TLB between ffff880006cac000 -
ffff88000acac000
[ 0.000000] DMA: software IO TLB at phys 0x6cac000 - 0xacac000
[ 0.000000] xen_swiotlb_fixup: buf=ffff880006cac000 size=67108864
[ 0.000000] xen_swiotlb_fixup: buf=ffff88000ad0c000 size=32768
[ 0.000000] Memory: 3471612k/3636096k available (3098k kernel code, 456k
absent, 164028k reserved, 1880k data, 588k init)
[ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0,
CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:4352 nr_irqs:512
[ 0.000000] xen: --> irq=0
[ 0.000000] xen: --> irq=1
[ 0.000000] xen: --> irq=2
[ 0.000000] xen: --> irq=3
[ 0.000000] xen: --> irq=4
[ 0.000000] xen: --> irq=5
[ 0.000000] xen: --> irq=6
[ 0.000000] xen: --> irq=7
[ 0.000000] xen: --> irq=8
[ 0.000000] xen: --> irq=9
[ 0.000000] xen: --> irq=10
[ 0.000000] xen: --> irq=11
[ 0.000000] xen: --> irq=12
[ 0.000000] xen: --> irq=13
[ 0.000000] xen: --> irq=14
[ 0.000000] xen: --> irq=15
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [hvc0] enabled, bootconsole disabled
[ 0.000000] console [hvc0] enabled, bootconsole disabled
[ 0.000000] Xen: using vcpuop timer interface
[ 0.000000] installing Xen timer for CPU 0
[ 0.000000] alloc irq_desc for 511 on node 0
[ 0.000000] alloc kstat_irqs on node 0
[ 0.000000] Detected 1800.063 MHz processor.
[ 0.004000] Calibrating delay loop (skipped), value calculated using
timer frequency.. 3600.12 BogoMIPS (lpj=7200252)
[ 0.004044] Security Framework initialized
[ 0.008000] SELinux: Disabled at boot.
[ 0.009187] Dentry cache hash table entries: 524288 (order: 10, 4194304
bytes)
[ 0.015202] Inode-cache hash table entries: 262144 (order: 9, 2097152
bytes)
[ 0.017097] Mount-cache hash table entries: 256
[ 0.020223] Initializing cgroup subsys ns
[ 0.024001] Initializing cgroup subsys cpuacct
[ 0.024001] Initializing cgroup subsys devices
[ 0.024001] Initializing cgroup subsys freezer
[ 0.024001] Initializing cgroup subsys net_cls
[ 0.024039] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64
bytes/line)
[ 0.028005] CPU: L2 Cache: 128K (64 bytes/line)
[ 0.032001] CPU 0/0x0 -> Node 0
[ 0.032005] tseg: 00ddf00000
[ 0.036005] Performance Events: AMD PMU driver.
[ 0.040001] ------------[ cut here ]------------
[ 0.040001] WARNING: at
/media/data-local/thomas/tmp/linux_xen_/linux-2.6-2.6.32/debian/build/source_amd64_xen/arch/x86/xen/enlighten.c:722
init_hw_perf_events+0x2fe/0x39e()
[ 0.040001] Hardware name: D2264-A1
[ 0.040001] Modules linked in:
[ 0.040001] Pid: 0, comm: swapper Not tainted 2.6.32-4-xen-amd64 #1
[ 0.040001] Call Trace:
[ 0.040001] [<ffffffff814fb9cc>] ? init_hw_perf_events+0x2fe/0x39e
[ 0.040001] [<ffffffff814fb9cc>] ? init_hw_perf_events+0x2fe/0x39e
[ 0.040001] [<ffffffff8104fb8c>] ? warn_slowpath_common+0x77/0xa3
[ 0.040001] [<ffffffff814fb9cc>] ? init_hw_perf_events+0x2fe/0x39e
[ 0.040001] [<ffffffff812fb1fc>] ? identify_cpu+0x2ff/0x308
[ 0.040001] [<ffffffff8100e9ef>] ? xen_restore_fl_direct_end+0x0/0x1
[ 0.040001] [<ffffffff810e7d8e>] ? kmem_cache_alloc+0x8c/0xf0
[ 0.040001] [<ffffffff814fb622>] ? identify_boot_cpu+0x15/0x3e
[ 0.040001] [<ffffffff814fb6a9>] ? check_bugs+0x9/0x2e
[ 0.040001] [<ffffffff814f4cc2>] ? start_kernel+0x3cd/0x3e8
[ 0.040001] [<ffffffff814f6aca>] ? xen_start_kernel+0x649/0x64f
[ 0.040001] ---[ end trace a7919e7f17c0a725 ]---
[ 0.040001] ... version: 0
[ 0.040001] ... bit width: 48
[ 0.040001] ... generic registers: 4
[ 0.040001] ... value mask: 0000ffffffffffff
[ 0.040001] ... max period: 00007fffffffffff
[ 0.040001] ... fixed-purpose events: 0
[ 0.040001] ... event mask: 000000000000000f
[ 0.040001] SMP alternatives: switching to UP code
[ 0.040001] Freeing SMP alternatives: 28k freed
[ 0.040001] ACPI: Core revision 20090903
[ 0.047018] alloc irq_desc for 510 on node 0
[ 0.048001] alloc kstat_irqs on node 0
[ 0.048018] alloc irq_desc for 509 on node 0
[ 0.052001] alloc kstat_irqs on node 0
[ 0.052019] alloc irq_desc for 508 on node 0
[ 0.056001] alloc kstat_irqs on node 0
[ 0.056001] alloc irq_desc for 507 on node 0
[ 0.056001] alloc kstat_irqs on node 0
[ 0.056013] calling migration_init+0x0/0x4f @ 1
[ 0.060050] initcall migration_init+0x0/0x4f returned 0 after 3906 usecs
[ 0.064001] calling spawn_ksoftirqd+0x0/0x4f @ 1
[ 0.064031] initcall spawn_ksoftirqd+0x0/0x4f returned 0 after 3906 usecs
[ 0.068001] calling init_call_single_data+0x0/0x7f @ 1
[ 0.068001] initcall init_call_single_data+0x0/0x7f returned 0 after 0
usecs
[ 0.068001] calling spawn_softlockup_task+0x0/0x6b @ 1
[ 0.068040] initcall spawn_softlockup_task+0x0/0x6b returned 0 after
3906 usecs
[ 0.072001] calling relay_init+0x0/0x14 @ 1
[ 0.072001] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[ 0.072001] calling tracer_alloc_buffers+0x0/0x199 @ 1
[ 0.072001] initcall tracer_alloc_buffers+0x0/0x199 returned 0 after 0
usecs
[ 0.072001] calling init_trace_printk+0x0/0xc @ 1
[ 0.072001] initcall init_trace_printk+0x0/0xc returned 0 after 0 usecs
[ 0.072001] Brought up 1 CPUs
[ 0.072001] CPU0 attaching NULL sched-domain.
[ 0.072155] devtmpfs: initialized
[ 0.080141] calling init_mmap_min_addr+0x0/0x21 @ 1
[ 0.084001] initcall init_mmap_min_addr+0x0/0x21 returned 0 after 0 usecs
[ 0.084001] calling init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[ 0.084001] initcall init_cpufreq_transition_notifier_list+0x0/0x1b
returned 0 after 0 usecs
[ 0.084001] calling net_ns_init+0x0/0xf2 @ 1
[ 0.084080] initcall net_ns_init+0x0/0xf2 returned 0 after 3906 usecs
[ 0.088001] calling e820_mark_nvs_memory+0x0/0x36 @ 1
[ 0.088001] initcall e820_mark_nvs_memory+0x0/0x36 returned 0 after 0
usecs
[ 0.088001] calling cpufreq_tsc+0x0/0x28 @ 1
[ 0.088001] initcall cpufreq_tsc+0x0/0x28 returned 0 after 0 usecs
[ 0.088001] calling pci_reboot_init+0x0/0x14 @ 1
[ 0.088001] initcall pci_reboot_init+0x0/0x14 returned 0 after 0 usecs
[ 0.088001] calling init_lapic_sysfs+0x0/0x2e @ 1
[ 0.088001] initcall init_lapic_sysfs+0x0/0x2e returned 0 after 0 usecs
[ 0.088001] calling alloc_frozen_cpus+0x0/0x3 @ 1
[ 0.088001] initcall alloc_frozen_cpus+0x0/0x3 returned 0 after 0 usecs
[ 0.088001] calling sysctl_init+0x0/0x32 @ 1
[ 0.088001] initcall sysctl_init+0x0/0x32 returned 0 after 0 usecs
[ 0.088001] calling ksysfs_init+0x0/0xb9 @ 1
[ 0.088001] initcall ksysfs_init+0x0/0xb9 returned 0 after 0 usecs
[ 0.088001] calling async_init+0x0/0x56 @ 1
[ 0.088044] initcall async_init+0x0/0x56 returned 0 after 3906 usecs
[ 0.092001] calling init_jiffies_clocksource+0x0/0xc @ 1
[ 0.092012] initcall init_jiffies_clocksource+0x0/0xc returned 0 after
3906 usecs
[ 0.096001] calling pm_init+0x0/0x60 @ 1
[ 0.096037] initcall pm_init+0x0/0x60 returned 0 after 3906 usecs
[ 0.100001] calling pm_disk_init+0x0/0x13 @ 1
[ 0.100001] initcall pm_disk_init+0x0/0x13 returned 0 after 0 usecs
[ 0.100001] calling swsusp_header_init+0x0/0x2c @ 1
[ 0.100001] initcall swsusp_header_init+0x0/0x2c returned 0 after 0 usecs
[ 0.100001] calling init_zero_pfn+0x0/0x35 @ 1
[ 0.100001] initcall init_zero_pfn+0x0/0x35 returned 0 after 0 usecs
[ 0.100001] calling filelock_init+0x0/0x2f @ 1
[ 0.100017] initcall filelock_init+0x0/0x2f returned 0 after 3906 usecs
[ 0.104001] calling init_script_binfmt+0x0/0xe @ 1
[ 0.104001] initcall init_script_binfmt+0x0/0xe returned 0 after 0 usecs
[ 0.104001] calling init_elf_binfmt+0x0/0xe @ 1
[ 0.104001] initcall init_elf_binfmt+0x0/0xe returned 0 after 0 usecs
[ 0.104001] calling init_compat_elf_binfmt+0x0/0xe @ 1
[ 0.104001] initcall init_compat_elf_binfmt+0x0/0xe returned 0 after 0
usecs
[ 0.104001] calling debugfs_init+0x0/0x50 @ 1
[ 0.104015] initcall debugfs_init+0x0/0x50 returned 0 after 3906 usecs
[ 0.108001] calling securityfs_init+0x0/0x47 @ 1
[ 0.108001] initcall securityfs_init+0x0/0x47 returned 0 after 0 usecs
[ 0.108001] calling random32_init+0x0/0xc7 @ 1
[ 0.108001] initcall random32_init+0x0/0xc7 returned 0 after 0 usecs
[ 0.108001] calling gnttab_init+0x0/0x177 @ 1
[ 0.108026] Grant table initialized
[ 0.112001] initcall gnttab_init+0x0/0x177 returned 0 after 3906 usecs
[ 0.112001] calling regulator_init+0x0/0x2e @ 1
[ 0.112001] regulator: core version 0.5
[ 0.112018] initcall regulator_init+0x0/0x2e returned 0 after 3906 usecs
[ 0.116001] calling cpufreq_core_init+0x0/0x9f @ 1
[ 0.116001] initcall cpufreq_core_init+0x0/0x9f returned 0 after 0 usecs
[ 0.116001] calling cpuidle_init+0x0/0x36 @ 1
[ 0.116001] initcall cpuidle_init+0x0/0x36 returned 0 after 0 usecs
[ 0.116001] calling sock_init+0x0/0x5e @ 1
[ 0.116069] initcall sock_init+0x0/0x5e returned 0 after 3906 usecs
[ 0.120001] calling net_inuse_init+0x0/0x26 @ 1
[ 0.120001] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[ 0.120001] calling netpoll_init+0x0/0x2c @ 1
[ 0.120001] initcall netpoll_init+0x0/0x2c returned 0 after 0 usecs
[ 0.120001] calling netlink_proto_init+0x0/0x130 @ 1
[ 0.120001] NET: Registered protocol family 16
[ 0.120011] initcall netlink_proto_init+0x0/0x130 returned 0 after 3906
usecs
[ 0.124001] calling bdi_class_init+0x0/0x42 @ 1
[ 0.124018] initcall bdi_class_init+0x0/0x42 returned 0 after 3906 usecs
[ 0.128001] calling kobject_uevent_init+0x0/0x54 @ 1
[ 0.128007] initcall kobject_uevent_init+0x0/0x54 returned 0 after 3906
usecs
[ 0.132001] calling pcibus_class_init+0x0/0x13 @ 1
[ 0.132001] initcall pcibus_class_init+0x0/0x13 returned 0 after 0 usecs
[ 0.132001] calling pci_driver_init+0x0/0xc @ 1
[ 0.132001] initcall pci_driver_init+0x0/0xc returned 0 after 0 usecs
[ 0.132001] calling backlight_class_init+0x0/0x5d @ 1
[ 0.132022] initcall backlight_class_init+0x0/0x5d returned 0 after 3906
usecs
[ 0.136001] calling xenbus_probe_init+0x0/0x277 @ 1
[ 0.136008] alloc irq_desc for 506 on node 0
[ 0.140001] alloc kstat_irqs on node 0
[ 0.140072] xenbus_probe_init ok
[ 0.144001] initcall xenbus_probe_init+0x0/0x277 returned 0 after 7812
usecs
[ 0.144001] calling tty_class_init+0x0/0x38 @ 1
[ 0.144001] initcall tty_class_init+0x0/0x38 returned 0 after 0 usecs
[ 0.144001] calling vtconsole_class_init+0x0/0xb8 @ 1
[ 0.144042] initcall vtconsole_class_init+0x0/0xb8 returned 0 after 3906
usecs
[ 0.148001] calling register_node_type+0x0/0x74 @ 1
[ 0.148001] initcall register_node_type+0x0/0x74 returned 0 after 0 usecs
[ 0.148001] calling spi_init+0x0/0xc2 @ 1
[ 0.148017] initcall spi_init+0x0/0xc2 returned 0 after 3906 usecs
[ 0.152001] calling amd_postcore_init+0x0/0x76 @ 1
[ 0.152019] node 0 link 0: io port [0, fffff]
[ 0.156008] TOM: 00000000e0000000 aka 3584M
[ 0.160007] node 0 link 0: mmio [e0000000, efffffff]
[ 0.164011] node 0 link 0: mmio [a0000, bffff]
[ 0.168006] node 0 link 0: mmio [e0000000, fe0bffff]
[ 0.172005] TOM2: 0000000120000000 aka 4608M
[ 0.176001] bus: [00,ff] on node 0 link 0
[ 0.176001] bus: 00 index 0 io port: [0, ffff]
[ 0.176001] bus: 00 index 1 mmio: [e0000000, ffffffff]
[ 0.176001] bus: 00 index 2 mmio: [a0000, bffff]
[ 0.176001] bus: 00 index 3 mmio: [120000000, fcffffffff]
[ 0.176001] initcall amd_postcore_init+0x0/0x76 returned 0 after 23437
usecs
[ 0.176001] calling arch_kdebugfs_init+0x0/0x24 @ 1
[ 0.176001] initcall arch_kdebugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 0.176001] calling mtrr_if_init+0x0/0x63 @ 1
[ 0.176001] initcall mtrr_if_init+0x0/0x63 returned 0 after 0 usecs
[ 0.176001] calling ffh_cstate_init+0x0/0x2a @ 1
[ 0.176001] initcall ffh_cstate_init+0x0/0x2a returned -1 after 0 usecs
[ 0.176001] initcall ffh_cstate_init+0x0/0x2a returned with error code
-1
[ 0.176001] calling acpi_pci_init+0x0/0x5c @ 1
[ 0.176005] ACPI: bus type pci registered
[ 0.180001] initcall acpi_pci_init+0x0/0x5c returned 0 after 3906 usecs
[ 0.180001] calling register_xen_pci_notifier+0x0/0x1f @ 1
[ 0.180001] initcall register_xen_pci_notifier+0x0/0x1f returned 0 after
0 usecs
[ 0.180001] calling setup_vcpu_hotplug_event+0x0/0x22 @ 1
[ 0.180001] initcall setup_vcpu_hotplug_event+0x0/0x22 returned 0 after
0 usecs
[ 0.180001] calling dmi_id_init+0x0/0x33f @ 1
[ 0.180001] initcall dmi_id_init+0x0/0x33f returned 0 after 0 usecs
[ 0.180001] calling dma_bus_init+0x0/0x3f @ 1
[ 0.180001] initcall dma_bus_init+0x0/0x3f returned 0 after 0 usecs
[ 0.180001] calling dma_channel_table_init+0x0/0x108 @ 1
[ 0.180001] initcall dma_channel_table_init+0x0/0x108 returned 0 after 0
usecs
[ 0.180001] calling pci_arch_init+0x0/0x56 @ 1
[ 0.180001] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 -
2
[ 0.180001] PCI: Not using MMCONFIG.
[ 0.180001] PCI: Using configuration type 1 for base access
[ 0.180001] initcall pci_arch_init+0x0/0x56 returned 0 after 0 usecs
[ 0.180001] calling topology_init+0x0/0x8c @ 1
[ 0.180099] initcall topology_init+0x0/0x8c returned 0 after 3906 usecs
[ 0.184001] calling mtrr_init_finialize+0x0/0x3d @ 1
[ 0.184001] initcall mtrr_init_finialize+0x0/0x3d returned 0 after 0
usecs
[ 0.184001] calling param_sysfs_init+0x0/0x234 @ 1
[ 0.184491] initcall param_sysfs_init+0x0/0x234 returned 0 after 3906
usecs
[ 0.188001] calling pm_sysrq_init+0x0/0x19 @ 1
[ 0.188001] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[ 0.188001] calling audit_watch_init+0x0/0x2f @ 1
[ 0.188001] initcall audit_watch_init+0x0/0x2f returned 0 after 0 usecs
[ 0.188001] calling init_slow_work+0x0/0x37 @ 1
[ 0.188001] initcall init_slow_work+0x0/0x37 returned 0 after 0 usecs
[ 0.188001] calling default_bdi_init+0x0/0xa7 @ 1
[ 0.188127] initcall default_bdi_init+0x0/0xa7 returned 0 after 3906
usecs
[ 0.192001] calling init_bio+0x0/0xc4 @ 1
[ 0.192066] bio: create slab <bio-0> at 0
[ 0.196023] initcall init_bio+0x0/0xc4 returned 0 after 7812 usecs
[ 0.200001] calling fsnotify_init+0x0/0xc @ 1
[ 0.200001] initcall fsnotify_init+0x0/0xc returned 0 after 0 usecs
[ 0.200001] calling fsnotify_notification_init+0x0/0xf0 @ 1
[ 0.200011] initcall fsnotify_notification_init+0x0/0xf0 returned 0
after 3906 usecs
[ 0.204001] calling cryptomgr_init+0x0/0xc @ 1
[ 0.204001] initcall cryptomgr_init+0x0/0xc returned 0 after 0 usecs
[ 0.204001] calling blk_settings_init+0x0/0x25 @ 1
[ 0.204001] initcall blk_settings_init+0x0/0x25 returned 0 after 0 usecs
[ 0.204001] calling blk_ioc_init+0x0/0x2a @ 1
[ 0.204007] initcall blk_ioc_init+0x0/0x2a returned 0 after 3906 usecs
[ 0.208001] calling blk_softirq_init+0x0/0x6e @ 1
[ 0.208001] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[ 0.208001] calling blk_iopoll_setup+0x0/0x6e @ 1
[ 0.208001] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[ 0.208001] calling genhd_device_init+0x0/0x71 @ 1
[ 0.208057] initcall genhd_device_init+0x0/0x71 returned 0 after 3906
usecs
[ 0.212001] calling blk_dev_integrity_init+0x0/0x2a @ 1
[ 0.212016] initcall blk_dev_integrity_init+0x0/0x2a returned 0 after
3906 usecs
[ 0.216001] calling pci_slot_init+0x0/0x47 @ 1
[ 0.216001] initcall pci_slot_init+0x0/0x47 returned 0 after 0 usecs
[ 0.216001] calling fbmem_init+0x0/0x98 @ 1
[ 0.216001] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[ 0.216001] calling acpi_init+0x0/0x2de @ 1
[ 0.216850] ERROR: Unable to locate IOAPIC for GSI 9
[ 0.220025] ACPI: EC: Look up EC in DSDT
[ 0.229062] ACPI: Interpreter enabled
[ 0.232001] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.232001] ACPI: Using IOAPIC for interrupt routing
[ 0.232050] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 -
2
[ 0.237071] PCI: MCFG area at e0000000 reserved in ACPI motherboard
resources
[ 0.240462] PCI: Using MMCONFIG at e0000000 - e02fffff
[ 0.250159] initcall acpi_init+0x0/0x2de returned 0 after 35156 usecs
[ 0.252001] calling dock_init+0x0/0x8d @ 1
[ 0.252001] ACPI: No dock devices found.
[ 0.252001] initcall dock_init+0x0/0x8d returned 0 after 0 usecs
[ 0.252001] calling acpi_pci_root_init+0x0/0x28 @ 1
[ 0.252224] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.256099] pci 0000:00:00.0: reg 10 32bit mmio: [0xf8000000-0xf9ffffff]
[ 0.260216] pci 0000:00:02.5: reg 10 io port: [0x1f0-0x1f7]
[ 0.264001] pci 0000:00:02.5: reg 14 io port: [0x3f4-0x3f7]
[ 0.264001] pci 0000:00:02.5: reg 18 io port: [0x170-0x177]
[ 0.264001] pci 0000:00:02.5: reg 1c io port: [0x374-0x377]
[ 0.264001] pci 0000:00:02.5: reg 20 io port: [0x1c80-0x1c8f]
[ 0.264001] pci 0000:00:02.5: PME# supported from D3cold
[ 0.264001] pci 0000:00:02.5: PME# disabled
[ 0.264050] pci 0000:00:02.7: reg 10 io port: [0x1400-0x14ff]
[ 0.268001] pci 0000:00:02.7: reg 14 io port: [0x1000-0x107f]
[ 0.268001] pci 0000:00:02.7: supports D1 D2
[ 0.268001] pci 0000:00:02.7: PME# supported from D3hot D3cold
[ 0.268001] pci 0000:00:02.7: PME# disabled
[ 0.268031] pci 0000:00:03.0: reg 10 32bit mmio: [0xfa000000-0xfa000fff]
[ 0.272031] pci 0000:00:03.1: reg 10 32bit mmio: [0xfa001000-0xfa001fff]
[ 0.276031] pci 0000:00:03.2: reg 10 32bit mmio: [0xfa002000-0xfa002fff]
[ 0.280046] pci 0000:00:03.3: reg 10 32bit mmio: [0xfa003000-0xfa003fff]
[ 0.284001] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[ 0.284001] pci 0000:00:03.3: PME# disabled
[ 0.284059] pci 0000:00:05.0: reg 10 io port: [0x1cb0-0x1cb7]
[ 0.288001] pci 0000:00:05.0: reg 14 io port: [0x1ca4-0x1ca7]
[ 0.288001] pci 0000:00:05.0: reg 18 io port: [0x1ca8-0x1caf]
[ 0.288001] pci 0000:00:05.0: reg 1c io port: [0x1ca0-0x1ca3]
[ 0.288001] pci 0000:00:05.0: reg 20 io port: [0x1c90-0x1c9f]
[ 0.288001] pci 0000:00:05.0: reg 24 io port: [0x1c00-0x1c7f]
[ 0.288001] pci 0000:00:05.0: PME# supported from D3cold
[ 0.288001] pci 0000:00:05.0: PME# disabled
[ 0.288125] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.292001] pci 0000:00:06.0: PME# disabled
[ 0.292051] pci 0000:00:09.0: reg 10 io port: [0x1800-0x18ff]
[ 0.296001] pci 0000:00:09.0: reg 14 32bit mmio: [0xfa004000-0xfa0040ff]
[ 0.296001] pci 0000:00:09.0: supports D1 D2
[ 0.296001] pci 0000:00:09.0: PME# supported from D1 D2 D3hot D3cold
[ 0.296001] pci 0000:00:09.0: PME# disabled
[ 0.296389] pci 0000:00:1f.0: PME# supported from D0 D3hot D3cold
[ 0.300001] pci 0000:00:1f.0: PME# disabled
[ 0.300061] pci 0000:01:00.0: reg 10 32bit mmio pref:
[0xf0000000-0xf7ffffff]
[ 0.304001] pci 0000:01:00.0: reg 14 32bit mmio: [0xfa100000-0xfa11ffff]
[ 0.304001] pci 0000:01:00.0: reg 18 io port: [0x2000-0x207f]
[ 0.304001] pci 0000:01:00.0: supports D1 D2
[ 0.304068] pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
[ 0.308001] pci 0000:00:01.0: bridge 32bit mmio: [0xfa100000-0xfa1fffff]
[ 0.308001] pci 0000:00:01.0: bridge 32bit mmio pref:
[0xf0000000-0xf7ffffff]
[ 0.308193] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.312397] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[ 0.316094] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIX._PRT]
[ 0.320009] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE0._PRT]
(XEN) PCI add device 00:00.0
(XEN) PCI add device 00:01.0
(XEN) PCI add device 00:02.0
(XEN) PCI add device 00:02.5
(XEN) PCI add device 00:02.7
(XEN) PCI add device 00:03.0
(XEN) PCI add device 00:03.1
(XEN) PCI add device 00:03.2
(XEN) PCI add device 00:03.3
(XEN) PCI add device 00:05.0
(XEN) PCI add device 00:06.0
(XEN) PCI add device 00:09.0
(XEN) PCI add device 00:18.0
(XEN) PCI add device 00:18.1
(XEN) PCI add device 00:18.2
(XEN) PCI add device 00:18.3
(XEN) PCI add device 00:1f.0
(XEN) PCI add device 01:00.0
[ 0.396112] initcall acpi_pci_root_init+0x0/0x28 returned 0 after 144531
usecs
[ 0.400001] calling acpi_pci_link_init+0x0/0x43 @ 1
[ 0.400142] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12
14 15)
[ 0.404106] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12
14 15)
[ 0.408101] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12
14 15)
[ 0.412101] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12
14 15)
[ 0.416099] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12
14 15)
[ 0.420099] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12
14 15)
[ 0.424115] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 *10 11 12
14 15)
[ 0.428115] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12
14 15)
[ 0.432044] initcall acpi_pci_link_init+0x0/0x43 returned 0 after 35156
usecs
[ 0.436001] calling pnp_init+0x0/0xc @ 1
[ 0.436001] initcall pnp_init+0x0/0xc returned 0 after 0 usecs
[ 0.436001] calling setup_shutdown_event+0x0/0x14 @ 1
[ 0.436001] initcall setup_shutdown_event+0x0/0x14 returned 0 after 0
usecs
[ 0.436001] calling xenbus_probe_backend_init+0x0/0x4f @ 1
[ 0.436001] xenbus_probe_backend_init bus registered ok
[ 0.436001] initcall xenbus_probe_backend_init+0x0/0x4f returned 0 after
0 usecs
[ 0.436001] calling xenbus_probe_frontend_init+0x0/0x4f @ 1
[ 0.436001] xenbus_probe_frontend_init bus registered ok
[ 0.436001] initcall xenbus_probe_frontend_init+0x0/0x4f returned 0
after 0 usecs
[ 0.436001] calling balloon_init+0x0/0x200 @ 1
[ 0.436001] xen_balloon: Initialising balloon driver with page order 0.
[ 0.436026] initcall balloon_init+0x0/0x200 returned 0 after 3906 usecs
[ 0.440001] calling misc_init+0x0/0xad @ 1
[ 0.440019] initcall misc_init+0x0/0xad returned 0 after 3906 usecs
[ 0.444001] calling vga_arb_device_init+0x0/0x74 @ 1
[ 0.444068] vgaarb: device added:
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.448001] vgaarb: loaded
[ 0.448001] initcall vga_arb_device_init+0x0/0x74 returned 0 after 3906
usecs
[ 0.448001] calling serio_init+0x0/0x84 @ 1
[ 0.448059] initcall serio_init+0x0/0x84 returned 0 after 3906 usecs
[ 0.452001] calling input_init+0x0/0x132 @ 1
[ 0.452001] initcall input_init+0x0/0x132 returned 0 after 0 usecs
[ 0.452001] calling rtc_init+0x0/0x71 @ 1
[ 0.452001] initcall rtc_init+0x0/0x71 returned 0 after 0 usecs
[ 0.452001] calling power_supply_class_init+0x0/0x38 @ 1
[ 0.452001] initcall power_supply_class_init+0x0/0x38 returned 0 after 0
usecs
[ 0.452001] calling hwmon_init+0x0/0x106 @ 1
[ 0.452001] initcall hwmon_init+0x0/0x106 returned 0 after 0 usecs
[ 0.452001] calling pci_subsys_init+0x0/0x113 @ 1
[ 0.452001] PCI: Using ACPI for IRQ routing
[ 0.452001] initcall pci_subsys_init+0x0/0x113 returned 0 after 0 usecs
[ 0.452001] calling proto_init+0x0/0xc @ 1
[ 0.452001] initcall proto_init+0x0/0xc returned 0 after 0 usecs
[ 0.452001] calling net_dev_init+0x0/0x177 @ 1
[ 0.452121] initcall net_dev_init+0x0/0x177 returned 0 after 3906 usecs
[ 0.456001] calling neigh_init+0x0/0x71 @ 1
[ 0.456001] initcall neigh_init+0x0/0x71 returned 0 after 0 usecs
[ 0.456001] calling fib_rules_init+0x0/0x9c @ 1
[ 0.456001] initcall fib_rules_init+0x0/0x9c returned 0 after 0 usecs
[ 0.456001] calling pktsched_init+0x0/0xd0 @ 1
[ 0.456001] initcall pktsched_init+0x0/0xd0 returned 0 after 0 usecs
[ 0.456001] calling tc_filter_init+0x0/0x4c @ 1
[ 0.456001] initcall tc_filter_init+0x0/0x4c returned 0 after 0 usecs
[ 0.456001] calling tc_action_init+0x0/0x4c @ 1
[ 0.456001] initcall tc_action_init+0x0/0x4c returned 0 after 0 usecs
[ 0.456001] calling genl_init+0x0/0x90 @ 1
[ 0.456015] initcall genl_init+0x0/0x90 returned 0 after 3906 usecs
[ 0.460001] calling wireless_nlevent_init+0x0/0xc @ 1
[ 0.460001] initcall wireless_nlevent_init+0x0/0xc returned 0 after 0
usecs
[ 0.460001] calling sysctl_init+0x0/0x3f @ 1
[ 0.460001] initcall sysctl_init+0x0/0x3f returned 0 after 0 usecs
[ 0.460001] calling print_all_ICs+0x0/0x581 @ 1
[ 0.460001] initcall print_all_ICs+0x0/0x581 returned 0 after 0 usecs
[ 0.460001] calling hpet_late_init+0x0/0x1b3 @ 1
[ 0.460001] initcall hpet_late_init+0x0/0x1b3 returned -19 after 0 usecs
[ 0.460001] calling clocksource_done_booting+0x0/0x5a @ 1
[ 0.460001] Switching to clocksource xen
[ 0.460104] initcall clocksource_done_booting+0x0/0x5a returned 0 after
3937 usecs
[ 0.464001] calling rb_init_debugfs+0x0/0x2f @ 1
[ 0.464001] initcall rb_init_debugfs+0x0/0x2f returned 0 after 11 usecs
[ 0.464001] calling tracer_init_debugfs+0x0/0x2d0 @ 1
[ 0.532735] initcall tracer_init_debugfs+0x0/0x2d0 returned 0 after 115
usecs
[ 0.536650] calling init_trace_printk_function_export+0x0/0x2f @ 1
[ 0.536650] initcall init_trace_printk_function_export+0x0/0x2f returned
0 after 1 usecs
[ 0.536650] calling event_trace_init+0x0/0x1f4 @ 1
[ 0.613885] initcall event_trace_init+0x0/0x1f4 returned 0 after 1516
usecs
[ 0.616328] calling init_pipe_fs+0x0/0x42 @ 1
[ 0.647996] initcall init_pipe_fs+0x0/0x42 returned 0 after 56 usecs
[ 0.651964] calling eventpoll_init+0x0/0xc2 @ 1
[ 0.681198] initcall eventpoll_init+0x0/0xc2 returned 0 after 28 usecs
[ 0.685171] calling anon_inode_init+0x0/0x11b @ 1
[ 0.715458] initcall anon_inode_init+0x0/0x11b returned 0 after 16 usecs
[ 0.719446] calling blk_scsi_ioctl_init+0x0/0x292 @ 1
[ 0.719446] initcall blk_scsi_ioctl_init+0x0/0x292 returned 0 after 0
usecs
[ 0.719446] calling acpi_event_init+0x0/0x52 @ 1
[ 0.786602] initcall acpi_event_init+0x0/0x52 returned 0 after 21 usecs
[ 0.790591] calling pnpacpi_init+0x0/0x8c @ 1
[ 0.790591] pnp: PnP ACPI init
[ 0.829446] ACPI: bus type pnp registered
[ 0.842599] xen: registering gsi 8 triggering 1 polarity 0
[ 0.845807] xen_allocate_pirq: returning irq 8 for gsi 8
[ 0.845807] xen: --> irq=8
[ 0.883165] Already setup the GSI :8
[ 0.894129] xen: registering gsi 13 triggering 1 polarity 0
[ 0.898047] xen_allocate_pirq: returning irq 13 for gsi 13
[ 0.898047] xen: --> irq=13
[ 0.936112] Already setup the GSI :13
[ 0.947410] xen: registering gsi 1 triggering 1 polarity 0
[ 0.951270] xen_allocate_pirq: returning irq 1 for gsi 1
[ 0.951270] xen: --> irq=1
[ 0.988300] Already setup the GSI :1
[ 1.000095] xen: registering gsi 7 triggering 1 polarity 0
[ 1.004009] xen_allocate_pirq: returning irq 7 for gsi 7
[ 1.004009] xen: --> irq=7
[ 1.040646] Already setup the GSI :7
[ 1.051981] xen: registering gsi 4 triggering 1 polarity 0
[ 1.055541] xen_allocate_pirq: returning irq 4 for gsi 4
[ 1.055541] xen: --> irq=4
[ 1.092577] Already setup the GSI :4
[ 1.103900] xen: registering gsi 3 triggering 1 polarity 0
[ 1.107483] xen_allocate_pirq: returning irq 3 for gsi 3
[ 1.107483] xen: --> irq=3
[ 1.144503] Already setup the GSI :3
[ 1.155496] pnp: PnP ACPI: found 10 devices
[ 1.168122] ACPI: ACPI bus type pnp unregistered
[ 1.172116] initcall pnpacpi_init+0x0/0x8c returned 0 after 353576 usecs
[ 1.172116] calling pnp_system_init+0x0/0xc @ 1
[ 1.216426] system 00:01: ioport range 0x480-0x48f has been reserved
[ 1.220412] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[ 1.220412] system 00:01: ioport range 0xf000-0xf0fe has been reserved
[ 1.220412] system 00:01: ioport range 0xf200-0xf2fe has been reserved
[ 1.220412] system 00:01: ioport range 0x800-0x87f has been reserved
[ 1.220412] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[ 1.220412] system 00:01: iomem range 0xfec00000-0xfecfffff could not be
reserved
[ 1.220412] system 00:01: iomem range 0xfee00000-0xfeefffff could not be
reserved
[ 1.220412] system 00:01: iomem range 0xff780000-0xffefffff has been
reserved
[ 1.220412] system 00:01: iomem range 0xe0000000-0xefffffff has been
reserved
[ 1.421536] initcall pnp_system_init+0x0/0xc returned 0 after 200321
usecs
[ 1.425515] calling pcistub_init+0x0/0x1ba @ 1
[ 1.456908] initcall pcistub_init+0x0/0x1ba returned 0 after 840 usecs
[ 1.460049] calling chr_dev_init+0x0/0xba @ 1
[ 1.489930] initcall chr_dev_init+0x0/0xba returned 0 after 261 usecs
[ 1.493701] calling firmware_class_init+0x0/0x6f @ 1
[ 1.493701] initcall firmware_class_init+0x0/0x6f returned 0 after 9
usecs
[ 1.493701] calling cpufreq_gov_performance_init+0x0/0xc @ 1
[ 1.493701] initcall cpufreq_gov_performance_init+0x0/0xc returned 0
after 0 usecs
[ 1.493701] calling cpufreq_gov_dbs_init+0x0/0xa9 @ 1
[ 1.601173] initcall cpufreq_gov_dbs_init+0x0/0xa9 returned 0 after 125
usecs
[ 1.605062] calling init_acpi_pm_clocksource+0x0/0xee @ 1
[ 1.643732] initcall init_acpi_pm_clocksource+0x0/0xee returned 0 after
4417 usecs
[ 1.644003] calling pcibios_assign_resources+0x0/0x6a @ 1
[ 1.644003] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 1.644003] pci 0000:00:01.0: IO window: 0x2000-0x2fff
[ 1.644003] pci 0000:00:01.0: MEM window: 0xfa100000-0xfa1fffff
[ 1.644003] pci 0000:00:01.0: PREFETCH window: 0xf0000000-0xf7ffffff
[ 1.644003] pci 0000:00:06.0: PCI bridge, secondary bus 0000:02
[ 1.644003] pci 0000:00:06.0: IO window: disabled
[ 1.644003] pci 0000:00:06.0: MEM window: disabled
[ 1.644003] pci 0000:00:06.0: PREFETCH window: disabled
[ 1.644003] pci 0000:00:1f.0: PCI bridge, secondary bus 0000:03
[ 1.644003] pci 0000:00:1f.0: IO window: disabled
[ 1.644003] pci 0000:00:1f.0: MEM window: disabled
[ 1.644003] pci 0000:00:1f.0: PREFETCH window: disabled
[ 1.644003] pci 0000:00:06.0: setting latency timer to 64
[ 1.644003] pci 0000:00:1f.0: setting latency timer to 64
[ 1.644003] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 1.644003] pci_bus 0000:00: resource 1 mem:
[0x000000-0xffffffffffffffff]
[ 1.644003] pci_bus 0000:01: resource 0 io: [0x2000-0x2fff]
[ 1.644003] pci_bus 0000:01: resource 1 mem: [0xfa100000-0xfa1fffff]
[ 1.644003] pci_bus 0000:01: resource 2 pref mem [0xf0000000-0xf7ffffff]
[ 1.644003] initcall pcibios_assign_resources+0x0/0x6a returned 0 after
319469 usecs
[ 1.644003] calling sysctl_core_init+0x0/0x37 @ 1
[ 1.644003] initcall sysctl_core_init+0x0/0x37 returned 0 after 23 usecs
[ 1.644003] calling inet_init+0x0/0x1ff @ 1
[ 2.081047] NET: Registered protocol family 2
[ 2.094623] IP route cache hash table entries: 131072 (order: 8, 1048576
bytes)
[ 2.119563] TCP established hash table entries: 524288 (order: 11,
8388608 bytes)
[ 2.147984] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 2.168479] TCP: Hash tables configured (established 524288 bind 65536)
[ 2.172263] TCP reno registered
[ 2.197762] initcall inet_init+0x0/0x1ff returned 0 after 114031 usecs
[ 2.201608] calling af_unix_init+0x0/0x4b @ 1
[ 2.230840] NET: Registered protocol family 1
[ 2.244096] initcall af_unix_init+0x0/0x4b returned 0 after 12955 usecs
[ 2.248073] calling pci_apply_final_quirks+0x0/0x2b @ 1
[ 3.864018] pci 0000:00:03.3: EHCI: BIOS handoff failed (BIOS bug?)
01010001
[ 3.884865] pci 0000:01:00.0: Boot video device
[ 3.888837] initcall pci_apply_final_quirks+0x0/0x2b returned 0 after
1580492 usecs
[ 3.888837] calling populate_rootfs+0x0/0x107 @ 1
[ 3.888837] Unpacking initramfs...
[ 3.997956] Freeing initrd memory: 25757k freed
[ 4.030957] initcall populate_rootfs+0x0/0x107 returned 0 after 92496
usecs
[ 4.032015] calling pci_iommu_init+0x0/0x3a @ 1
[ 4.032015] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 4.032015] DMA: Placing 64MB software IO TLB between ffff880006cac000 -
ffff88000acac000
[ 4.032015] DMA: software IO TLB at phys 0x6cac000 - 0xacac000
[ 4.032015] initcall pci_iommu_init+0x0/0x3a returned 0 after 60343 usecs
[ 4.032015] calling calgary_fixup_tce_spaces+0x0/0xf8 @ 1
[ 4.032015] initcall calgary_fixup_tce_spaces+0x0/0xf8 returned -19
after 0 usecs
[ 4.032015] calling i8259A_init_sysfs+0x0/0x23 @ 1
[ 4.201963] initcall i8259A_init_sysfs+0x0/0x23 returned 0 after 125
usecs
[ 4.205859] calling vsyscall_init+0x0/0x6c @ 1
[ 4.236442] initcall vsyscall_init+0x0/0x6c returned 0 after 75 usecs
[ 4.240388] calling sbf_init+0x0/0xef @ 1
[ 4.240388] Simple Boot Flag at 0x69 set to 0x1
[ 4.240388] initcall sbf_init+0x0/0xef returned 0 after 13442 usecs
[ 4.240388] calling i8237A_init_sysfs+0x0/0x23 @ 1
[ 4.240388] initcall i8237A_init_sysfs+0x0/0x23 returned 0 after 16 usecs
[ 4.240388] calling add_rtc_cmos+0x0/0xb6 @ 1
[ 4.240388] initcall add_rtc_cmos+0x0/0xb6 returned 0 after 2 usecs
[ 4.240388] calling cache_sysfs_init+0x0/0x61 @ 1
[ 4.383634] initcall cache_sysfs_init+0x0/0x61 returned 0 after 308 usecs
[ 4.387358] calling mce_init_device+0x0/0xfd @ 1
[ 4.387358] initcall mce_init_device+0x0/0xfd returned -5 after 0 usecs
[ 4.387358] initcall mce_init_device+0x0/0xfd returned with error code
-5
[ 4.387358] calling threshold_init_device+0x0/0x86 @ 1
[ 4.387358] initcall threshold_init_device+0x0/0x86 returned 0 after 0
usecs
[ 4.387358] calling thermal_throttle_init_device+0x0/0x8f @ 1
[ 4.387358] initcall thermal_throttle_init_device+0x0/0x8f returned 0
after 0 usecs
[ 4.387358] calling ioapic_init_sysfs+0x0/0xa6 @ 1
[ 4.387358] initcall ioapic_init_sysfs+0x0/0xa6 returned 0 after 18 usecs
[ 4.387358] calling add_pcspkr+0x0/0x28 @ 1
[ 4.585093] initcall add_pcspkr+0x0/0x28 returned 0 after 43 usecs
[ 4.589060] calling audit_classes_init+0x0/0xaf @ 1
[ 4.618817] initcall audit_classes_init+0x0/0xaf returned 0 after 14
usecs
[ 4.622808] calling init_vdso_vars+0x0/0x218 @ 1
[ 4.653875] initcall init_vdso_vars+0x0/0x218 returned 0 after 22 usecs
[ 4.657868] calling ia32_binfmt_init+0x0/0x14 @ 1
[ 4.657868] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 10 usecs
[ 4.657868] calling sysenter_setup+0x0/0x2c1 @ 1
[ 4.657868] initcall sysenter_setup+0x0/0x2c1 returned 0 after 4 usecs
[ 4.657868] calling init_aout_binfmt+0x0/0xe @ 1
[ 4.657868] initcall init_aout_binfmt+0x0/0xe returned 0 after 0 usecs
[ 4.657868] calling init_sched_debug_procfs+0x0/0x2d @ 1
[ 4.657868] initcall init_sched_debug_procfs+0x0/0x2d returned 0 after 7
usecs
[ 4.657868] calling proc_execdomains_init+0x0/0x22 @ 1
[ 4.657868] initcall proc_execdomains_init+0x0/0x22 returned 0 after 1
usecs
[ 4.657868] calling ioresources_init+0x0/0x3c @ 1
[ 4.657868] initcall ioresources_init+0x0/0x3c returned 0 after 2 usecs
[ 4.657868] calling uid_cache_init+0x0/0x8f @ 1
[ 4.900518] initcall uid_cache_init+0x0/0x8f returned 0 after 16 usecs
[ 4.904502] calling init_posix_timers+0x0/0x18f @ 1
[ 4.935300] initcall init_posix_timers+0x0/0x18f returned 0 after 8 usecs
[ 4.939293] calling init_posix_cpu_timers+0x0/0xed @ 1
[ 4.939293] initcall init_posix_cpu_timers+0x0/0xed returned 0 after 0
usecs
[ 4.939293] calling nsproxy_cache_init+0x0/0x2d @ 1
[ 5.007997] initcall nsproxy_cache_init+0x0/0x2d returned 0 after 8 usecs
[ 5.011989] calling create_proc_profile+0x0/0x267 @ 1
[ 5.011989] initcall create_proc_profile+0x0/0x267 returned 0 after 0
usecs
[ 5.011989] calling timekeeping_init_device+0x0/0x24 @ 1
[ 5.011989] initcall timekeeping_init_device+0x0/0x24 returned 0 after
20 usecs
[ 5.011989] calling init_clocksource_sysfs+0x0/0x53 @ 1
[ 5.011989] initcall init_clocksource_sysfs+0x0/0x53 returned 0 after 15
usecs
[ 5.011989] calling init_timer_list_procfs+0x0/0x2c @ 1
[ 5.011989] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 2
usecs
[ 5.011989] calling init_tstats_procfs+0x0/0x2c @ 1
[ 5.011989] initcall init_tstats_procfs+0x0/0x2c returned 0 after 1 usecs
[ 5.011989] calling futex_init+0x0/0x9d @ 1
[ 5.227660] initcall futex_init+0x0/0x9d returned 0 after 23 usecs
[ 5.231641] calling proc_dma_init+0x0/0x22 @ 1
[ 5.260114] initcall proc_dma_init+0x0/0x22 returned 0 after 23 usecs
[ 5.264102] calling proc_modules_init+0x0/0x23 @ 1
[ 5.264102] initcall proc_modules_init+0x0/0x23 returned 0 after 1 usecs
[ 5.264102] calling kallsyms_init+0x0/0x25 @ 1
[ 5.264102] initcall kallsyms_init+0x0/0x25 returned 0 after 1 usecs
[ 5.264102] calling snapshot_device_init+0x0/0xc @ 1
[ 5.362973] initcall snapshot_device_init+0x0/0xc returned 0 after 66
usecs
[ 5.366913] calling crash_save_vmcoreinfo_init+0x0/0x46d @ 1
[ 5.366913] initcall crash_save_vmcoreinfo_init+0x0/0x46d returned 0
after 27 usecs
[ 5.366913] calling crash_notes_memory_init+0x0/0x38 @ 1
[ 5.366913] initcall crash_notes_memory_init+0x0/0x38 returned 0 after 4
usecs
[ 5.366913] calling pid_namespaces_init+0x0/0x2d @ 1
[ 5.477933] initcall pid_namespaces_init+0x0/0x2d returned 0 after 11
usecs
[ 5.481924] calling audit_init+0x0/0x134 @ 1
[ 5.481924] audit: initializing netlink socket (disabled)
[ 5.528570] type=2000 audit(1270835115.253:1): initialized
[ 5.532557] initcall audit_init+0x0/0x134 returned 0 after 32200 usecs
[ 5.532557] calling audit_tree_init+0x0/0x49 @ 1
[ 5.532557] initcall audit_tree_init+0x0/0x49 returned 0 after 1 usecs
[ 5.532557] calling hung_task_init+0x0/0x49 @ 1
[ 5.612998] initcall hung_task_init+0x0/0x49 returned 0 after 66 usecs
[ 5.616939] calling utsname_sysctl_init+0x0/0x14 @ 1
[ 5.616939] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 23
usecs
[ 5.616939] calling init_tracepoints+0x0/0xc @ 1
[ 5.616939] initcall init_tracepoints+0x0/0xc returned 0 after 0 usecs
[ 5.616939] calling init_events+0x0/0x61 @ 1
[ 5.716282] initcall init_events+0x0/0x61 returned 0 after 19 usecs
[ 5.720264] calling init_sched_switch_trace+0x0/0xc @ 1
[ 5.720264] initcall init_sched_switch_trace+0x0/0xc returned 0 after 1
usecs
[ 5.720264] calling init_blk_tracer+0x0/0x57 @ 1
[ 5.787150] initcall init_blk_tracer+0x0/0x57 returned 0 after 7 usecs
[ 5.791143] calling perf_event_sysfs_init+0x0/0x13 @ 1
[ 5.791143] initcall perf_event_sysfs_init+0x0/0x13 returned 0 after 8
usecs
[ 5.791143] calling init_per_zone_wmark_min+0x0/0x5d @ 1
[ 5.791143] initcall init_per_zone_wmark_min+0x0/0x5d returned 0 after
326 usecs
[ 5.791143] calling kswapd_init+0x0/0x6e @ 1
[ 5.896020] initcall kswapd_init+0x0/0x6e returned 0 after 89 usecs
[ 5.899954] calling setup_vmstat+0x0/0xc2 @ 1
[ 5.899954] initcall setup_vmstat+0x0/0xc2 returned 0 after 14 usecs
[ 5.899954] calling mm_sysfs_init+0x0/0x29 @ 1
[ 5.899954] initcall mm_sysfs_init+0x0/0x29 returned 0 after 8 usecs
[ 5.899954] calling proc_vmalloc_init+0x0/0x25 @ 1
[ 5.899954] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 1 usecs
[ 5.899954] calling procswaps_init+0x0/0x22 @ 1
[ 5.899954] initcall procswaps_init+0x0/0x22 returned 0 after 1 usecs
[ 5.899954] calling hugetlb_init+0x0/0x3c2 @ 1
[ 5.899954] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 5.899954] initcall hugetlb_init+0x0/0x3c2 returned 0 after 18770 usecs
[ 5.899954] calling ksm_init+0x0/0x196 @ 1
[ 6.115150] initcall ksm_init+0x0/0x196 returned 0 after 89 usecs
[ 6.119059] calling slab_proc_init+0x0/0x25 @ 1
[ 6.119059] initcall slab_proc_init+0x0/0x25 returned 0 after 4 usecs
[ 6.119059] calling slab_sysfs_init+0x0/0xe9 @ 1
[ 6.183066] initcall slab_sysfs_init+0x0/0xe9 returned 0 after 1755 usecs
[ 6.185312] calling fasync_init+0x0/0x2a @ 1
[ 6.216368] initcall fasync_init+0x0/0x2a returned 0 after 30 usecs
[ 6.220345] calling proc_filesystems_init+0x0/0x22 @ 1
[ 6.220345] initcall proc_filesystems_init+0x0/0x22 returned 0 after 9
usecs
[ 6.220345] calling dnotify_init+0x0/0x80 @ 1
[ 6.285937] initcall dnotify_init+0x0/0x80 returned 0 after 18 usecs
[ 6.289919] calling inotify_setup+0x0/0xd @ 1
[ 6.289919] initcall inotify_setup+0x0/0xd returned 0 after 0 usecs
[ 6.289919] calling inotify_user_setup+0x0/0xbe @ 1
[ 6.352689] initcall inotify_user_setup+0x0/0xbe returned 0 after 44
usecs
[ 6.356652] calling aio_setup+0x0/0x71 @ 1
[ 6.386216] initcall aio_setup+0x0/0x71 returned 0 after 77 usecs
[ 6.390136] calling proc_locks_init+0x0/0x23 @ 1
[ 6.390136] initcall proc_locks_init+0x0/0x23 returned 0 after 4 usecs
[ 6.390136] calling init_sys32_ioctl+0x0/0x85 @ 1
[ 6.390136] initcall init_sys32_ioctl+0x0/0x85 returned 0 after 16 usecs
[ 6.390136] calling dquot_init+0x0/0x105 @ 1
[ 6.390136] VFS: Disk quotas dquot_6.5.2
[ 6.498671] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 6.518047] initcall dquot_init+0x0/0x105 returned 0 after 30696 usecs
[ 6.522030] calling proc_cmdline_init+0x0/0x22 @ 1
[ 6.552574] initcall proc_cmdline_init+0x0/0x22 returned 0 after 13 usecs
[ 6.556561] calling proc_cpuinfo_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 1 usecs
[ 6.556561] calling proc_devices_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_devices_init+0x0/0x22 returned 0 after 1 usecs
[ 6.556561] calling proc_interrupts_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_interrupts_init+0x0/0x22 returned 0 after 1
usecs
[ 6.556561] calling proc_loadavg_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_loadavg_init+0x0/0x22 returned 0 after 1 usecs
[ 6.556561] calling proc_meminfo_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_meminfo_init+0x0/0x22 returned 0 after 1 usecs
[ 6.556561] calling proc_stat_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_stat_init+0x0/0x22 returned 0 after 1 usecs
[ 6.556561] calling proc_uptime_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_uptime_init+0x0/0x22 returned 0 after 1 usecs
[ 6.556561] calling proc_version_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_version_init+0x0/0x22 returned 0 after 1 usecs
[ 6.556561] calling proc_softirqs_init+0x0/0x22 @ 1
[ 6.556561] initcall proc_softirqs_init+0x0/0x22 returned 0 after 1 usecs
[ 6.556561] calling proc_kcore_init+0x0/0xb5 @ 1
[ 6.556561] initcall proc_kcore_init+0x0/0xb5 returned 0 after 6 usecs
[ 6.556561] calling proc_kmsg_init+0x0/0x25 @ 1
[ 6.556561] initcall proc_kmsg_init+0x0/0x25 returned 0 after 1 usecs
[ 6.556561] calling proc_page_init+0x0/0x42 @ 1
[ 6.556561] initcall proc_page_init+0x0/0x42 returned 0 after 2 usecs
[ 6.556561] calling init_devpts_fs+0x0/0x42 @ 1
[ 7.003589] initcall init_devpts_fs+0x0/0x42 returned 0 after 49 usecs
[ 7.007550] calling init_ramfs_fs+0x0/0xc @ 1
[ 7.007550] initcall init_ramfs_fs+0x0/0xc returned 0 after 0 usecs
[ 7.007550] calling init_hugetlbfs_fs+0x0/0x8e @ 1
[ 7.070599] initcall init_hugetlbfs_fs+0x0/0x8e returned 0 after 73 usecs
[ 7.074529] calling ipc_init+0x0/0x2f @ 1
[ 7.074529] msgmni has been set to 6830
[ 7.074529] initcall ipc_init+0x0/0x2f returned 0 after 11413 usecs
[ 7.074529] calling ipc_sysctl_init+0x0/0x14 @ 1
[ 7.074529] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 34 usecs
[ 7.074529] calling init_mqueue_fs+0x0/0xaa @ 1
[ 7.182511] initcall init_mqueue_fs+0x0/0xaa returned 0 after 82 usecs
[ 7.186427] calling key_proc_init+0x0/0x59 @ 1
[ 7.186427] initcall key_proc_init+0x0/0x59 returned 0 after 5 usecs
[ 7.186427] calling selinux_nf_ip_init+0x0/0x61 @ 1
[ 7.186427] initcall selinux_nf_ip_init+0x0/0x61 returned 0 after 0 usecs
[ 7.186427] calling init_sel_fs+0x0/0x5e @ 1
[ 7.186427] initcall init_sel_fs+0x0/0x5e returned 0 after 0 usecs
[ 7.186427] calling selnl_init+0x0/0x4d @ 1
[ 7.315633] initcall selnl_init+0x0/0x4d returned 0 after 17 usecs
[ 7.319624] calling sel_netif_init+0x0/0x66 @ 1
[ 7.319624] initcall sel_netif_init+0x0/0x66 returned 0 after 0 usecs
[ 7.319624] calling sel_netnode_init+0x0/0x73 @ 1
[ 7.319624] initcall sel_netnode_init+0x0/0x73 returned 0 after 0 usecs
[ 7.319624] calling sel_netport_init+0x0/0x73 @ 1
[ 7.319624] initcall sel_netport_init+0x0/0x73 returned 0 after 0 usecs
[ 7.319624] calling aurule_init+0x0/0x37 @ 1
[ 7.319624] initcall aurule_init+0x0/0x37 returned 0 after 0 usecs
[ 7.319624] calling crypto_wq_init+0x0/0x2e @ 1
[ 7.482891] initcall crypto_wq_init+0x0/0x2e returned 0 after 71 usecs
[ 7.486834] calling crypto_algapi_init+0x0/0xd @ 1
[ 7.486834] initcall crypto_algapi_init+0x0/0xd returned 0 after 12 usecs
[ 7.486834] calling skcipher_module_init+0x0/0x35 @ 1
[ 7.486834] initcall skcipher_module_init+0x0/0x35 returned 0 after 0
usecs
[ 7.486834] calling chainiv_module_init+0x0/0xc @ 1
[ 7.589546] initcall chainiv_module_init+0x0/0xc returned 0 after 19
usecs
[ 7.593528] calling eseqiv_module_init+0x0/0xc @ 1
[ 7.625102] initcall eseqiv_module_init+0x0/0xc returned 0 after 6 usecs
[ 7.629095] calling md5_mod_init+0x0/0xc @ 1
[ 7.658680] initcall md5_mod_init+0x0/0xc returned 0 after 89 usecs
[ 7.662589] calling krng_mod_init+0x0/0xc @ 1
[ 7.691095] alg: No test for stdrng (krng)
[ 7.703523] initcall krng_mod_init+0x0/0xc returned 0 after 12188 usecs
[ 7.707506] calling proc_genhd_init+0x0/0x3c @ 1
[ 7.707506] initcall proc_genhd_init+0x0/0x3c returned 0 after 8 usecs
[ 7.707506] calling bsg_init+0x0/0x12d @ 1
[ 7.770344] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 253)
[ 7.774231] initcall bsg_init+0x0/0x12d returned 0 after 21804 usecs
[ 7.774231] calling noop_init+0x0/0x14 @ 1
[ 7.774231] io scheduler noop registered
[ 7.774231] initcall noop_init+0x0/0x14 returned 0 after 11663 usecs
[ 7.774231] calling as_init+0x0/0x14 @ 1
[ 7.774231] io scheduler anticipatory registered
[ 7.774231] initcall as_init+0x0/0x14 returned 0 after 13690 usecs
[ 7.774231] calling deadline_init+0x0/0x14 @ 1
[ 7.774231] io scheduler deadline registered
[ 7.774231] initcall deadline_init+0x0/0x14 returned 0 after 12676 usecs
[ 7.774231] calling cfq_init+0x0/0x95 @ 1
[ 7.960101] io scheduler cfq registered (default)
[ 7.964022] initcall cfq_init+0x0/0x95 returned 0 after 13945 usecs
[ 7.964022] calling percpu_counter_startup+0x0/0x38 @ 1
[ 7.964022] initcall percpu_counter_startup+0x0/0x38 returned 0 after 2
usecs
[ 7.964022] calling pci_proc_init+0x0/0x60 @ 1
[ 8.044736] initcall pci_proc_init+0x0/0x60 returned 0 after 74 usecs
[ 8.048701] calling pcie_portdrv_init+0x0/0x42 @ 1
[ 8.079197] alloc irq_desc for 505 on node 0
[ 8.082956] alloc kstat_irqs on node 0
[ 8.104426] pcieport 0000:00:06.0: setting latency timer to 64
[ 8.122340] alloc irq_desc for 504 on node 0
[ 8.126033] alloc kstat_irqs on node 0
[ 8.147522] pcieport 0000:00:1f.0: setting latency timer to 64
[ 8.165265] initcall pcie_portdrv_init+0x0/0x42 returned 0 after 84306
usecs
[ 8.169139] calling aer_service_init+0x0/0x2a @ 1
[ 8.201004] aer 0000:00:06.0:pcie02: AER service couldn't init device:
no _OSC support
[ 8.224868] initcall aer_service_init+0x0/0x2a returned 0 after 23349
usecs
[ 8.228848] calling pcifront_init+0x0/0x52 @ 1
[ 8.228848] initcall pcifront_init+0x0/0x52 returned 0 after 16 usecs
[ 8.228848] calling fb_console_init+0x0/0x11b @ 1
[ 8.293680] initcall fb_console_init+0x0/0x11b returned 0 after 32 usecs
[ 8.297654] calling xenfb_init+0x0/0x58 @ 1
[ 8.297654] initcall xenfb_init+0x0/0x58 returned -19 after 0 usecs
[ 8.297654] calling vesafb_init+0x0/0x23a @ 1
[ 8.359378] initcall vesafb_init+0x0/0x23a returned 0 after 44 usecs
[ 8.363349] calling efifb_init+0x0/0x1de @ 1
[ 8.363349] initcall efifb_init+0x0/0x1de returned -19 after 8 usecs
[ 8.363349] calling acpi_reserve_resources+0x0/0xeb @ 1
[ 8.363349] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 4
usecs
[ 8.363349] calling irqrouter_init_sysfs+0x0/0x39 @ 1
[ 8.363349] initcall irqrouter_init_sysfs+0x0/0x39 returned 0 after 16
usecs
[ 8.363349] calling gntdev_init+0x0/0x33 @ 1
[ 8.498812] initcall gntdev_init+0x0/0x33 returned 0 after 56 usecs
[ 8.502760] calling pciback_init+0x0/0x138 @ 1
[ 8.531575] initcall pciback_init+0x0/0x138 returned 0 after 104 usecs
[ 8.535488] calling blkif_init+0x0/0x17a @ 1
[ 8.568038] initcall blkif_init+0x0/0x17a returned 0 after 3507 usecs
[ 8.572018] calling netback_init+0x0/0x1c9 @ 1
[ 8.602058] registering netback
[ 8.611270] initcall netback_init+0x0/0x1c9 returned 0 after 10231 usecs
[ 8.615207] calling hypervisor_subsys_init+0x0/0x20 @ 1
[ 8.615207] initcall hypervisor_subsys_init+0x0/0x20 returned 0 after 0
usecs
[ 8.615207] calling hyper_sysfs_init+0x0/0xe8 @ 1
[ 8.683659] initcall hyper_sysfs_init+0x0/0xe8 returned 0 after 37 usecs
[ 8.687627] calling rand_initialize+0x0/0x2c @ 1
[ 8.687627] initcall rand_initialize+0x0/0x2c returned 0 after 17 usecs
[ 8.687627] calling tty_init+0x0/0xf5 @ 1
[ 8.752379] initcall tty_init+0x0/0xf5 returned 0 after 1727 usecs
[ 8.756019] calling pty_init+0x0/0x336 @ 1
[ 8.783406] initcall pty_init+0x0/0x336 returned 0 after 90 usecs
[ 8.787360] calling sysrq_init+0x0/0x25 @ 1
[ 8.787360] initcall sysrq_init+0x0/0x25 returned 0 after 12 usecs
[ 8.787360] calling xen_hvc_init+0x0/0xe2 @ 1
[ 8.846944] alloc irq_desc for 503 on node 0
[ 8.850928] alloc kstat_irqs on node 0
[ 8.872675] initcall xen_hvc_init+0x0/0xe2 returned 0 after 25144 usecs
[ 8.876380] calling hpet_init+0x0/0x60 @ 1
[ 8.905195] initcall hpet_init+0x0/0x60 returned 0 after 110 usecs
[ 8.909092] calling agp_init+0x0/0x26 @ 1
[ 8.909092] Linux agpgart interface v0.103
[ 8.909092] initcall agp_init+0x0/0x26 returned 0 after 12170 usecs
[ 8.909092] calling agp_intel_init+0x0/0x24 @ 1
[ 8.981714] initcall agp_intel_init+0x0/0x24 returned 0 after 41 usecs
[ 8.985698] calling agp_sis_init+0x0/0x24 @ 1
[ 9.014933] initcall agp_sis_init+0x0/0x24 returned 0 after 27 usecs
[ 9.018906] calling agp_via_init+0x0/0x24 @ 1
[ 9.018906] initcall agp_via_init+0x0/0x24 returned 0 after 14 usecs
[ 9.018906] calling serial8250_init+0x0/0x141 @ 1
[ 9.018906] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 9.100544] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 9.118645] initcall serial8250_init+0x0/0x141 returned 0 after 36399
usecs
[ 9.122505] calling serial8250_pnp_init+0x0/0xc @ 1
[ 9.154924] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 9.171521] initcall serial8250_pnp_init+0x0/0xc returned 0 after 16535
usecs
[ 9.175473] calling serial8250_pci_init+0x0/0x15 @ 1
[ 9.175473] initcall serial8250_pci_init+0x0/0x15 returned 0 after 35
usecs
[ 9.175473] calling topology_sysfs_init+0x0/0x5c @ 1
[ 9.175473] initcall topology_sysfs_init+0x0/0x5c returned 0 after 8
usecs
[ 9.175473] calling mac_hid_init+0x0/0x84 @ 1
[ 9.279042] input: Macintosh mouse button emulation as
/devices/virtual/input/input0
[ 9.282962] initcall mac_hid_init+0x0/0x84 returned 0 after 22839 usecs
[ 9.282962] calling net_olddevs_init+0x0/0x96 @ 1
[ 9.282962] initcall net_olddevs_init+0x0/0x96 returned 0 after 5 usecs
[ 9.282962] calling i8042_init+0x0/0x3a8 @ 1
[ 9.370133] PNP: PS/2 Controller [PNP0303:KEYB] at 0x60,0x64 irq 1
[ 9.374089] PNP: PS/2 appears to have AUX port disabled, if this is
incorrect please boot with i8042.nopnp
[ 9.418451] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 9.433106] initcall i8042_init+0x0/0x3a8 returned 0 after 61547 usecs
[ 9.437034] calling mousedev_init+0x0/0x83 @ 1
[ 9.466671] mice: PS/2 mouse device common for all mice
[ 9.470524] initcall mousedev_init+0x0/0x83 returned 0 after 15466 usecs
[ 9.470524] calling atkbd_init+0x0/0x27 @ 1
[ 9.515660] initcall atkbd_init+0x0/0x27 returned 0 after 69 usecs
[ 9.519600] calling xenkbd_init+0x0/0x57 @ 1
[ 9.519600] initcall xenkbd_init+0x0/0x57 returned -19 after 0 usecs
[ 9.519600] calling cmos_init+0x0/0x63 @ 1
[ 9.579513] rtc_cmos 00:03: RTC can wake from S4
[ 9.593569] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 9.611975] rtc0: alarms up to one year, y3k, 114 bytes nvram
[ 9.629339] initcall cmos_init+0x0/0x63 returned 0 after 48710 usecs
[ 9.633309] calling init_ladder+0x0/0xc @ 1
[ 9.633309] cpuidle: using governor ladder
[ 9.633309] initcall init_ladder+0x0/0xc returned 0 after 12171 usecs
[ 9.633309] calling init_menu+0x0/0xc @ 1
[ 9.633309] cpuidle: using governor menu
[ 9.633309] initcall init_menu+0x0/0xc returned 0 after 11662 usecs
[ 9.633309] calling ledtrig_ide_init+0x0/0x1b @ 1
[...]
Regards,
Thomas
signature.asc
Description: Digital signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|