public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joshua Hoblitt <josh@hoblitt.com>
To: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	bugme-daemon@bugzilla.kernel.org, linux-kernel@vger.kernel.org,
	j_kernel@hoblitt.com
Subject: Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
Date: Thu, 21 Aug 2008 15:10:55 -1000	[thread overview]
Message-ID: <20080822011055.GI23377@hoblitt.com> (raw)
In-Reply-To: <20080822010014.GH23377@hoblitt.com>

[-- Attachment #1: Type: text/plain, Size: 53543 bytes --]

Ugh - I just realized I forgot to type "-dirty" into grub after
rebuilding the kernel.  Here is the new dmesg with the msr trace.

-J

--
On Thu, Aug 21, 2008 at 03:00:14PM -1000, Joshua Hoblitt wrote:
> I have applied your patch to the tip tree and rebuilt.  Still no msr
> dump.
> 
> -J
> 
> --
> On Thu, Aug 21, 2008 at 02:29:52PM -1000, Joshua Hoblitt wrote:
> > Lol.  No - I thought you implied it was in the tip tree.  Sigh.  I'll
> > try again.
> > 
> > -J
> > 
> > --
> > On Thu, Aug 21, 2008 at 05:28:51PM -0700, Yinghai Lu wrote:
> > > On Thu, Aug 21, 2008 at 5:10 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
> > > > The dmesg from the tip kernel is attached and it's at least larger than
> > > > the last builds dmesg.
> > > 
> > > did you apply my debug patch?
> > > you should get msr print out...
> > > 
> > > YH

> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Linux version 2.6.27-rc4-tip-00862-gcc150c8 (root@ipp000) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #1 SMP Thu Aug 21 13:52:09 HST 2008
> [    0.000000] Command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
> [    0.000000] KERNEL supported cpus:
> [    0.000000]   Intel GenuineIntel
> [    0.000000]   AMD AuthenticAMD
> [    0.000000]   Centaur CentaurHauls
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e400 (usable)
> [    0.000000]  BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
> [    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff00000 (usable)
> [    0.000000]  BIOS-e820: 00000000cff00000 - 00000000cff0a000 (ACPI data)
> [    0.000000]  BIOS-e820: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000cff0b000 - 00000000d0000000 (reserved)
> [    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
> [    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
> [    0.000000]  BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
> [    0.000000] last_pfn = 0x430000 max_arch_pfn = 0x3ffffffff
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 13056MB of RAM.
> [    0.000000] ------------[ cut here ]------------
> [    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1558 mtrr_trim_uncached_memory+0x522/0x54b()
> [    0.000000] Modules linked in:
> [    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc4-tip-00862-gcc150c8 #1
> [    0.000000] Call Trace:
> [    0.000000]  [<ffffffff80237573>] warn_on_slowpath+0x51/0x77
> [    0.000000]  [<ffffffff8023808b>] printk+0x4e/0x56
> [    0.000000]  [<ffffffff803b1942>] sort+0xfa/0x18c
> [    0.000000]  [<ffffffff80802a5b>] cmp_range+0x0/0x6
> [    0.000000]  [<ffffffff808030e9>] mtrr_trim_uncached_memory+0x522/0x54b
> [    0.000000]  [<ffffffff802194d9>] post_set+0x20/0x3d
> [    0.000000]  [<ffffffff807ff4df>] setup_arch+0x39d/0x6d7
> [    0.000000]  [<ffffffff8024702e>] kernel_text_address+0x9/0x26
> [    0.000000]  [<ffffffff8024c4de>] notifier_chain_register+0x14/0x55
> [    0.000000]  [<ffffffff807f8a1d>] start_kernel+0x74/0x346
> [    0.000000]  [<ffffffff807f8394>] x86_64_start_kernel+0xe3/0xe7
> [    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
> [    0.000000] update e820 for mtrr
> [    0.000000] modified physical RAM map:
> [    0.000000]  modified: 0000000000000000 - 000000000009e400 (usable)
> [    0.000000]  modified: 000000000009e400 - 00000000000a0000 (reserved)
> [    0.000000]  modified: 00000000000ca000 - 00000000000cc000 (reserved)
> [    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
> [    0.000000]  modified: 0000000000100000 - 00000000cff00000 (usable)
> [    0.000000]  modified: 00000000cff00000 - 00000000cff0a000 (ACPI data)
> [    0.000000]  modified: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
> [    0.000000]  modified: 00000000cff0b000 - 00000000d0000000 (reserved)
> [    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
> [    0.000000]  modified: 00000000fec00000 - 00000000fec10000 (reserved)
> [    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
> [    0.000000]  modified: 00000000ff000000 - 0000000430000000 (reserved)
> [    0.000000] last_pfn = 0xcff00 max_arch_pfn = 0x3ffffffff
> [    0.000000] init_memory_mapping
> [    0.000000]  0000000000 - 00cfe00000 page 2M
> [    0.000000]  00cfe00000 - 00cff00000 page 4k
> [    0.000000] kernel direct mapping tables up to cff00000 @ 8000-e000
> [    0.000000] last_map_addr: cff00000 end: cff00000
> [    0.000000] RAMDISK: 37e10000 - 37fef7d5
> [    0.000000] DMI present.
> [    0.000000] ACPI: RSDP 000F7020, 0024 (r2 PTLTD )
> [    0.000000] ACPI: XSDT CFF0395D, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
> [    0.000000] ACPI: FACP CFF09D60, 00F4 (r3 INTEL  TUMWATER  6040000 PTL         3)
> [    0.000000] ACPI: DSDT CFF0599D, 434F (r1  Intel SEABURG   6040000 MSFT  3000000)
> [    0.000000] ACPI: FACS CFF0AFC0, 0040
> [    0.000000] ACPI: _MAR CFF09E54, 0030 (r1 Intel  OEMDMAR   6040000 LOHR        1)
> [    0.000000] ACPI: APIC CFF09E84, 00C8 (r1 PTLTD  	 APIC    6040000  LTP        0)
> [    0.000000] ACPI: MCFG CFF09F4C, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
> [    0.000000] ACPI: BOOT CFF09F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
> [    0.000000] ACPI: SPCR CFF09FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
> [    0.000000] ACPI: SSDT CFF039B9, 1405 (r1  PmRef    CpuPm     3000 INTL 20050228)
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at 0000000000000000-00000000cff00000
> [    0.000000] Bootmem setup node 0 0000000000000000-00000000cff00000
> [    0.000000]   NODE_DATA [000000000000c000 - 0000000000016fff]
> [    0.000000]   bootmap [0000000000017000 -  0000000000030fdf] pages 1a
> [    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cff00000]
> [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
> [    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
> [    0.000000]   #2 [0000200000 - 00009beef0]    TEXT DATA BSS ==> [0000200000 - 00009beef0]
> [    0.000000]   #3 [0037e10000 - 0037fef7d5]          RAMDISK ==> [0037e10000 - 0037fef7d5]
> [    0.000000]   #4 [000009e400 - 0000100000]    BIOS reserved ==> [000009e400 - 0000100000]
> [    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
> [    0.000000] found SMP MP-table at [ffff8800000f7050] 000f7050
> [    0.000000]  [ffffe20000000000-ffffe200033fffff] PMD -> [ffff880001200000-ffff8800045fffff] on node 0
> [    0.000000] Zone PFN ranges:
> [    0.000000]   DMA      0x00000000 -> 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: 0x00000000 -> 0x0000009e
> [    0.000000]     0: 0x00000100 -> 0x000cff00
> [    0.000000] On node 0 totalpages: 851614
> [    0.000000]   DMA zone: 1846 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 834372 pages, LIFO batch:31
> [    0.000000] ACPI: PM-Timer IO Port: 0x1008
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
> [    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
> [    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec88000] gsi_base[24])
> [    0.000000] IOAPIC[1]: apic_id 9, version 0, address 0xfec88000, GSI 24-47
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
> [    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
> [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
> [    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
> [    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000e0000
> [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
> [    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
> [    0.000000] dyn_array irq_2_pin_head+0x0/0x418 size:0x10 nr:256 align:0x1000
> [    0.000000] dyn_array irq_cfgx+0x0/0x8 size:0x30 nr:32 align:0x1000
> [    0.000000] dyn_array sparse_irqs+0x0/0x8 size:0x100 nr:32 align:0x1000
> [    0.000000] dyn_array total_size: 0x4000
> [    0.000000] dyn_array irq_2_pin_head+0x0/0x418  ==> [0x101c000 - 0x101d000]
> [    0.000000] dyn_array irq_cfgx+0x0/0x8  ==> [0x101d000 - 0x101d600]
> [    0.000000] dyn_array sparse_irqs+0x0/0x8  ==> [0x101e000 - 0x1020000]
> [    0.000000] kstat_irqs ==> [0x1020000 - 0x1020400]
> [    0.000000] PERCPU: Allocating 49152 bytes of per cpu data
> [    0.000000] per cpu data for cpu0 on node0 at 0000000001021000
> [    0.000000] per cpu data for cpu1 on node0 at 000000000102d000
> [    0.000000] per cpu data for cpu2 on node0 at 0000000001039000
> [    0.000000] per cpu data for cpu3 on node0 at 0000000001045000
> [    0.000000] per cpu data for cpu4 on node0 at 0000000001051000
> [    0.000000] per cpu data for cpu5 on node0 at 000000000105d000
> [    0.000000] per cpu data for cpu6 on node0 at 0000000001069000
> [    0.000000] per cpu data for cpu7 on node0 at 0000000001075000
> [    0.000000] NR_CPUS: 32, nr_cpu_ids: 8, nr_node_ids 1
> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 836218
> [    0.000000] Policy zone: DMA32
> [    0.000000] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
> [    0.000000] Initializing CPU#0
> [    0.000000] found new irq_desc for irq 0
> [    0.000000] found new irq_desc for irq 1
> [    0.000000] found new irq_desc for irq 2
> [    0.000000] found new irq_desc for irq 3
> [    0.000000] found new irq_desc for irq 4
> [    0.000000] found new irq_desc for irq 5
> [    0.000000] found new irq_desc for irq 6
> [    0.000000] found new irq_desc for irq 7
> [    0.000000] found new irq_desc for irq 8
> [    0.000000] found new irq_desc for irq 9
> [    0.000000] found new irq_desc for irq 10
> [    0.000000] found new irq_desc for irq 11
> [    0.000000] found new irq_desc for irq 12
> [    0.000000] found new irq_desc for irq 13
> [    0.000000] found new irq_desc for irq 14
> [    0.000000] found new irq_desc for irq 15
> [    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
> [    0.000000] Extended CMOS year: 2000
> [    0.000000] TSC calibrated against PM_TIMER
> [    0.000000] Detected 3192.003 MHz processor.
> [    0.003333] Console: colour VGA+ 80x25
> [    0.003333] console [tty0] enabled
> [    0.003333] console [ttyS0] enabled
> [    0.003333] Checking aperture...
> [    0.003333] No AGP bridge found
> [    0.003333] Memory: 3342444k/3406848k available (3830k kernel code, 64012k reserved, 2175k data, 672k init)
> [    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
> [    0.003333] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
> [    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.00 BogoMIPS (lpj=10640010)
> [    0.013090] Security Framework initialized
> [    0.016665] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
> [    0.021482] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
> [    0.026664] Mount-cache hash table entries: 256
> [    0.029998] Initializing cgroup subsys ns
> [    0.033331] Initializing cgroup subsys cpuacct
> [    0.036664] Initializing cgroup subsys memory
> [    0.039997] Initializing cgroup subsys devices
> [    0.043330] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.048295] CPU: L2 cache: 6144K
> [    0.051718] CPU 0/0 -> Node 0
> [    0.054884] CPU: Physical Processor ID: 0
> [    0.059078] CPU: Processor Core ID: 0
> [    0.062932] CPU0: Thermal monitoring enabled (TM2)
> [    0.066662] using mwait in idle threads.
> [    0.069995] ACPI: Core revision 20080609
> [    0.082433] Setting APIC routing to flat
> [    0.086661]  0 add_pin_to_irq: irq 1 --> apic 0 pin 1
> [    0.086661]  0 add_pin_to_irq: irq 0 --> apic 0 pin 2
> [    0.086661]  0 add_pin_to_irq: irq 3 --> apic 0 pin 3
> [    0.086661]  0 add_pin_to_irq: irq 4 --> apic 0 pin 4
> [    0.086661]  0 add_pin_to_irq: irq 5 --> apic 0 pin 5
> [    0.086661]  0 add_pin_to_irq: irq 6 --> apic 0 pin 6
> [    0.086661]  0 add_pin_to_irq: irq 7 --> apic 0 pin 7
> [    0.086661]  0 add_pin_to_irq: irq 8 --> apic 0 pin 8
> [    0.086661]  0 add_pin_to_irq: irq 9 --> apic 0 pin 9
> [    0.086661]  0 add_pin_to_irq: irq 10 --> apic 0 pin 10
> [    0.086661]  0 add_pin_to_irq: irq 11 --> apic 0 pin 11
> [    0.086661]  0 add_pin_to_irq: irq 12 --> apic 0 pin 12
> [    0.086661]  0 add_pin_to_irq: irq 13 --> apic 0 pin 13
> [    0.086661]  0 add_pin_to_irq: irq 14 --> apic 0 pin 14
> [    0.086661]  0 add_pin_to_irq: irq 15 --> apic 0 pin 15
> [    0.086661] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.122915] CPU0: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.133324] APIC timer calibration result 24937581
> [    0.133324] Detected 24.937 MHz APIC timer.
> [    0.136657] Booting processor 1/4 ip 6000
> [    0.149990] Initializing CPU#1
> [    0.149990] Calibrating delay using timer specific routine.. 6386.12 BogoMIPS (lpj=10640193)
> [    0.149990] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.149990] CPU: L2 cache: 6144K
> [    0.149990] CPU 1/4 -> Node 0
> [    0.149990] CPU: Physical Processor ID: 1
> [    0.149990] CPU: Processor Core ID: 0
> [    0.149990] CPU1: Thermal monitoring enabled (TM2)
> [    0.149990] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
> [    0.233318] CPU1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.243317] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
> [    0.246829] Booting processor 2/1 ip 6000
> [    0.263316] Initializing CPU#2
> [    0.263316] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640154)
> [    0.263316] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.263316] CPU: L2 cache: 6144K
> [    0.263316] CPU 2/1 -> Node 0
> [    0.263316] CPU: Physical Processor ID: 0
> [    0.263316] CPU: Processor Core ID: 1
> [    0.263316] CPU2: Thermal monitoring enabled (TM2)
> [    0.263316] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
> [    0.344816] CPU2: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.353310] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
> [    0.356643] Booting processor 3/5 ip 6000
> [    0.369975] Initializing CPU#3
> [    0.369975] Calibrating delay using timer specific routine.. 6386.10 BogoMIPS (lpj=10640161)
> [    0.369975] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.369975] CPU: L2 cache: 6144K
> [    0.369975] CPU 3/5 -> Node 0
> [    0.369975] CPU: Physical Processor ID: 1
> [    0.369975] CPU: Processor Core ID: 1
> [    0.369975] CPU3: Thermal monitoring enabled (TM2)
> [    0.369975] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
> [    0.453303] CPU3: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.459970] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
> [    0.463303] Booting processor 4/2 ip 6000
> [    0.476635] Initializing CPU#4
> [    0.476635] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640144)
> [    0.476635] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.476635] CPU: L2 cache: 6144K
> [    0.476635] CPU 4/2 -> Node 0
> [    0.476635] CPU: Physical Processor ID: 0
> [    0.476635] CPU: Processor Core ID: 2
> [    0.476635] CPU4: Thermal monitoring enabled (TM2)
> [    0.476635] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
> [    0.559967] CPU4: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.566633] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
> [    0.569967] Booting processor 5/6 ip 6000
> [    0.583295] Initializing CPU#5
> [    0.583295] Calibrating delay using timer specific routine.. 6386.07 BogoMIPS (lpj=10640124)
> [    0.583295] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.583295] CPU: L2 cache: 6144K
> [    0.583295] CPU 5/6 -> Node 0
> [    0.583295] CPU: Physical Processor ID: 1
> [    0.583295] CPU: Processor Core ID: 2
> [    0.583295] CPU5: Thermal monitoring enabled (TM2)
> [    0.583295] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
> [    0.666633] CPU5: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.673300] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
> [    0.676633] Booting processor 6/3 ip 6000
> [    0.689955] Initializing CPU#6
> [    0.689955] Calibrating delay using timer specific routine.. 6386.07 BogoMIPS (lpj=10640124)
> [    0.689955] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.689955] CPU: L2 cache: 6144K
> [    0.689955] CPU 6/3 -> Node 0
> [    0.689955] CPU: Physical Processor ID: 0
> [    0.689955] CPU: Processor Core ID: 3
> [    0.689955] CPU6: Thermal monitoring enabled (TM2)
> [    0.689955] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
> [    0.773300] CPU6: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.779967] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
> [    0.783300] Booting processor 7/7 ip 6000
> [    0.796614] Initializing CPU#7
> [    0.796614] Calibrating delay using timer specific routine.. 6386.11 BogoMIPS (lpj=10640182)
> [    0.796614] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.796614] CPU: L2 cache: 6144K
> [    0.796614] CPU 7/7 -> Node 0
> [    0.796614] CPU: Physical Processor ID: 1
> [    0.796614] CPU: Processor Core ID: 3
> [    0.796614] CPU7: Thermal monitoring enabled (TM2)
> [    0.796614] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
> [    0.879967] CPU7: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.886633] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
> [    0.889967] Brought up 8 CPUs
> [    0.893127] Total of 8 processors activated (51093.68 BogoMIPS).
> [    0.896634] net_namespace: 864 bytes
> [    0.899967] xor: automatically using best checksumming function: generic_sse
> [    0.919003]    generic_sse: 11872.800 MB/sec
> [    0.923300] xor: using function: generic_sse (11872.800 MB/sec)
> [    0.926633] NET: Registered protocol family 16
> [    0.929967] No dock devices found.
> [    0.933300] ACPI: bus type pci registered
> [    0.936633] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 8
> [    0.939967] PCI: MCFG area at e0000000 reserved in E820
> [    0.943300] PCI: Using MMCONFIG at e0000000 - e08fffff
> [    0.946633] PCI: Using configuration type 1 for base access
> [    0.953300] ACPI: EC: Look up EC in DSDT
> [    0.956633] ACPI: Interpreter enabled
> [    0.959967] ACPI: (supports S0 S3 S4 S5)
> [    0.963300] ACPI: Using IOAPIC for interrupt routing
> [    0.969967] ACPI: PCI Root Bridge [PCI0] (0000:00)
> [    0.973300] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
> [    0.976633] pci 0000:00:00.0: PME# disabled
> [    0.979967] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> [    0.983300] pci 0000:00:01.0: PME# disabled
> [    0.986633] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
> [    0.989967] pci 0000:00:05.0: PME# disabled
> [    0.993300] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
> [    0.996633] pci 0000:00:09.0: PME# disabled
> [    0.999967] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    1.003300] pci 0000:00:1b.0: PME# disabled
> [    1.006633] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    1.009967] pci 0000:00:1c.0: PME# disabled
> [    1.013300] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> [    1.016633] pci 0000:00:1d.7: PME# disabled
> [    1.019967] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
> [    1.019967] pci 0000:01:00.0: supports D1
> [    1.019967] PCI: bridge 0000:00:01.0 32bit mmio: [dc100000, dc1fffff]
> [    1.023300] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> [    1.026633] pci 0000:03:00.0: PME# disabled
> [    1.029967] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
> [    1.033300] pci 0000:03:00.3: PME# disabled
> [    1.036633] PCI: bridge 0000:00:09.0 io port: [2000, 2fff]
> [    1.039967] PCI: bridge 0000:00:09.0 32bit mmio: [dc200000, dc3fffff]
> [    1.043300] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
> [    1.046633] pci 0000:04:00.0: PME# disabled
> [    1.049967] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
> [    1.053300] pci 0000:04:02.0: PME# disabled
> [    1.056633] PCI: bridge 0000:03:00.0 io port: [2000, 2fff]
> [    1.059967] PCI: bridge 0000:03:00.0 32bit mmio: [dc200000, dc2fffff]
> [    1.063300] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
> [    1.066633] pci 0000:06:00.0: PME# disabled
> [    1.069967] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
> [    1.073300] pci 0000:06:00.1: PME# disabled
> [    1.076633] PCI: bridge 0000:04:02.0 io port: [2000, 2fff]
> [    1.079967] PCI: bridge 0000:04:02.0 32bit mmio: [dc200000, dc2fffff]
> [    1.083300] pci 0000:09:05.0: supports D1
> [    1.083300] pci 0000:09:05.0: supports D2
> [    1.083300] pci 0000:09:06.0: supports D2
> [    1.083300] pci 0000:09:06.0: PME# supported from D2 D3hot D3cold
> [    1.086633] pci 0000:09:06.0: PME# disabled
> [    1.089967] pci 0000:00:1e.0: transparent bridge
> [    1.093300] PCI: bridge 0000:00:1e.0 io port: [3000, 3fff]
> [    1.096633] PCI: bridge 0000:00:1e.0 32bit mmio: [dc000000, dc0fffff]
> [    1.099967] PCI: bridge 0000:00:1e.0 64bit mmio pref: [d8000000, dbffffff]
> [    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
> [    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
> [    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
> [    1.104010] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0._PRT]
> [    1.104195] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD0._PRT]
> [    1.104463] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD2._PRT]
> [    1.104813] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMF3._PRT]
> [    1.105290] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
> [    1.105857] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
> [    1.113300] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
> [    1.119752] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
> [    1.126417] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
> [    1.133099] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
> [    1.139759] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
> [    1.146424] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 *11 14 15)
> [    1.152859] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 14 15)
> [    1.159752] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *9
> [    1.166633] Linux Plug and Play Support v0.97 (c) Adam Belay
> [    1.169967] pnp: PnP ACPI init
> [    1.173279] ACPI: bus type pnp registered
> [    1.179967] pnp: PnP ACPI: found 11 devices
> [    1.183300] ACPI: ACPI bus type pnp unregistered
> [    1.186633] SCSI subsystem initialized
> [    1.189967] libata version 3.00 loaded.
> [    1.189967] usbcore: registered new interface driver usbfs
> [    1.193300] usbcore: registered new interface driver hub
> [    1.196633] usbcore: registered new device driver usb
> [    1.199967] PCI: Using ACPI for IRQ routing
> [    1.218715] PCI-GART: No AMD northbridge found.
> [    1.223300] hpet clockevent registered
> [    1.223300] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> [    1.228475] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
> [    1.233300] ACPI: RTC can wake from S4
> [    1.244882] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
> [    1.248222] system 00:01: ioport range 0x800-0x80f has been reserved
> [    1.254771] system 00:01: ioport range 0x1000-0x107f has been reserved
> [    1.261422] system 00:01: ioport range 0x1180-0x11bf has been reserved
> [    1.268151] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
> [    1.274872] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
> [    1.282705] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
> [    1.290524] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
> [    1.298349] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
> [    1.305674] system 00:01: iomem range 0xfec88000-0xfec88fff has been reserved
> [    1.313012] system 00:01: iomem range 0xfe000000-0xfe01ffff has been reserved
> [    1.320342] system 00:01: iomem range 0xfe600000-0xfe6fffff has been reserved
> [    1.332484] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
> [    1.334892] pci 0000:00:01.0:   IO window: disabled
> [    1.339968] pci 0000:00:01.0:   MEM window: 0xdc100000-0xdc1fffff
> [    1.346259] pci 0000:00:01.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
> [    1.354179] pci 0000:00:05.0: PCI bridge, secondary bus 0000:02
> [    1.360300] pci 0000:00:05.0:   IO window: disabled
> [    1.365379] pci 0000:00:05.0:   MEM window: disabled
> [    1.374717] pci 0000:00:05.0:   PREFETCH window: disabled
> [    1.380313] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
> [    1.386432] pci 0000:04:00.0:   IO window: disabled
> [    1.391510] pci 0000:04:00.0:   MEM window: disabled
> [    1.396674] pci 0000:04:00.0:   PREFETCH window: disabled
> [    1.402276] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
> [    1.408392] pci 0000:04:02.0:   IO window: 0x2000-0x2fff
> [    1.413904] pci 0000:04:02.0:   MEM window: 0xdc200000-0xdc2fffff
> [    1.420197] pci 0000:04:02.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
> [    1.428122] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
> [    1.434245] pci 0000:03:00.0:   IO window: 0x2000-0x2fff
> [    1.439763] pci 0000:03:00.0:   MEM window: 0xdc200000-0xdc2fffff
> [    1.446053] pci 0000:03:00.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
> [    1.453970] pci 0000:03:00.3: PCI bridge, secondary bus 0000:07
> [    1.460088] pci 0000:03:00.3:   IO window: disabled
> [    1.465168] pci 0000:03:00.3:   MEM window: disabled
> [    1.470332] pci 0000:03:00.3:   PREFETCH window: disabled
> [    1.475931] pci 0000:00:09.0: PCI bridge, secondary bus 0000:03
> [    1.482571] pci 0000:00:09.0:   IO window: 0x2000-0x2fff
> [    1.488091] pci 0000:00:09.0:   MEM window: 0xdc200000-0xdc3fffff
> [    1.494393] pci 0000:00:09.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
> [    1.502310] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:08
> [    1.508425] pci 0000:00:1c.0:   IO window: disabled
> [    1.513500] pci 0000:00:1c.0:   MEM window: disabled
> [    1.518654] pci 0000:00:1c.0:   PREFETCH window: disabled
> [    1.524259] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:09
> [    1.530377] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
> [    1.535887] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
> [    1.542182] pci 0000:00:1e.0:   PREFETCH window: 0x000000d8000000-0x000000dbffffff
> [    1.550105] found new irq_cfg for irq 16
> [    1.550114]  0 add_pin_to_irq: irq 16 --> apic 0 pin 16
> [    1.550127] found new irq_desc for irq 16
> [    1.550142] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.557012] pci 0000:00:01.0: setting latency timer to 64
> [    1.557019] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.563917] pci 0000:00:05.0: setting latency timer to 64
> [    1.563922] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.570818] pci 0000:00:09.0: setting latency timer to 64
> [    1.570824] vendor=8086 device=4029
> [    1.574510] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.581417] pci 0000:03:00.0: setting latency timer to 64
> [    1.581424] vendor=8086 device=3500
> [    1.585108] vendor=8086 device=4029
> [    1.588793] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.595689] pci 0000:04:00.0: setting latency timer to 64
> [    1.595696] vendor=8086 device=3500
> [    1.599376] vendor=8086 device=4029
> [    1.603056] found new irq_cfg for irq 18
> [    1.603058]  0 add_pin_to_irq: irq 18 --> apic 0 pin 18
> [    1.603063] found new irq_desc for irq 18
> [    1.603069] pci 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [    1.609965] pci 0000:04:02.0: setting latency timer to 64
> [    1.609974] pci 0000:03:00.3: setting latency timer to 64
> [    1.609986] found new irq_cfg for irq 21
> [    1.610000]  0 add_pin_to_irq: irq 21 --> apic 0 pin 21
> [    1.610015] found new irq_desc for irq 21
> [    1.610032] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
> [    1.616882] pci 0000:00:1c.0: setting latency timer to 64
> [    1.616889] pci 0000:00:1e.0: setting latency timer to 64
> [    1.616897] bus: 00 index 0 io port: [0, ffff]
> [    1.621539] bus: 00 index 1 mmio: [0, ffffffffffffffff]
> [    1.626955] bus: 01 index 0 mmio: [0, 0]
> [    1.631078] bus: 01 index 1 mmio: [dc100000, dc1fffff]
> [    1.636412] bus: 01 index 2 mmio: [d1000000, d10fffff]
> [    1.641750] bus: 01 index 3 mmio: [0, 0]
> [    1.645873] bus: 02 index 0 mmio: [0, 0]
> [    1.649990] bus: 02 index 1 mmio: [0, 0]
> [    1.654109] bus: 02 index 2 mmio: [0, 0]
> [    1.658230] bus: 02 index 3 mmio: [0, 0]
> [    1.662348] bus: 03 index 0 io port: [2000, 2fff]
> [    1.667245] bus: 03 index 1 mmio: [dc200000, dc3fffff]
> [    1.672577] bus: 03 index 2 mmio: [d1100000, d11fffff]
> [    1.677915] bus: 03 index 3 mmio: [0, 0]
> [    1.682029] bus: 04 index 0 io port: [2000, 2fff]
> [    1.686928] bus: 04 index 1 mmio: [dc200000, dc2fffff]
> [    1.692258] bus: 04 index 2 mmio: [d1100000, d11fffff]
> [    1.697600] bus: 04 index 3 mmio: [0, 0]
> [    1.701721] bus: 05 index 0 mmio: [0, 0]
> [    1.705839] bus: 05 index 1 mmio: [0, 0]
> [    1.709955] bus: 05 index 2 mmio: [0, 0]
> [    1.714070] bus: 05 index 3 mmio: [0, 0]
> [    1.718186] bus: 06 index 0 io port: [2000, 2fff]
> [    1.723086] bus: 06 index 1 mmio: [dc200000, dc2fffff]
> [    1.728425] bus: 06 index 2 mmio: [d1100000, d11fffff]
> [    1.733763] bus: 06 index 3 mmio: [0, 0]
> [    1.738390] bus: 07 index 0 mmio: [0, 0]
> [    1.742506] bus: 07 index 1 mmio: [0, 0]
> [    1.746618] bus: 07 index 2 mmio: [0, 0]
> [    1.750740] bus: 07 index 3 mmio: [0, 0]
> [    1.754860] bus: 08 index 0 mmio: [0, 0]
> [    1.758982] bus: 08 index 1 mmio: [0, 0]
> [    1.763097] bus: 08 index 2 mmio: [0, 0]
> [    1.767214] bus: 08 index 3 mmio: [0, 0]
> [    1.771340] bus: 09 index 0 io port: [3000, 3fff]
> [    1.776235] bus: 09 index 1 mmio: [dc000000, dc0fffff]
> [    1.781569] bus: 09 index 2 mmio: [d8000000, dbffffff]
> [    1.786908] bus: 09 index 3 io port: [0, ffff]
> [    1.791553] bus: 09 index 4 mmio: [0, ffffffffffffffff]
> [    1.796987] NET: Registered protocol family 2
> [    1.838223] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
> [    1.843532] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
> [    1.854890] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> [    1.861233] TCP: Hash tables configured (established 524288 bind 65536)
> [    1.868057] TCP reno registered
> [    1.881545] NET: Registered protocol family 1
> [    1.884977] checking if image is initramfs... it is
> [    1.938223] Freeing initrd memory: 1917k freed
> [    1.941956] pci 0000:09:05.0: Boot video device
> [    1.945345] input: Power Button (FF) as /class/input/input0
> [    1.948325] ACPI: Power Button (FF) [PWRF]
> [    1.955648] input: Power Button (CM) as /class/input/input1
> [    1.958933] ACPI: Power Button (CM) [PWRB]
> [    1.966437] found new irq_cfg for irq 20
> [    1.966437]  0 add_pin_to_irq: irq 20 --> apic 0 pin 20
> [    1.966437] found new irq_desc for irq 20
> [    1.966437] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
> [    1.964114] Switched to high resolution mode on CPU 2
> [    1.966445] Switched to high resolution mode on CPU 3
> [    1.966443] Switched to high resolution mode on CPU 6
> [    1.964258] Switched to high resolution mode on CPU 5
> [    1.964674] Switched to high resolution mode on CPU 4
> [    1.964749] Switched to high resolution mode on CPU 7
> [    1.964966] Switched to high resolution mode on CPU 1
> [    1.969989] Switched to high resolution mode on CPU 0
> [    1.969998] ehci_hcd 0000:00:1d.7: setting latency timer to 64
> [    1.970011] ehci_hcd 0000:00:1d.7: EHCI Host Controller
> [    2.228142] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
> [    2.228142] ehci_hcd 0000:00:1d.7: debug port 1
> [    2.228142] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
> [    2.228142] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc608000
> [    2.228142] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
> [    2.228142] usb usb1: configuration #1 chosen from 1 choice
> [    2.228142] hub 1-0:1.0: USB hub found
> [    2.228142] hub 1-0:1.0: 8 ports detected
> [    2.228142] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
> [    2.228142] USB Universal Host Controller Interface driver v3.0
> [    2.228142] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
> [    2.228142] uhci_hcd 0000:00:1d.0: setting latency timer to 64
> [    2.228142] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> [    2.228142] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
> [    2.228142] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800
> [    2.228142] usb usb2: configuration #1 chosen from 1 choice
> [    2.228142] hub 2-0:1.0: USB hub found
> [    2.228142] hub 2-0:1.0: 2 ports detected
> [    2.289994] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
> [    2.293342] uhci_hcd 0000:00:1d.1: setting latency timer to 64
> [    2.293348] uhci_hcd 0000:00:1d.1: UHCI Host Controller
> [    2.298045] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
> [    2.306325] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820
> [    2.311447] usb usb3: configuration #1 chosen from 1 choice
> [    2.318062] hub 3-0:1.0: USB hub found
> [    2.322075] hub 3-0:1.0: 2 ports detected
> [    2.431244] found new irq_cfg for irq 22
> [    2.431244]  0 add_pin_to_irq: irq 22 --> apic 0 pin 22
> [    2.431244] found new irq_desc for irq 22
> [    2.431244] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
> [    2.436673] uhci_hcd 0000:00:1d.2: setting latency timer to 64
> [    2.436680] uhci_hcd 0000:00:1d.2: UHCI Host Controller
> [    2.441397] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
> [    2.449669] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840
> [    2.454791] usb usb4: configuration #1 chosen from 1 choice
> [    2.461395] hub 4-0:1.0: USB hub found
> [    2.465407] hub 4-0:1.0: 2 ports detected
> [    2.574578] found new irq_cfg for irq 23
> [    2.574578]  0 add_pin_to_irq: irq 23 --> apic 0 pin 23
> [    2.574578] found new irq_desc for irq 23
> [    2.574578] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
> [    2.580007] uhci_hcd 0000:00:1d.3: setting latency timer to 64
> [    2.580013] uhci_hcd 0000:00:1d.3: UHCI Host Controller
> [    2.584712] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
> [    2.593003] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
> [    2.598150] usb usb5: configuration #1 chosen from 1 choice
> [    2.604718] hub 5-0:1.0: USB hub found
> [    2.608733] hub 5-0:1.0: 2 ports detected
> [    2.717911] Simple Boot Flag at 0x40 set to 0x80
> [    2.724792] audit: initializing netlink socket (disabled)
> [    2.731484] type=2000 audit(1219366433.726:1): initialized
> [    2.743333] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    2.753334] VFS: Disk quotas dquot_6.5.1
> [    2.755221] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    2.766667] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
> [    2.770319] msgmni has been set to 6531
> [    2.774691] async_tx: api initialized (async)
> [    2.778128] io scheduler noop registered
> [    2.782240] io scheduler anticipatory registered
> [    2.787039] io scheduler deadline registered
> [    2.792639] io scheduler cfq registered (default)
> [    2.797918] pcieport-driver 0000:00:01.0: setting latency timer to 64
> [    2.797918] pcieport-driver 0000:00:01.0: found MSI capability
> [    2.804128] found new irq_cfg for irq 33024
> [    2.804128] found new irq_desc for irq 33024
> [    2.804128] pci_express 0000:00:01.0:pcie00: allocate port service
> [    2.804584] pci_express 0000:00:01.0:pcie01: allocate port service
> [    2.804584] pcieport-driver 0000:00:05.0: setting latency timer to 64
> [    2.804584] pcieport-driver 0000:00:05.0: found MSI capability
> [    2.807391] found new irq_cfg for irq 164096
> [    2.807405] found new irq_desc for irq 164096
> [    2.807426] pci_express 0000:00:05.0:pcie00: allocate port service
> [    2.808096] pci_express 0000:00:05.0:pcie01: allocate port service
> [    2.808923] pcieport-driver 0000:00:09.0: setting latency timer to 64
> [    2.809117] pcieport-driver 0000:00:09.0: found MSI capability
> [    2.815332] found new irq_cfg for irq 295168
> [    2.815343] found new irq_desc for irq 295168
> [    2.815361] pci_express 0000:00:09.0:pcie00: allocate port service
> [    2.815698] pci_express 0000:00:09.0:pcie01: allocate port service
> [    2.816495] pcieport-driver 0000:00:1c.0: setting latency timer to 64
> [    2.816495] pcieport-driver 0000:00:1c.0: found MSI capability
> [    2.822721] found new irq_cfg for irq 917760
> [    2.822722] found new irq_desc for irq 917760
> [    2.822722] pci_express 0000:00:1c.0:pcie00: allocate port service
> [    2.822722] pci_express 0000:00:1c.0:pcie02: allocate port service
> [    2.822722] pci_express 0000:00:1c.0:pcie03: allocate port service
> [    2.822722] pcieport-driver 0000:03:00.0: setting latency timer to 64
> [    2.822722] pci_express 0000:03:00.0:pcie11: allocate port service
> [    2.822722] pcieport-driver 0000:04:00.0: setting latency timer to 64
> [    2.822722] pcieport-driver 0000:04:00.0: found MSI capability
> [    2.829140] found new irq_cfg for irq 4194560
> [    2.829140] found new irq_desc for irq 4194560
> [    2.829140] pci_express 0000:04:00.0:pcie21: allocate port service
> [    2.829140] pcieport-driver 0000:04:02.0: setting latency timer to 64
> [    2.829140] pcieport-driver 0000:04:02.0: found MSI capability
> [    2.835337] found new irq_cfg for irq 4260096
> [    2.835337] found new irq_desc for irq 4260096
> [    2.835337] pci_express 0000:04:02.0:pcie21: allocate port service
> [    2.835337] aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
> [    2.835337] aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
> [    2.837364] aer 0000:00:09.0:pcie01: AER service couldn't init device: no _OSC support
> [    2.837924] ACPI: SSDT CFF04DBE, 01DD (r1  PmRef  Cpu0Ist     3000 INTL 20050228)
> [    2.846662] processor ACPI0007:00: registered as cooling_device0
> [    2.849521] ACPI: Processor [CPU0] (supports 8 throttling states)
> [    2.856998] ACPI: SSDT CFF04F9B, 016E (r1  PmRef  Cpu1Ist     3000 INTL 20050228)
> [    2.870207] processor ACPI0007:01: registered as cooling_device1
> [    2.871125] ACPI: Processor [CPU1] (supports 8 throttling states)
> [    2.880402] ACPI: SSDT CFF05109, 016E (r1  PmRef  Cpu2Ist     3000 INTL 20050228)
> [    2.890408] processor ACPI0007:02: registered as cooling_device2
> [    2.892720] ACPI: Processor [CPU2] (supports 8 throttling states)
> [    2.901088] ACPI: SSDT CFF05277, 016E (r1  PmRef  Cpu3Ist     3000 INTL 20050228)
> [    2.911304] processor ACPI0007:03: registered as cooling_device3
> [    2.917297] ACPI: Processor [CPU3] (supports 8 throttling states)
> [    2.923619] ACPI: SSDT CFF053E5, 016E (r1  PmRef  CPU4Ist     3000 INTL 20050228)
> [    2.937917] processor ACPI0007:04: registered as cooling_device4
> [    2.939955] ACPI: Processor [CPU4] (supports 8 throttling states)
> [    2.948396] ACPI: SSDT CFF05553, 016E (r1  PmRef  CPU5Ist     3000 INTL 20050228)
> [    2.958119] processor ACPI0007:05: registered as cooling_device5
> [    2.961626] ACPI: Processor [CPU5] (supports 8 throttling states)
> [    2.971364] ACPI: SSDT CFF056C1, 016E (r1  PmRef  Cpu6Ist     3000 INTL 20050228)
> [    2.983963] processor ACPI0007:06: registered as cooling_device6
> [    2.983967] ACPI: Processor [CPU6] (supports 8 throttling states)
> [    2.992445] ACPI: SSDT CFF0582F, 016E (r1  PmRef  Cpu7Ist     3000 INTL 20050228)
> [    3.003745] processor ACPI0007:07: registered as cooling_device7
> [    3.008459] ACPI: Processor [CPU7] (supports 8 throttling states)
> [    3.070637] Non-volatile memory driver v1.2
> [    3.075359] intel_rng: FWH not detected
> [    3.078812] Linux agpgart interface v0.103
> [    3.084583] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
> [    3.091250] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    3.097917] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
> [    3.103398] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    3.109592] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
> [    3.127501] FDC 0 is a post-1991 82077
> [    3.136839] brd: module loaded
> [    3.141461] loop: module loaded
> [    3.143964] tun: Universal TUN/TAP device driver, 1.6
> [    3.147985] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
> [    3.156178] console [netcon0] enabled
> [    3.159608] netconsole: network logging started
> [    3.164325] Uniform Multi-Platform E-IDE driver
> [    3.169522] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
> [    3.179678] Probing IDE interface ide0...
> [    3.879494] hda: Optiarc DVD RW AD-7590A, ATAPI CD/DVD-ROM drive
> [    4.524564] Probing IDE interface ide1...
> [    5.056668] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> [    5.060420] ide1 at 0x170-0x177,0x376 on irq 15
> [    5.066634] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 974kB Cache
> [    5.074600] Uniform CD-ROM driver Revision: 3.20
> [    7.728124] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
> [    7.734949] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
> [    7.742659] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
> [    7.749038] Driver 'sd' needs updating - please use bus_type methods
> [    7.755696] Driver 'sr' needs updating - please use bus_type methods
> [    7.762300] ata_piix 0000:00:1f.1: version 2.12
> [    7.762300] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [    7.768982] ata_piix 0000:00:1f.1: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
> [    7.776518] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 0 (errno=-16)
> [    7.784758] ata_piix 0000:00:1f.1: BAR 2: can't reserve I/O region [0x170-0x177]
> [    7.792481] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 1 (errno=-16)
> [    7.800724] ata_piix 0000:00:1f.1: no available native port
> [    7.807931] Fusion MPT base driver 3.04.07
> [    7.810977] Copyright (c) 1999-2008 LSI Corporation
> [    7.815751] Fusion MPT SPI Host driver 3.04.07
> [    7.821617] Fusion MPT SAS Host driver 3.04.07
> [    7.826829] vendor=8086 device=244e
> [    7.830165] found new irq_cfg for irq 17
> [    7.830169]  0 add_pin_to_irq: irq 17 --> apic 0 pin 17
> [    7.830177] found new irq_desc for irq 17
> [    7.830187] ohci1394 0000:09:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    7.890637] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc040000-dc0407ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
> [    7.909020] ieee1394: raw1394: /dev/raw1394 device initialized
> [    7.914584] usbcore: registered new interface driver usblp
> [    7.917907] Initializing USB Mass Storage driver...
> [    7.924887] usbcore: registered new interface driver usb-storage
> [    7.931126] USB Mass Storage support registered.
> [    7.936947] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
> [    7.946731] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    7.950619] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    7.957923] mice: PS/2 mouse device common for all mice
> [    8.316658] md: linear personality registered for level -1
> [    8.319171] md: raid0 personality registered for level 0
> [    8.325837] md: raid1 personality registered for level 1
> [    8.331336] md: raid10 personality registered for level 10
> [    8.393333] raid6: int64x1   2954 MB/s
> [    8.453333] raid6: int64x2   3541 MB/s
> [    8.513333] raid6: int64x4   3431 MB/s
> [    8.573333] raid6: int64x8   2300 MB/s
> [    8.633333] raid6: sse2x1    3625 MB/s
> [    8.693333] raid6: sse2x2    7342 MB/s
> [    8.753534] raid6: sse2x4    8725 MB/s
> [    8.756874] raid6: using algorithm sse2x4 (8725 MB/s)
> [    8.760823] md: raid6 personality registered for level 6
> [    8.769041] md: raid5 personality registered for level 5
> [    8.774538] md: raid4 personality registered for level 4
> [    8.777091] md: multipath personality registered for level -4
> [    8.785215] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
> [    8.794213] cpuidle: using governor ladder
> [    8.797563] cpuidle: using governor menu
> [    8.801923] usbcore: registered new interface driver usbhid
> [    8.807756] usbhid: v2.6:USB HID core driver
> [    8.812469] oprofile: using NMI interrupt.
> [    8.817063] TCP cubic registered
> [    8.821255] NET: Registered protocol family 10
> [    8.824775] IPv6 over IPv4 tunneling driver
> [    8.831255] NET: Registered protocol family 17
> [    8.835637] RPC: Registered udp transport module.
> [    8.840903] RPC: Registered tcp transport module.
> [    8.847922] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
> [    8.854088] Freeing unused kernel memory: 672k freed
> [    8.857881] Write protecting the kernel read-only data: 5576k
> [    9.091458] vendor=8086 device=4021
> [    9.091458] arcmsr 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    9.091458] arcmsr 0000:01:00.0: setting latency timer to 64
> [    9.104583] ARECA RAID ADAPTER0: FIRMWARE VERSION V1.44 2008-1-31  
> [    9.116650] scsi0 : Areca SATA Host Adapter RAID Controller( RAID6 capable)
> [    9.116657]  Driver Version 1.20.00.15 2008/02/27
> [    9.117082] scsi 0:0:0:0: Direct-Access     Areca    ARC-1280-VOL#00  R001 PQ: 0 ANSI: 5
> [    9.116874] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
> [    9.117707] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
> [    9.118124] sd 0:0:0:0: [sda] Write Protect is off
> [    9.118124] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
> [    9.116668] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    9.118124] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
> [    9.118124] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
> [    9.116874] sd 0:0:0:0: [sda] Write Protect is off
> [    9.116874] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
> [    9.118124] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    9.118124]  sda:<7>ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e08100002824f8]
> [    9.500831]  sda1 sda2 sda3 sda4
> [    9.503517] sd 0:0:0:0: [sda] Attached SCSI disk
> [    9.503517] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    9.504167] scsi 0:0:16:0: Processor         Areca    RAID controller  R001 PQ: 0 ANSI: 0
> [    9.504583] scsi 0:0:16:0: Attached scsi generic sg1 type 3
> [    9.572084] 3ware Storage Controller device driver for Linux v1.26.02.002.
> [    9.583333] 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
> [    9.598220] Adaptec aacraid driver 1.1-5[2456]-ms
> [    9.703333] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
> [    9.706666] SGI XFS Quota Management subsystem
> [    9.719602] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
> [    9.719602] Copyright (c) 1999-2006 Intel Corporation.
> [   13.929972] kjournald starting.  Commit interval 5 seconds
> [   13.929972] EXT3-fs: mounted filesystem with ordered data mode.
> [   22.301270] found new irq_cfg for irq 19
> [   22.301270]  0 add_pin_to_irq: irq 19 --> apic 0 pin 19
> [   22.301270] found new irq_desc for irq 19
> [   22.301270] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [   22.309893] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
> [   22.309893] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
> [   22.309893] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> [   22.314574] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
> [   22.314574] e1000e: Copyright (c) 1999-2008 Intel Corporation.
> [   22.314574] vendor=8086 device=3518
> [   22.314574] vendor=8086 device=3500
> [   22.314574] vendor=8086 device=4029
> [   22.314574] e1000e 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [   22.314574] e1000e 0000:06:00.0: setting latency timer to 64
> [   22.391040] 0000:06:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:14
> [   22.391040] 0000:06:00.0: eth0: Intel(R) PRO/1000 Network Connection
> [   22.391040] 0000:06:00.0: eth0: MAC: 3, PHY: 5, PBA No: ffffff-0ff
> [   22.391040] vendor=8086 device=3518
> [   22.391040] vendor=8086 device=3500
> [   22.391040] vendor=8086 device=4029
> [   22.391040] e1000e 0000:06:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [   22.391040] e1000e 0000:06:00.1: setting latency timer to 64
> [   22.464373] 0000:06:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:15
> [   22.464373] 0000:06:00.1: eth1: Intel(R) PRO/1000 Network Connection
> [   22.464373] 0000:06:00.1: eth1: MAC: 3, PHY: 5, PBA No: ffffff-0ff
> [   23.297291] EXT3 FS on sda3, internal journal
> [   23.463957] SMsC 37B787 watchdog component driver 1.1 initialising...
> [   23.463957] smsc37b787_wdt: Unable to register miscdev on minor 130
> [   23.840414] XFS mounting filesystem sda4
> [   23.974769] Ending clean XFS mount for filesystem: sda4
> [   24.050423] Adding 31999992k swap on /dev/sda2.  Priority:-1 extents:1 across:31999992k
> [   27.870000] found new irq_cfg for irq 6291712
> [   27.870000] found new irq_desc for irq 6291712
> [   27.923748] ADDRCONF(NETDEV_UP): eth0: link is not ready
> [   30.684580] 0000:06:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
> [   30.689997] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [   41.540007] eth0: no IPv6 routers present
> [   63.181453] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [   63.196662] NFSD: starting 90-second grace period
> [  157.601435] kjournald starting.  Commit interval 5 seconds
> [  157.599978] EXT3 FS on sda1, internal journal
> [  157.599978] EXT3-fs: mounted filesystem with ordered data mode.


[-- Attachment #2: 2.6.27-rc4-tip-00862-gcc150c8-dirty.dmesg --]
[-- Type: text/plain, Size: 57783 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.27-rc4-tip-00862-gcc150c8-dirty (root@ipp000) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #3 SMP Thu Aug 21 14:45:43 HST 2008
[    0.000000] Command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  BIOS-e820: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cff0b000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
[    0.000000] last_pfn = 0x430000 max_arch_pfn = 0x3ffffffff
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 13056MB of RAM.
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1558 mtrr_trim_uncached_memory+0x522/0x54b()
[    0.000000] Modules linked in:
[    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc4-tip-00862-gcc150c8-dirty #3
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff80237573>] warn_on_slowpath+0x51/0x77
[    0.000000]  [<ffffffff8023808b>] printk+0x4e/0x56
[    0.000000]  [<ffffffff803b1942>] sort+0xfa/0x18c
[    0.000000]  [<ffffffff80802a8e>] cmp_range+0x0/0x6
[    0.000000]  [<ffffffff8080311c>] mtrr_trim_uncached_memory+0x522/0x54b
[    0.000000]  [<ffffffff802194d9>] post_set+0x20/0x3d
[    0.000000]  [<ffffffff807ff4df>] setup_arch+0x39d/0x6d7
[    0.000000]  [<ffffffff8024702e>] kernel_text_address+0x9/0x26
[    0.000000]  [<ffffffff8024c4d6>] notifier_chain_register+0x14/0x55
[    0.000000]  [<ffffffff807f8a1d>] start_kernel+0x74/0x346
[    0.000000]  [<ffffffff807f8394>] x86_64_start_kernel+0xe3/0xe7
[    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
[    0.000000] update e820 for mtrr
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  modified: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  modified: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  modified: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  modified: 00000000cff0b000 - 00000000d0000000 (reserved)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ff000000 - 0000000430000000 (reserved)
[    0.000000] last_pfn = 0xcff00 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff00000 page 4k
[    0.000000] kernel direct mapping tables up to cff00000 @ 8000-e000
[    0.000000] last_map_addr: cff00000 end: cff00000
[    0.000000] RAMDISK: 37e10000 - 37fef7f3
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F7020, 0024 (r2 PTLTD )
[    0.000000] ACPI: XSDT CFF0395D, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
[    0.000000] ACPI: FACP CFF09D60, 00F4 (r3 INTEL  TUMWATER  6040000 PTL         3)
[    0.000000] ACPI: DSDT CFF0599D, 434F (r1  Intel SEABURG   6040000 MSFT  3000000)
[    0.000000] ACPI: FACS CFF0AFC0, 0040
[    0.000000] ACPI: _MAR CFF09E54, 0030 (r1 Intel  OEMDMAR   6040000 LOHR        1)
[    0.000000] ACPI: APIC CFF09E84, 00C8 (r1 PTLTD  	 APIC    6040000  LTP        0)
[    0.000000] ACPI: MCFG CFF09F4C, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
[    0.000000] ACPI: BOOT CFF09F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SPCR CFF09FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
[    0.000000] ACPI: SSDT CFF039B9, 1405 (r1  PmRef    CpuPm     3000 INTL 20050228)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000cff00000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000cff00000
[    0.000000]   NODE_DATA [000000000000c000 - 0000000000016fff]
[    0.000000]   bootmap [0000000000017000 -  0000000000030fdf] pages 1a
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cff00000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 00009beef0]    TEXT DATA BSS ==> [0000200000 - 00009beef0]
[    0.000000]   #3 [0037e10000 - 0037fef7f3]          RAMDISK ==> [0037e10000 - 0037fef7f3]
[    0.000000]   #4 [000009e400 - 0000100000]    BIOS reserved ==> [000009e400 - 0000100000]
[    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
[    0.000000] found SMP MP-table at [ffff8800000f7050] 000f7050
[    0.000000]  [ffffe20000000000-ffffe200033fffff] PMD -> [ffff880001200000-ffff8800045fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 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: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff00
[    0.000000] On node 0 totalpages: 851614
[    0.000000]   DMA zone: 1846 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 834372 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec88000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 0, address 0xfec88000, GSI 24-47
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
[    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
[    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418 size:0x10 nr:256 align:0x1000
[    0.000000] dyn_array irq_cfgx+0x0/0x8 size:0x30 nr:32 align:0x1000
[    0.000000] dyn_array sparse_irqs+0x0/0x8 size:0x100 nr:32 align:0x1000
[    0.000000] dyn_array total_size: 0x4000
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418  ==> [0x101c000 - 0x101d000]
[    0.000000] dyn_array irq_cfgx+0x0/0x8  ==> [0x101d000 - 0x101d600]
[    0.000000] dyn_array sparse_irqs+0x0/0x8  ==> [0x101e000 - 0x1020000]
[    0.000000] kstat_irqs ==> [0x1020000 - 0x1020400]
[    0.000000] PERCPU: Allocating 49152 bytes of per cpu data
[    0.000000] per cpu data for cpu0 on node0 at 0000000001021000
[    0.000000] per cpu data for cpu1 on node0 at 000000000102d000
[    0.000000] per cpu data for cpu2 on node0 at 0000000001039000
[    0.000000] per cpu data for cpu3 on node0 at 0000000001045000
[    0.000000] per cpu data for cpu4 on node0 at 0000000001051000
[    0.000000] per cpu data for cpu5 on node0 at 000000000105d000
[    0.000000] per cpu data for cpu6 on node0 at 0000000001069000
[    0.000000] per cpu data for cpu7 on node0 at 0000000001075000
[    0.000000] NR_CPUS: 32, nr_cpu_ids: 8, nr_node_ids 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 836218
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
[    0.000000] Initializing CPU#0
[    0.000000] found new irq_desc for irq 0
[    0.000000] found new irq_desc for irq 1
[    0.000000] found new irq_desc for irq 2
[    0.000000] found new irq_desc for irq 3
[    0.000000] found new irq_desc for irq 4
[    0.000000] found new irq_desc for irq 5
[    0.000000] found new irq_desc for irq 6
[    0.000000] found new irq_desc for irq 7
[    0.000000] found new irq_desc for irq 8
[    0.000000] found new irq_desc for irq 9
[    0.000000] found new irq_desc for irq 10
[    0.000000] found new irq_desc for irq 11
[    0.000000] found new irq_desc for irq 12
[    0.000000] found new irq_desc for irq 13
[    0.000000] found new irq_desc for irq 14
[    0.000000] found new irq_desc for irq 15
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] TSC calibrated against PM_TIMER
[    0.000000] Detected 3192.011 MHz processor.
[    0.003333] Console: colour VGA+ 80x25
[    0.003333] console [tty0] enabled
[    0.003333] console [ttyS0] enabled
[    0.003333] Checking aperture...
[    0.003333] No AGP bridge found
[    0.003333] Memory: 3342444k/3406848k available (3830k kernel code, 64012k reserved, 2175k data, 672k init)
[    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
[    0.003333] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.02 BogoMIPS (lpj=10640036)
[    0.013094] Security Framework initialized
[    0.016665] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021473] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.026664] Mount-cache hash table entries: 256
[    0.029998] Initializing cgroup subsys ns
[    0.033331] Initializing cgroup subsys cpuacct
[    0.036664] Initializing cgroup subsys memory
[    0.039997] Initializing cgroup subsys devices
[    0.043330] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.048288] CPU: L2 cache: 6144K
[    0.051710] CPU 0/0 -> Node 0
[    0.054866] CPU: Physical Processor ID: 0
[    0.059059] CPU: Processor Core ID: 0
[    0.062916] CPU0: Thermal monitoring enabled (TM2)
[    0.066662] using mwait in idle threads.
[    0.069995] ACPI: Core revision 20080609
[    0.082417] Setting APIC routing to flat
[    0.086661]  0 add_pin_to_irq: irq 1 --> apic 0 pin 1
[    0.086661]  0 add_pin_to_irq: irq 0 --> apic 0 pin 2
[    0.086661]  0 add_pin_to_irq: irq 3 --> apic 0 pin 3
[    0.086661]  0 add_pin_to_irq: irq 4 --> apic 0 pin 4
[    0.086661]  0 add_pin_to_irq: irq 5 --> apic 0 pin 5
[    0.086661]  0 add_pin_to_irq: irq 6 --> apic 0 pin 6
[    0.086661]  0 add_pin_to_irq: irq 7 --> apic 0 pin 7
[    0.086661]  0 add_pin_to_irq: irq 8 --> apic 0 pin 8
[    0.086661]  0 add_pin_to_irq: irq 9 --> apic 0 pin 9
[    0.086661]  0 add_pin_to_irq: irq 10 --> apic 0 pin 10
[    0.086661]  0 add_pin_to_irq: irq 11 --> apic 0 pin 11
[    0.086661]  0 add_pin_to_irq: irq 12 --> apic 0 pin 12
[    0.086661]  0 add_pin_to_irq: irq 13 --> apic 0 pin 13
[    0.086661]  0 add_pin_to_irq: irq 14 --> apic 0 pin 14
[    0.086661]  0 add_pin_to_irq: irq 15 --> apic 0 pin 15
[    0.086661] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.122915] CPU0: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.126658]  MSR00000000: 0000000000000000
[    0.129991]  MSR00000001: 0000000000000000
[    0.133324]  MSR00000006: 0000000000000040
[    0.136657]  MSR00000010: 00000041b55b9720
[    0.139990]  MSR00000017: 0018000088e40822
[    0.143323]  MSR0000001b: 00000000fee00900
[    0.146657]  MSR00000021: 0000000000000001
[    0.149990]  MSR0000002a: 00000000c208149e
[    0.153323]  MSR00000032: 0000000000000000
[    0.156656]  MSR00000033: 0000000000000000
[    0.159989]  MSR00000039: 0000000000000000
[    0.163322]  MSR0000003a: 000000000000000d
[    0.166655]  MSR0000003f: 0000000000000000
[    0.169988]  MSR00000040: ffffffff8023803c
[    0.173322]  MSR00000041: ffffffff8020c348
[    0.176655]  MSR00000042: ffffffff8023803c
[    0.179988]  MSR00000043: ffffffff80238092
[    0.183321]  MSR00000060: ffffffff805aec51
[    0.186654]  MSR00000061: ffffffff8023802b
[    0.189987]  MSR00000062: ffffffff805aec46
[    0.193320]  MSR00000063: ffffffff8023802b
[    0.196653]  MSR0000008b: 0000060600000000
[    0.199986]  MSR0000009b: 0000000000000000
[    0.203320]  MSR000000a0: 00000000cff80000
[    0.206653]  MSR000000a1: 00000000fff80800
[    0.209986]  MSR000000a8: 000000000000061a
[    0.213319]  MSR000000a9: 000000000000061a
[    0.216652]  MSR000000aa: 000000000000061a
[    0.219985]  MSR000000ab: 000000000000061a
[    0.223318]  MSR000000ac: 000000000000061a
[    0.226651]  MSR000000ad: 000000000000061a
[    0.229985]  MSR000000c1: 0000000000000000
[    0.233318]  MSR000000c2: 0000000000000000
[    0.236651]  MSR000000c7: 130000004c000000
[    0.239984]  MSR000000cd: 0000000000000806
[    0.243317]  MSR000000ce: 001a08227f7f071a
[    0.246650]  MSR000000cf: 0000000000000000
[    0.249983]  MSR000000e0: 00000000018bc0f0
[    0.253316]  MSR000000e1: 00000000f0f00000
[    0.256649]  MSR000000e2: 0000000002262201
[    0.259983]  MSR000000e3: 0000000000000000
[    0.263316]  MSR000000e4: 0000000000000000
[    0.266649]  MSR000000e5: 00000000d00208c8
[    0.269982]  MSR000000e7: 00000041d5ade028
[    0.273315]  MSR000000e8: 00000041d67ed760
[    0.276648]  MSR000000ee: 04000000877d4b01
[    0.279981]  MSR000000fe: 0000000000000d07
[    0.283314]  MSR00000116: 0000000000003fc0
[    0.286647]  MSR00000118: 00000000000f83e0
[    0.289981]  MSR0000011b: 0000000000000000
[    0.293314]  MSR0000011c: 00000000e000000c
[    0.296647]  MSR0000011e: 00000000be702111
[    0.300000]  MSR0000014e: 000000006be76c2f
[    0.304286]  MSR0000014f: 000000006b4036c9
[    0.308566]  MSR00000151: 000000009892ba00
[    0.312853]  MSR0000015e: 0000000000000006
[    0.316646]  MSR0000015f: 00000000001c0822
[    0.319979]  MSR00000174: 0000000000000010
[    0.323312]  MSR00000175: 0000000000000000
[    0.326645]  MSR00000176: ffffffff802288a0
[    0.329978]  MSR00000179: 0000000000000806
[    0.333311]  MSR0000017a: 0000000000000000
[    0.336644]  MSR00000186: 0000000000000000
[    0.339977]  MSR00000187: 0000000000000000
[    0.343310]  MSR00000193: 0000000000000000
[    0.346644]  MSR00000194: 0000000000000522
[    0.349977]  MSR00000198: 0822082206000822
[    0.353310]  MSR00000199: 0000000000000822
[    0.356643]  MSR0000019a: 0000000000000002
[    0.359976]  MSR0000019b: 0000000000000003
[    0.363309]  MSR0000019c: 00000000882a0000
[    0.366642]  MSR0000019d: 000000000000061a
[    0.369975]  MSR0000019e: 0000000006010000
[    0.373308]  MSR0000019f: 0000000000000000
[    0.376642]  MSR000001a0: 00000060669d2489
[    0.379975]  MSR000001a1: 0000000000000000
[    0.383308]  MSR000001a2: 0000000000001000
[    0.386641]  MSR000001aa: 00000000fe7f042f
[    0.389974]  MSR000001bf: 0000000000000404
[    0.393307]  MSR000001c9: 0000000000000003
[    0.396640]  MSR000001d3: 0000000000008000
[    0.399973]  MSR000001d9: 0000000000000001
[    0.403307]  MSR000001db: ffffffff805aec78
[    0.406640]  MSR000001dc: ffffffff805aec46
[    0.409973]  MSR000001dd: ffffffff8023800a
[    0.413306]  MSR000001de: ffffffff80238026
[    0.416639]  MSR000001e0: 0000000000000ff0
[    0.419972]  MSR000001f8: 0000000000000001
[    0.423305]  MSR000001f9: 0000000000000001
[    0.426638]  MSR000001fa: 0000000000008c89
[    0.429971]  MSR00000200: 00000000d0000000
[    0.433305]  MSR00000201: 0000000ff0000800
[    0.436638]  MSR00000202: 00000000e0000000
[    0.439971]  MSR00000203: 0000000fe0000800
[    0.443304]  MSR00000204: 0000000000000006
[    0.446637]  MSR00000205: 0000000c00000800
[    0.449970]  MSR00000206: 0000000400000006
[    0.453303]  MSR00000207: 0000000fe0000800
[    0.456636]  MSR00000208: 0000000420000006
[    0.459970]  MSR00000209: 0000000ff0000800
[    0.463303]  MSR0000020a: 0000000000000000
[    0.466636]  MSR0000020b: 0000000000000000
[    0.469969]  MSR0000020c: 0000000000000000
[    0.473302]  MSR0000020d: 0000000000000000
[    0.476635]  MSR00000250: 0606060606060606
[    0.479968]  MSR00000258: 0606060606060606
[    0.483301]  MSR00000259: 0000000000000000
[    0.486634]  MSR00000268: 0505050505050505
[    0.489968]  MSR00000269: 0505050505050505
[    0.493301]  MSR0000026a: 0000000000000000
[    0.496634]  MSR0000026b: 0000000000000000
[    0.499967]  MSR0000026c: 0505050505050505
[    0.503300]  MSR0000026d: 0505050505050505
[    0.506633]  MSR0000026e: 0505050505050505
[    0.509967]  MSR0000026f: 0505050505050505
[    0.513300]  MSR00000277: 0007010600070106
[    0.516633]  MSR000002ff: 0000000000000c00
[    0.519967]  MSR00000309: 0000000000000000
[    0.523300]  MSR0000030a: 0000000000000000
[    0.526633]  MSR0000030b: 0000000000000000
[    0.529967]  MSR00000345: 00000000000010c2
[    0.533300]  MSR0000038d: 0000000000000000
[    0.536633]  MSR0000038e: 0000000000000000
[    0.539967]  MSR0000038f: ffffffffffffffff
[    0.543300]  MSR00000390: ffffffffffffffff
[    0.546633]  MSR000003f1: 0000000000000000
[    0.549967]  MSR00000400: 00000000c208149e
[    0.553300]  MSR00000401: 1000000000000000
[    0.556633]  MSR00000402: 0000000000000000
[    0.559967]  MSR00000404: 0000000000000001
[    0.563300]  MSR00000405: 0000000000000000
[    0.566633]  MSR00000406: 000002a9000002a9
[    0.569967]  MSR00000408: 0000000000000001
[    0.573300]  MSR00000409: 0000000000000000
[    0.576633]  MSR0000040a: 000002a9000002a9
[    0.579967]  MSR0000040c: 0000000000000001
[    0.583300]  MSR0000040d: 0020000000000000
[    0.586633]  MSR0000040e: 00000077cdb7ed9b
[    0.589967]  MSR00000410: 0000000000000008
[    0.593300]  MSR00000411: 0000000000000011
[    0.596633]  MSR00000414: 0000000000000001
[    0.599967]  MSR00000415: 1000001004000e0f
[    0.603300]  MSRc0000080: 0000000000000d01
[    0.606633]  MSRc0000081: 0023001000000000
[    0.609967]  MSRc0000082: ffffffff8020bce0
[    0.613300]  MSRc0000083: ffffffff80228ab0
[    0.616633]  MSRc0000084: 0000000000003700
[    0.619967]  MSRc0000100: 0000000000000000
[    0.623300]  MSRc0000101: ffffffff807e6c00
[    0.626633]  MSRc0000102: 0000000000000000
[    0.633300] APIC timer calibration result 24937641
[    0.633300] Detected 24.937 MHz APIC timer.
[    0.636633] Booting processor 1/4 ip 6000
[    0.649957] Initializing CPU#1
[    0.649957] Calibrating delay using timer specific routine.. 6386.11 BogoMIPS (lpj=10640182)
[    0.649957] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.649957] CPU: L2 cache: 6144K
[    0.649957] CPU 1/4 -> Node 0
[    0.649957] CPU: Physical Processor ID: 1
[    0.649957] CPU: Processor Core ID: 0
[    0.649957] CPU1: Thermal monitoring enabled (TM2)
[    0.649957] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.733300] CPU1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.739967] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.743300] Booting processor 2/1 ip 6000
[    0.756617] Initializing CPU#2
[    0.756617] Calibrating delay using timer specific routine.. 6386.10 BogoMIPS (lpj=10640164)
[    0.756617] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.756617] CPU: L2 cache: 6144K
[    0.756617] CPU 2/1 -> Node 0
[    0.756617] CPU: Physical Processor ID: 0
[    0.756617] CPU: Processor Core ID: 1
[    0.756617] CPU2: Thermal monitoring enabled (TM2)
[    0.756617] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.839967] CPU2: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.846633] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.849967] Booting processor 3/5 ip 6000
[    0.863277] Initializing CPU#3
[    0.863277] Calibrating delay using timer specific routine.. 6386.10 BogoMIPS (lpj=10640174)
[    0.863277] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.863277] CPU: L2 cache: 6144K
[    0.863277] CPU 3/5 -> Node 0
[    0.863277] CPU: Physical Processor ID: 1
[    0.863277] CPU: Processor Core ID: 1
[    0.863277] CPU3: Thermal monitoring enabled (TM2)
[    0.863277] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.946633] CPU3: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.953300] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.956633] Booting processor 4/2 ip 6000
[    0.969936] Initializing CPU#4
[    0.969936] Calibrating delay using timer specific routine.. 6386.07 BogoMIPS (lpj=10640121)
[    0.969936] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.969936] CPU: L2 cache: 6144K
[    0.969936] CPU 4/2 -> Node 0
[    0.969936] CPU: Physical Processor ID: 0
[    0.969936] CPU: Processor Core ID: 2
[    0.969936] CPU4: Thermal monitoring enabled (TM2)
[    0.969936] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    1.053300] CPU4: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.061399] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    1.066633] Booting processor 5/6 ip 6000
[    1.079929] Initializing CPU#5
[    1.079929] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640150)
[    1.079929] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.079929] CPU: L2 cache: 6144K
[    1.079929] CPU 5/6 -> Node 0
[    1.079929] CPU: Physical Processor ID: 1
[    1.079929] CPU: Processor Core ID: 2
[    1.079929] CPU5: Thermal monitoring enabled (TM2)
[    1.079929] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    1.163300] CPU5: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.169967] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    1.173300] Booting processor 6/3 ip 6000
[    1.186589] Initializing CPU#6
[    1.186589] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640151)
[    1.186589] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.186589] CPU: L2 cache: 6144K
[    1.186589] CPU 6/3 -> Node 0
[    1.186589] CPU: Physical Processor ID: 0
[    1.186589] CPU: Processor Core ID: 3
[    1.186589] CPU6: Thermal monitoring enabled (TM2)
[    1.186589] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    1.269967] CPU6: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.276633] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    1.279967] Booting processor 7/7 ip 6000
[    1.293249] Initializing CPU#7
[    1.293249] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640157)
[    1.293249] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.293249] CPU: L2 cache: 6144K
[    1.293249] CPU 7/7 -> Node 0
[    1.293249] CPU: Physical Processor ID: 1
[    1.293249] CPU: Processor Core ID: 3
[    1.293249] CPU7: Thermal monitoring enabled (TM2)
[    1.293249] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    1.376633] CPU7: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.383300] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    1.386633] Brought up 8 CPUs
[    1.389797] Total of 8 processors activated (51093.70 BogoMIPS).
[    1.393300] net_namespace: 864 bytes
[    1.396633] xor: automatically using best checksumming function: generic_sse
[    1.415712]    generic_sse: 11872.800 MB/sec
[    1.419967] xor: using function: generic_sse (11872.800 MB/sec)
[    1.423300] NET: Registered protocol family 16
[    1.426633] No dock devices found.
[    1.429967] ACPI: bus type pci registered
[    1.433300] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 8
[    1.436633] PCI: MCFG area at e0000000 reserved in E820
[    1.439967] PCI: Using MMCONFIG at e0000000 - e08fffff
[    1.443300] PCI: Using configuration type 1 for base access
[    1.449967] ACPI: EC: Look up EC in DSDT
[    1.453300] ACPI: Interpreter enabled
[    1.456633] ACPI: (supports S0 S3 S4 S5)
[    1.459967] ACPI: Using IOAPIC for interrupt routing
[    1.466633] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.470863] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.476633] pci 0000:00:00.0: PME# disabled
[    1.479967] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.483300] pci 0000:00:01.0: PME# disabled
[    1.486633] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    1.489967] pci 0000:00:05.0: PME# disabled
[    1.493300] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    1.496633] pci 0000:00:09.0: PME# disabled
[    1.499967] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.503300] pci 0000:00:1b.0: PME# disabled
[    1.506633] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.509967] pci 0000:00:1c.0: PME# disabled
[    1.513300] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.516633] pci 0000:00:1d.7: PME# disabled
[    1.519967] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    1.519967] pci 0000:01:00.0: supports D1
[    1.519967] PCI: bridge 0000:00:01.0 32bit mmio: [dc100000, dc1fffff]
[    1.523300] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    1.526633] pci 0000:03:00.0: PME# disabled
[    1.529967] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    1.533300] pci 0000:03:00.3: PME# disabled
[    1.536633] PCI: bridge 0000:00:09.0 io port: [2000, 2fff]
[    1.539967] PCI: bridge 0000:00:09.0 32bit mmio: [dc200000, dc3fffff]
[    1.543300] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.546633] pci 0000:04:00.0: PME# disabled
[    1.549967] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
[    1.553300] pci 0000:04:02.0: PME# disabled
[    1.556633] PCI: bridge 0000:03:00.0 io port: [2000, 2fff]
[    1.559967] PCI: bridge 0000:03:00.0 32bit mmio: [dc200000, dc2fffff]
[    1.563300] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    1.566633] pci 0000:06:00.0: PME# disabled
[    1.569967] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    1.573300] pci 0000:06:00.1: PME# disabled
[    1.576633] PCI: bridge 0000:04:02.0 io port: [2000, 2fff]
[    1.579967] PCI: bridge 0000:04:02.0 32bit mmio: [dc200000, dc2fffff]
[    1.583300] pci 0000:09:05.0: supports D1
[    1.583300] pci 0000:09:05.0: supports D2
[    1.583300] pci 0000:09:06.0: supports D2
[    1.583300] pci 0000:09:06.0: PME# supported from D2 D3hot D3cold
[    1.586633] pci 0000:09:06.0: PME# disabled
[    1.589967] pci 0000:00:1e.0: transparent bridge
[    1.593300] PCI: bridge 0000:00:1e.0 io port: [3000, 3fff]
[    1.596633] PCI: bridge 0000:00:1e.0 32bit mmio: [dc000000, dc0fffff]
[    1.599967] PCI: bridge 0000:00:1e.0 64bit mmio pref: [d8000000, dbffffff]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0._PRT]
[    1.604197] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD0._PRT]
[    1.604391] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD2._PRT]
[    1.604666] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMF3._PRT]
[    1.605067] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    1.605558] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    1.613300] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
[    1.619751] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.626434] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.633102] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.639751] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[    1.646418] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 *11 14 15)
[    1.652855] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 14 15)
[    1.656633] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *9
[    1.663300] Linux Plug and Play Support v0.97 (c) Adam Belay
[    1.666633] pnp: PnP ACPI init
[    1.669944] ACPI: bus type pnp registered
[    1.676633] pnp: PnP ACPI: found 11 devices
[    1.679967] ACPI: ACPI bus type pnp unregistered
[    1.683300] SCSI subsystem initialized
[    1.686633] libata version 3.00 loaded.
[    1.686634] usbcore: registered new interface driver usbfs
[    1.689967] usbcore: registered new interface driver hub
[    1.693300] usbcore: registered new device driver usb
[    1.696633] PCI: Using ACPI for IRQ routing
[    1.713505] PCI-GART: No AMD northbridge found.
[    1.718345] hpet clockevent registered
[    1.718447] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.723862] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.730905] ACPI: RTC can wake from S4
[    1.743689] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    1.748303] system 00:01: ioport range 0x800-0x80f has been reserved
[    1.754838] system 00:01: ioport range 0x1000-0x107f has been reserved
[    1.761474] system 00:01: ioport range 0x1180-0x11bf has been reserved
[    1.768196] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    1.774917] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[    1.782739] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[    1.790573] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[    1.798404] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    1.805738] system 00:01: iomem range 0xfec88000-0xfec88fff has been reserved
[    1.813067] system 00:01: iomem range 0xfe000000-0xfe01ffff has been reserved
[    1.820401] system 00:01: iomem range 0xfe600000-0xfe6fffff has been reserved
[    1.832655] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.834985] pci 0000:00:01.0:   IO window: disabled
[    1.840048] pci 0000:00:01.0:   MEM window: 0xdc100000-0xdc1fffff
[    1.846325] pci 0000:00:01.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
[    1.854219] pci 0000:00:05.0: PCI bridge, secondary bus 0000:02
[    1.860343] pci 0000:00:05.0:   IO window: disabled
[    1.865418] pci 0000:00:05.0:   MEM window: disabled
[    1.870576] pci 0000:00:05.0:   PREFETCH window: disabled
[    1.876177] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
[    1.882289] pci 0000:04:00.0:   IO window: disabled
[    1.887362] pci 0000:04:00.0:   MEM window: disabled
[    1.892520] pci 0000:04:00.0:   PREFETCH window: disabled
[    1.898121] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
[    1.904247] pci 0000:04:02.0:   IO window: 0x2000-0x2fff
[    1.909760] pci 0000:04:02.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.916054] pci 0000:04:02.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.923971] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    1.930102] pci 0000:03:00.0:   IO window: 0x2000-0x2fff
[    1.935613] pci 0000:03:00.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.941915] pci 0000:03:00.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.949834] pci 0000:03:00.3: PCI bridge, secondary bus 0000:07
[    1.955954] pci 0000:03:00.3:   IO window: disabled
[    1.961040] pci 0000:03:00.3:   MEM window: disabled
[    1.966203] pci 0000:03:00.3:   PREFETCH window: disabled
[    1.971812] pci 0000:00:09.0: PCI bridge, secondary bus 0000:03
[    1.977930] pci 0000:00:09.0:   IO window: 0x2000-0x2fff
[    1.983441] pci 0000:00:09.0:   MEM window: 0xdc200000-0xdc3fffff
[    1.990187] pci 0000:00:09.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.998105] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:08
[    2.004230] pci 0000:00:1c.0:   IO window: disabled
[    2.009311] pci 0000:00:1c.0:   MEM window: disabled
[    2.014479] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.020078] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:09
[    2.030353] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    2.035868] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
[    2.042161] pci 0000:00:1e.0:   PREFETCH window: 0x000000d8000000-0x000000dbffffff
[    2.050083] found new irq_cfg for irq 16
[    2.050093]  0 add_pin_to_irq: irq 16 --> apic 0 pin 16
[    2.050105] found new irq_desc for irq 16
[    2.050120] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.056989] pci 0000:00:01.0: setting latency timer to 64
[    2.056996] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.063888] pci 0000:00:05.0: setting latency timer to 64
[    2.063894] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.070786] pci 0000:00:09.0: setting latency timer to 64
[    2.070792] vendor=8086 device=4029
[    2.074468] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.081368] pci 0000:03:00.0: setting latency timer to 64
[    2.081375] vendor=8086 device=3500
[    2.085054] vendor=8086 device=4029
[    2.088736] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.095631] pci 0000:04:00.0: setting latency timer to 64
[    2.095637] vendor=8086 device=3500
[    2.099318] vendor=8086 device=4029
[    2.103003] found new irq_cfg for irq 18
[    2.103005]  0 add_pin_to_irq: irq 18 --> apic 0 pin 18
[    2.103009] found new irq_desc for irq 18
[    2.103015] pci 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.109910] pci 0000:04:02.0: setting latency timer to 64
[    2.109918] pci 0000:03:00.3: setting latency timer to 64
[    2.109931] found new irq_cfg for irq 21
[    2.109944]  0 add_pin_to_irq: irq 21 --> apic 0 pin 21
[    2.109959] found new irq_desc for irq 21
[    2.109975] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    2.116824] pci 0000:00:1c.0: setting latency timer to 64
[    2.116831] pci 0000:00:1e.0: setting latency timer to 64
[    2.116840] bus: 00 index 0 io port: [0, ffff]
[    2.121479] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[    2.126891] bus: 01 index 0 mmio: [0, 0]
[    2.131022] bus: 01 index 1 mmio: [dc100000, dc1fffff]
[    2.136356] bus: 01 index 2 mmio: [d1000000, d10fffff]
[    2.141694] bus: 01 index 3 mmio: [0, 0]
[    2.145813] bus: 02 index 0 mmio: [0, 0]
[    2.149932] bus: 02 index 1 mmio: [0, 0]
[    2.154046] bus: 02 index 2 mmio: [0, 0]
[    2.158167] bus: 02 index 3 mmio: [0, 0]
[    2.162283] bus: 03 index 0 io port: [2000, 2fff]
[    2.167181] bus: 03 index 1 mmio: [dc200000, dc3fffff]
[    2.172513] bus: 03 index 2 mmio: [d1100000, d11fffff]
[    2.177850] bus: 03 index 3 mmio: [0, 0]
[    2.181971] bus: 04 index 0 io port: [2000, 2fff]
[    2.186874] bus: 04 index 1 mmio: [dc200000, dc2fffff]
[    2.192212] bus: 04 index 2 mmio: [d1100000, d11fffff]
[    2.197548] bus: 04 index 3 mmio: [0, 0]
[    2.201665] bus: 05 index 0 mmio: [0, 0]
[    2.205781] bus: 05 index 1 mmio: [0, 0]
[    2.209896] bus: 05 index 2 mmio: [0, 0]
[    2.214013] bus: 05 index 3 mmio: [0, 0]
[    2.218131] bus: 06 index 0 io port: [2000, 2fff]
[    2.223030] bus: 06 index 1 mmio: [dc200000, dc2fffff]
[    2.228370] bus: 06 index 2 mmio: [d1100000, d11fffff]
[    2.233708] bus: 06 index 3 mmio: [0, 0]
[    2.237829] bus: 07 index 0 mmio: [0, 0]
[    2.241957] bus: 07 index 1 mmio: [0, 0]
[    2.246631] bus: 07 index 2 mmio: [0, 0]
[    2.250751] bus: 07 index 3 mmio: [0, 0]
[    2.254869] bus: 08 index 0 mmio: [0, 0]
[    2.258986] bus: 08 index 1 mmio: [0, 0]
[    2.263102] bus: 08 index 2 mmio: [0, 0]
[    2.267218] bus: 08 index 3 mmio: [0, 0]
[    2.271335] bus: 09 index 0 io port: [3000, 3fff]
[    2.276234] bus: 09 index 1 mmio: [dc000000, dc0fffff]
[    2.281574] bus: 09 index 2 mmio: [d8000000, dbffffff]
[    2.286911] bus: 09 index 3 io port: [0, ffff]
[    2.291545] bus: 09 index 4 mmio: [0, ffffffffffffffff]
[    2.296970] NET: Registered protocol family 2
[    2.334969] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.340269] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.351636] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.357980] TCP: Hash tables configured (established 524288 bind 65536)
[    2.364793] TCP reno registered
[    2.378268] NET: Registered protocol family 1
[    2.381720] checking if image is initramfs... it is
[    2.434970] Freeing initrd memory: 1917k freed
[    2.441636] pci 0000:09:05.0: Boot video device
[    2.445263] input: Power Button (FF) as /class/input/input0
[    2.445265] ACPI: Power Button (FF) [PWRF]
[    2.452320] input: Power Button (CM) as /class/input/input1
[    2.455549] ACPI: Power Button (CM) [PWRB]
[    2.454796] Switched to high resolution mode on CPU 7
[    2.455171] Switched to high resolution mode on CPU 4
[    2.457532] Switched to high resolution mode on CPU 2
[    2.457576] Switched to high resolution mode on CPU 3
[    2.457589] Switched to high resolution mode on CPU 1
[    2.457624] Switched to high resolution mode on CPU 6
[    2.457627] Switched to high resolution mode on CPU 5
[    2.459843] Switched to high resolution mode on CPU 0
[    2.462575] found new irq_cfg for irq 20
[    2.462575]  0 add_pin_to_irq: irq 20 --> apic 0 pin 20
[    2.462575] found new irq_desc for irq 20
[    2.462575] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.705697] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    2.705697] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.707907] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    2.707907] ehci_hcd 0000:00:1d.7: debug port 1
[    2.707907] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    2.707907] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc608000
[    2.707907] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    2.707907] usb usb1: configuration #1 chosen from 1 choice
[    2.707907] hub 1-0:1.0: USB hub found
[    2.707907] hub 1-0:1.0: 8 ports detected
[    2.707907] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.707907] USB Universal Host Controller Interface driver v3.0
[    2.707907] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.707907] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.707907] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.707907] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.707907] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800
[    2.707907] usb usb2: configuration #1 chosen from 1 choice
[    2.707907] hub 2-0:1.0: USB hub found
[    2.707907] hub 2-0:1.0: 2 ports detected
[    2.786661] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    2.790008] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    2.790015] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.794711] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    2.802996] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820
[    2.808114] usb usb3: configuration #1 chosen from 1 choice
[    2.814729] hub 3-0:1.0: USB hub found
[    2.818747] hub 3-0:1.0: 2 ports detected
[    2.927911] found new irq_cfg for irq 22
[    2.927911]  0 add_pin_to_irq: irq 22 --> apic 0 pin 22
[    2.927911] found new irq_desc for irq 22
[    2.927911] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    2.933339] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    2.933346] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.938063] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    2.946334] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840
[    2.951458] usb usb4: configuration #1 chosen from 1 choice
[    2.958062] hub 4-0:1.0: USB hub found
[    2.962073] hub 4-0:1.0: 2 ports detected
[    3.071244] found new irq_cfg for irq 23
[    3.071244]  0 add_pin_to_irq: irq 23 --> apic 0 pin 23
[    3.071244] found new irq_desc for irq 23
[    3.071244] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    3.076673] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    3.076680] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    3.081378] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    3.089671] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
[    3.094781] usb usb5: configuration #1 chosen from 1 choice
[    3.101419] hub 5-0:1.0: USB hub found
[    3.105452] hub 5-0:1.0: 2 ports detected
[    3.214578] Simple Boot Flag at 0x40 set to 0x80
[    3.221460] audit: initializing netlink socket (disabled)
[    3.228152] type=2000 audit(1219367217.223:1): initialized
[    3.240000] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.248712] VFS: Disk quotas dquot_6.5.1
[    3.253731] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.261868] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.267439] msgmni has been set to 6531
[    3.271956] async_tx: api initialized (async)
[    3.275072] io scheduler noop registered
[    3.279185] io scheduler anticipatory registered
[    3.283985] io scheduler deadline registered
[    3.290630] io scheduler cfq registered (default)
[    3.296680] pcieport-driver 0000:00:01.0: setting latency timer to 64
[    3.296680] pcieport-driver 0000:00:01.0: found MSI capability
[    3.298233] found new irq_cfg for irq 33024
[    3.298250] found new irq_desc for irq 33024
[    3.298275] pci_express 0000:00:01.0:pcie00: allocate port service
[    3.301251] pci_express 0000:00:01.0:pcie01: allocate port service
[    3.301251] pcieport-driver 0000:00:05.0: setting latency timer to 64
[    3.301251] pcieport-driver 0000:00:05.0: found MSI capability
[    3.304452] found new irq_cfg for irq 164096
[    3.304466] found new irq_desc for irq 164096
[    3.304488] pci_express 0000:00:05.0:pcie00: allocate port service
[    3.307918] pci_express 0000:00:05.0:pcie01: allocate port service
[    3.307918] pcieport-driver 0000:00:09.0: setting latency timer to 64
[    3.307918] pcieport-driver 0000:00:09.0: found MSI capability
[    3.310679] found new irq_cfg for irq 295168
[    3.310691] found new irq_desc for irq 295168
[    3.310709] pci_express 0000:00:09.0:pcie00: allocate port service
[    3.313733] pci_express 0000:00:09.0:pcie01: allocate port service
[    3.313733] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    3.313733] pcieport-driver 0000:00:1c.0: found MSI capability
[    3.319949] found new irq_cfg for irq 917760
[    3.319949] found new irq_desc for irq 917760
[    3.319949] pci_express 0000:00:1c.0:pcie00: allocate port service
[    3.320630] pci_express 0000:00:1c.0:pcie02: allocate port service
[    3.320630] pci_express 0000:00:1c.0:pcie03: allocate port service
[    3.320630] pcieport-driver 0000:03:00.0: setting latency timer to 64
[    3.320630] pci_express 0000:03:00.0:pcie11: allocate port service
[    3.320630] pcieport-driver 0000:04:00.0: setting latency timer to 64
[    3.320630] pcieport-driver 0000:04:00.0: found MSI capability
[    3.326465] found new irq_cfg for irq 4194560
[    3.326465] found new irq_desc for irq 4194560
[    3.326465] pci_express 0000:04:00.0:pcie21: allocate port service
[    3.327297] pcieport-driver 0000:04:02.0: setting latency timer to 64
[    3.327297] pcieport-driver 0000:04:02.0: found MSI capability
[    3.332889] found new irq_cfg for irq 4260096
[    3.332889] found new irq_desc for irq 4260096
[    3.332889] pci_express 0000:04:02.0:pcie21: allocate port service
[    3.332889] aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
[    3.332889] aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
[    3.332889] aer 0000:00:09.0:pcie01: AER service couldn't init device: no _OSC support
[    3.337080] ACPI: SSDT CFF04DBE, 01DD (r1  PmRef  Cpu0Ist     3000 INTL 20050228)
[    3.347297] processor ACPI0007:00: registered as cooling_device0
[    3.347325] ACPI: Processor [CPU0] (supports 8 throttling states)
[    3.354323] ACPI: SSDT CFF04F9B, 016E (r1  PmRef  Cpu1Ist     3000 INTL 20050228)
[    3.367291] processor ACPI0007:01: registered as cooling_device1
[    3.370214] ACPI: Processor [CPU1] (supports 8 throttling states)
[    3.377533] ACPI: SSDT CFF05109, 016E (r1  PmRef  Cpu2Ist     3000 INTL 20050228)
[    3.387291] processor ACPI0007:02: registered as cooling_device2
[    3.389833] ACPI: Processor [CPU2] (supports 8 throttling states)
[    3.397307] ACPI: SSDT CFF05277, 016E (r1  PmRef  Cpu3Ist     3000 INTL 20050228)
[    3.408341] processor ACPI0007:03: registered as cooling_device3
[    3.413963] ACPI: Processor [CPU3] (supports 8 throttling states)
[    3.421090] ACPI: SSDT CFF053E5, 016E (r1  PmRef  CPU4Ist     3000 INTL 20050228)
[    3.430823] processor ACPI0007:04: registered as cooling_device4
[    3.432883] ACPI: Processor [CPU4] (supports 8 throttling states)
[    3.441307] ACPI: SSDT CFF05553, 016E (r1  PmRef  CPU5Ist     3000 INTL 20050228)
[    3.454362] processor ACPI0007:05: registered as cooling_device5
[    3.454528] ACPI: Processor [CPU5] (supports 8 throttling states)
[    3.462336] ACPI: SSDT CFF056C1, 016E (r1  PmRef  Cpu6Ist     3000 INTL 20050228)
[    3.473963] processor ACPI0007:06: registered as cooling_device6
[    3.476077] ACPI: Processor [CPU6] (supports 8 throttling states)
[    3.484457] ACPI: SSDT CFF0582F, 016E (r1  PmRef  Cpu7Ist     3000 INTL 20050228)
[    3.494791] processor ACPI0007:07: registered as cooling_device7
[    3.497635] ACPI: Processor [CPU7] (supports 8 throttling states)
[    3.563951] Non-volatile memory driver v1.2
[    3.568103] intel_rng: FWH not detected
[    3.570824] Linux agpgart interface v0.103
[    3.577922] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
[    3.584588] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.588292] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.597922] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.602485] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.623390] FDC 0 is a post-1991 82077
[    3.630626] brd: module loaded
[    3.634590] loop: module loaded
[    3.637313] tun: Universal TUN/TAP device driver, 1.6
[    3.641651] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.648953] console [netcon0] enabled
[    3.652945] netconsole: network logging started
[    3.661810] Uniform Multi-Platform E-IDE driver
[    3.670624] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    3.677568] Probing IDE interface ide0...
[    4.376078] hda: Optiarc DVD RW AD-7590A, ATAPI CD/DVD-ROM drive
[    5.021230] Probing IDE interface ide1...
[    5.553938] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    5.557078] ide1 at 0x170-0x177,0x376 on irq 15
[    5.563300] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 974kB Cache
[    5.571326] Uniform CD-ROM driver Revision: 3.20
[    8.173973] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    8.187916] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    8.194583] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
[    8.201249] Driver 'sd' needs updating - please use bus_type methods
[    8.207916] Driver 'sr' needs updating - please use bus_type methods
[    8.214583] ata_piix 0000:00:1f.1: version 2.12
[    8.214583] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    8.218242] ata_piix 0000:00:1f.1: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
[    8.225985] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 0 (errno=-16)
[    8.233546] ata_piix 0000:00:1f.1: BAR 2: can't reserve I/O region [0x170-0x177]
[    8.241277] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 1 (errno=-16)
[    8.249568] ata_piix 0000:00:1f.1: no available native port
[    8.260193] Fusion MPT base driver 3.04.07
[    8.260627] Copyright (c) 1999-2008 LSI Corporation
[    8.265049] Fusion MPT SPI Host driver 3.04.07
[    8.271425] Fusion MPT SAS Host driver 3.04.07
[    8.276666] vendor=8086 device=244e
[    8.279459] found new irq_cfg for irq 17
[    8.279463]  0 add_pin_to_irq: irq 17 --> apic 0 pin 17
[    8.279471] found new irq_desc for irq 17
[    8.279482] ohci1394 0000:09:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.340583] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc040000-dc0407ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    8.357645] ieee1394: raw1394: /dev/raw1394 device initialized
[    8.363958] usbcore: registered new interface driver usblp
[    8.370094] Initializing USB Mass Storage driver...
[    8.375180] usbcore: registered new interface driver usb-storage
[    8.381432] USB Mass Storage support registered.
[    8.386256] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    8.389827] serio: i8042 KBD port at 0x60,0x64 irq 1
[    8.398867] serio: i8042 AUX port at 0x60,0x64 irq 12
[    8.407297] mice: PS/2 mouse device common for all mice
[    8.768114] md: linear personality registered for level -1
[    8.770584] md: raid0 personality registered for level 0
[    8.777250] md: raid1 personality registered for level 1
[    8.782757] md: raid10 personality registered for level 10
[    8.843631] raid6: int64x1   2951 MB/s
[    8.901540] raid6: int64x2   3587 MB/s
[    8.961537] raid6: int64x4   3434 MB/s
[    9.021537] raid6: int64x8   2294 MB/s
[    9.081527] raid6: sse2x1    3639 MB/s
[    9.141526] raid6: sse2x2    7362 MB/s
[    9.201528] raid6: sse2x4    8784 MB/s
[    9.205197] raid6: using algorithm sse2x4 (8784 MB/s)
[    9.210443] md: raid6 personality registered for level 6
[    9.217109] md: raid5 personality registered for level 5
[    9.222620] md: raid4 personality registered for level 4
[    9.228116] md: multipath personality registered for level -4
[    9.236249] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    9.245238] cpuidle: using governor ladder
[    9.248588] cpuidle: using governor menu
[    9.254583] usbcore: registered new interface driver usbhid
[    9.257000] usbhid: v2.6:USB HID core driver
[    9.267296] oprofile: using NMI interrupt.
[    9.267513] TCP cubic registered
[    9.272634] NET: Registered protocol family 10
[    9.275787] IPv6 over IPv4 tunneling driver
[    9.283963] NET: Registered protocol family 17
[    9.287397] RPC: Registered udp transport module.
[    9.289993] RPC: Registered tcp transport module.
[    9.301041] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    9.307291] Freeing unused kernel memory: 672k freed
[    9.312235] Write protecting the kernel read-only data: 5576k
[    9.536668] vendor=8086 device=4021
[    9.536668] arcmsr 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.536668] arcmsr 0000:01:00.0: setting latency timer to 64
[    9.550416] ARECA RAID ADAPTER0: FIRMWARE VERSION V1.44 2008-1-31  
[    9.563315] scsi0 : Areca SATA Host Adapter RAID Controller( RAID6 capable)
[    9.563322]  Driver Version 1.20.00.15 2008/02/27
[    9.563683] scsi 0:0:0:0: Direct-Access     Areca    ARC-1280-VOL#00  R001 PQ: 0 ANSI: 5
[    9.567498] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.567498] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.564413] sd 0:0:0:0: [sda] Write Protect is off
[    9.564413] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.567498] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.567498] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.567498] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.567498] sd 0:0:0:0: [sda] Write Protect is off
[    9.567498] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.564413] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.564413]  sda:<7>ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e08100002824f8]
[    9.946813]  sda1 sda2 sda3 sda4
[    9.953728] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.953729] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.953729] scsi 0:0:16:0: Processor         Areca    RAID controller  R001 PQ: 0 ANSI: 0
[    9.953729] scsi 0:0:16:0: Attached scsi generic sg1 type 3
[   10.018125] 3ware Storage Controller device driver for Linux v1.26.02.002.
[   10.028328] 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
[   10.046666] Adaptec aacraid driver 1.1-5[2456]-ms
[   10.150417] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[   10.153326] SGI XFS Quota Management subsystem
[   10.167083] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[   10.167083] Copyright (c) 1999-2006 Intel Corporation.
[   14.359992] kjournald starting.  Commit interval 5 seconds
[   14.359992] EXT3-fs: mounted filesystem with ordered data mode.
[   22.758123] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
[   22.758123] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   22.758123] vendor=8086 device=3518
[   22.758123] vendor=8086 device=3500
[   22.758123] vendor=8086 device=4029
[   22.758123] e1000e 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   22.758123] e1000e 0000:06:00.0: setting latency timer to 64
[   22.766666] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   22.766666] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
[   22.766666] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   22.768604] found new irq_cfg for irq 19
[   22.768604]  0 add_pin_to_irq: irq 19 --> apic 0 pin 19
[   22.768604] found new irq_desc for irq 19
[   22.768604] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.830831] 0000:06:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:14
[   22.830831] 0000:06:00.0: eth0: Intel(R) PRO/1000 Network Connection
[   22.831454] 0000:06:00.0: eth0: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   22.833331] vendor=8086 device=3518
[   22.833331] vendor=8086 device=3500
[   22.833331] vendor=8086 device=4029
[   22.833331] e1000e 0000:06:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.833331] e1000e 0000:06:00.1: setting latency timer to 64
[   22.908421] 0000:06:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:15
[   22.908421] 0000:06:00.1: eth1: Intel(R) PRO/1000 Network Connection
[   22.908421] 0000:06:00.1: eth1: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   23.601457] EXT3 FS on sda3, internal journal
[   23.770624] SMsC 37B787 watchdog component driver 1.1 initialising...
[   23.770624] smsc37b787_wdt: Unable to register miscdev on minor 130
[   24.207105] XFS mounting filesystem sda4
[   24.297702] Ending clean XFS mount for filesystem: sda4
[   24.416721] Adding 31999992k swap on /dev/sda2.  Priority:-1 extents:1 across:31999992k
[   28.213333] found new irq_cfg for irq 6291712
[   28.213333] found new irq_desc for irq 6291712
[   28.266415] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   31.071026] 0000:06:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   31.073990] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   41.299996] eth0: no IPv6 routers present
[   63.503953] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   63.513536] NFSD: starting 90-second grace period

  reply	other threads:[~2008-08-22  1:11 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-11388-27@http.bugzilla.kernel.org/>
2008-08-21  1:04 ` [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable Andrew Morton
2008-08-21  1:20   ` Yinghai Lu
2008-08-21  1:49     ` Yinghai Lu
2008-08-21 11:44       ` Ingo Molnar
2008-08-21 11:56         ` Ingo Molnar
2008-08-21 15:39           ` Yinghai Lu
2008-08-22  3:51             ` Ingo Molnar
2008-08-22  4:45               ` Yinghai Lu
2008-08-21 20:55       ` Joshua Hoblitt
2008-08-21 21:51         ` Yinghai Lu
2008-08-21 23:33           ` Joshua Hoblitt
2008-08-22  0:10             ` Joshua Hoblitt
2008-08-22  0:28               ` Yinghai Lu
2008-08-22  0:29                 ` Joshua Hoblitt
2008-08-22  1:00                   ` Joshua Hoblitt
2008-08-22  1:10                     ` Joshua Hoblitt [this message]
2008-08-22  1:55                       ` Yinghai Lu
2008-08-22  2:15                         ` Joshua Hoblitt
2008-08-22  2:26                           ` Yinghai Lu
2008-08-22  3:24                             ` Yinghai Lu
2008-08-22  3:50                               ` Ingo Molnar
2008-08-22  3:56                                 ` Ingo Molnar
2008-08-22  4:48                                   ` Yinghai Lu
2008-08-23  0:22                                     ` Joshua Hoblitt
2008-08-23  5:52                                       ` Yinghai Lu
2008-08-23 10:43                                         ` Ingo Molnar
2008-08-26  8:35                                           ` Joshua Hoblitt
2008-08-26  8:42                                             ` Ingo Molnar
2008-08-25 21:43                                   ` Joshua Hoblitt
2008-08-22  6:16                                 ` Yinghai Lu
2008-08-22  6:24                                   ` Ingo Molnar
2008-08-23 23:53                                     ` Arjan van de Ven
2008-08-25  9:17                                       ` Ingo Molnar
2008-08-22  3:26                             ` Joshua Hoblitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080822011055.GI23377@hoblitt.com \
    --to=josh@hoblitt.com \
    --cc=akpm@linux-foundation.org \
    --cc=bugme-daemon@bugzilla.kernel.org \
    --cc=j_kernel@hoblitt.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yhlu.kernel@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox