Re: [2.6.23-rc8-mm2] kernel BUG at mm/slab.c:591! | invalid opcode: 0000 [#1] SMP

2007-09-30 Thread Miklos Szeredi
> > +Call Trace:
> > + [] kobject_cleanup+0x31/0x47
> > + [] kref_put+0x76/0x84
> > + [] fuse_sysfs_cleanup+0xa/0x14 [fuse]
> > + [] fuse_exit+0x19/0x24 [fuse]
> > + [] sys_delete_module+0x1c0/0x228
> > + [] sysenter_past_esp+0x6b/0xa1
> > + [] 0xe410
> > + ===
> > +Code: aa 43 c0 8b 02 25 00 40 02 00 3d 00 40 02 00 75 03 8b 52 0c 8b 02 25 
> > 00 40 02 00 3d 00 40 02 00 75 03 8b 52 0c 8b 02 84 c0 78 04 <0f> 0b eb fe 
> > 8b 4a 18 64 a1 08 00 40 c0 8b 1c 81 8b 03 3b 43 04 
> > +EIP: [] kfree+0x5e/0x97 SS:ESP 0068:c7205f14
> > 
> 
> I think we have now fixed that - Miklos, do you recall?

Yes, Greg has a fix.  I didn't see it go into -mm yet.

Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [2.6.23-rc8-mm2] kernel BUG at mm/slab.c:591! | invalid opcode: 0000 [#1] SMP

2007-09-30 Thread Andrew Morton
On Sun, 30 Sep 2007 00:15:35 +0200 Frans Pop <[EMAIL PROTECTED]> wrote:

> On Friday 28 September 2007, you wrote:
> > My Toshiba Satellite A40 (i386, P4 Mobile) hangs during boot after:
> 
> With 'hpet-force-enable-on-ich34' reverted the system boots OK again.
> 
> We're not yet done though. It now fails to resume from suspend

suspend-to-RAM?  Can you describe this failure a bit more?

> and there's
> also the BUG (see subject) during power off. Possibly these are related.
> 
> Attached a diff of dmesg between 2.6.23-6 and 2.6.23-8. Nothing spectacular
> AFAICT, except that I activated netconsole.
> 
> The details of that BUG are at the end of the diff.
> 
> I have some idea where to start looking for this one. If I'm not mistaken,
> it should be somewhere between these two changes:
> # good: [01762341418efa818f28dc69426ca7cc582cdc8c] git-wireless
> # good: [ecdd2a3cb73af8b4659a4cb150bdf2a3ac908791] 
> i386-pit-remove-the-useless-ifdefs
> 

> +[ cut here ]
> +kernel BUG at mm/slab.c:591!
> +invalid opcode:  [#1] SMP 
> +last sysfs file: /devices/pci:00/:00:1e.0/:01:0b.0/resource
> +Modules linked in: ipv6 fuse dm_snapshot eeprom lm90 i2c_i801 i2c_core 
> speedstep_ich speedstep_lib toshiba_acpi joydev tsdev pcmcia firmware_class 
> snd_intel8x0 snd_intel8x0m snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss 
> yenta_socket snd_pcm rsrc_nonstatic pcmcia_core snd_timer iTCO_wdt video 
> output snd battery psmouse ac watchdog_core watchdog_dev button parport_pc 
> parport shpchp pci_hotplug soundcore snd_page_alloc intel_agp agpgart evdev 
> serio_raw pcspkr rtc ext3 jbd mbcache dm_mirror dm_mod ide_cd cdrom ide_disk 
> piix generic ide_core ata_generic libata scsi_mod ehci_hcd uhci_hcd usbcore 
> thermal processor fan
> +
> +Pid: 3763, comm: rmmod Not tainted (2.6.23-rc8-mm2 #1)
> +EIP: 0060:[] EFLAGS: 00010046 CPU: 0
> +EIP is at kfree+0x5e/0x97
> +EAX:  EBX: dfe704b8 ECX: c2340d84 EDX: c13fcd40
> +ESI: 0286 EDI: dfe6ac65 EBP: c7204000 ESP: c7205f14
> + DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
> +Process rmmod (pid: 3763, ti=c7204000 task=c201eab0 task.ti=c7204000)
> +last branch before last exception/interrupt
> + from c016df66 (kfree+0x53/0x97)
> + to c016df6b (kfree+0x58/0x97)
> +Stack: dfe704b8 dfe6ac65 dfe704c8 c01d975c dfe7048c c01d9772 0880 
> c01da45a 
> +    0880 dfe70488  dfe705c0  dfe69395 
> dfe6a5f2 
> +   dfe6aba0 c01465a0 65737566   c21e75c0 c0163e91 
> c18df200 
> +Call Trace:
> + [] kobject_cleanup+0x31/0x47
> + [] kref_put+0x76/0x84
> + [] fuse_sysfs_cleanup+0xa/0x14 [fuse]
> + [] fuse_exit+0x19/0x24 [fuse]
> + [] sys_delete_module+0x1c0/0x228
> + [] sysenter_past_esp+0x6b/0xa1
> + [] 0xe410
> + ===
> +Code: aa 43 c0 8b 02 25 00 40 02 00 3d 00 40 02 00 75 03 8b 52 0c 8b 02 25 
> 00 40 02 00 3d 00 40 02 00 75 03 8b 52 0c 8b 02 84 c0 78 04 <0f> 0b eb fe 8b 
> 4a 18 64 a1 08 00 40 c0 8b 1c 81 8b 03 3b 43 04 
> +EIP: [] kfree+0x5e/0x97 SS:ESP 0068:c7205f14
> 

I think we have now fixed that - Miklos, do you recall?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [2.6.23-rc8-mm2] kernel BUG at mm/slab.c:591! | invalid opcode: 0000 [#1] SMP

2007-09-30 Thread Andrew Morton
On Sun, 30 Sep 2007 00:15:35 +0200 Frans Pop [EMAIL PROTECTED] wrote:

 On Friday 28 September 2007, you wrote:
  My Toshiba Satellite A40 (i386, P4 Mobile) hangs during boot after:
 
 With 'hpet-force-enable-on-ich34' reverted the system boots OK again.
 
 We're not yet done though. It now fails to resume from suspend

suspend-to-RAM?  Can you describe this failure a bit more?

 and there's
 also the BUG (see subject) during power off. Possibly these are related.
 
 Attached a diff of dmesg between 2.6.23-6 and 2.6.23-8. Nothing spectacular
 AFAICT, except that I activated netconsole.
 
 The details of that BUG are at the end of the diff.
 
 I have some idea where to start looking for this one. If I'm not mistaken,
 it should be somewhere between these two changes:
 # good: [01762341418efa818f28dc69426ca7cc582cdc8c] git-wireless
 # good: [ecdd2a3cb73af8b4659a4cb150bdf2a3ac908791] 
 i386-pit-remove-the-useless-ifdefs
 

 +[ cut here ]
 +kernel BUG at mm/slab.c:591!
 +invalid opcode:  [#1] SMP 
 +last sysfs file: /devices/pci:00/:00:1e.0/:01:0b.0/resource
 +Modules linked in: ipv6 fuse dm_snapshot eeprom lm90 i2c_i801 i2c_core 
 speedstep_ich speedstep_lib toshiba_acpi joydev tsdev pcmcia firmware_class 
 snd_intel8x0 snd_intel8x0m snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss 
 yenta_socket snd_pcm rsrc_nonstatic pcmcia_core snd_timer iTCO_wdt video 
 output snd battery psmouse ac watchdog_core watchdog_dev button parport_pc 
 parport shpchp pci_hotplug soundcore snd_page_alloc intel_agp agpgart evdev 
 serio_raw pcspkr rtc ext3 jbd mbcache dm_mirror dm_mod ide_cd cdrom ide_disk 
 piix generic ide_core ata_generic libata scsi_mod ehci_hcd uhci_hcd usbcore 
 thermal processor fan
 +
 +Pid: 3763, comm: rmmod Not tainted (2.6.23-rc8-mm2 #1)
 +EIP: 0060:[c016df71] EFLAGS: 00010046 CPU: 0
 +EIP is at kfree+0x5e/0x97
 +EAX:  EBX: dfe704b8 ECX: c2340d84 EDX: c13fcd40
 +ESI: 0286 EDI: dfe6ac65 EBP: c7204000 ESP: c7205f14
 + DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
 +Process rmmod (pid: 3763, ti=c7204000 task=c201eab0 task.ti=c7204000)
 +last branch before last exception/interrupt
 + from c016df66 (kfree+0x53/0x97)
 + to c016df6b (kfree+0x58/0x97)
 +Stack: dfe704b8 dfe6ac65 dfe704c8 c01d975c dfe7048c c01d9772 0880 
 c01da45a 
 +    0880 dfe70488  dfe705c0  dfe69395 
 dfe6a5f2 
 +   dfe6aba0 c01465a0 65737566   c21e75c0 c0163e91 
 c18df200 
 +Call Trace:
 + [c01d975c] kobject_cleanup+0x31/0x47
 + [c01da45a] kref_put+0x76/0x84
 + [dfe69395] fuse_sysfs_cleanup+0xa/0x14 [fuse]
 + [dfe6a5f2] fuse_exit+0x19/0x24 [fuse]
 + [c01465a0] sys_delete_module+0x1c0/0x228
 + [c0103ece] sysenter_past_esp+0x6b/0xa1
 + [e410] 0xe410
 + ===
 +Code: aa 43 c0 8b 02 25 00 40 02 00 3d 00 40 02 00 75 03 8b 52 0c 8b 02 25 
 00 40 02 00 3d 00 40 02 00 75 03 8b 52 0c 8b 02 84 c0 78 04 0f 0b eb fe 8b 
 4a 18 64 a1 08 00 40 c0 8b 1c 81 8b 03 3b 43 04 
 +EIP: [c016df71] kfree+0x5e/0x97 SS:ESP 0068:c7205f14
 

I think we have now fixed that - Miklos, do you recall?
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [2.6.23-rc8-mm2] kernel BUG at mm/slab.c:591! | invalid opcode: 0000 [#1] SMP

2007-09-30 Thread Miklos Szeredi
  +Call Trace:
  + [c01d975c] kobject_cleanup+0x31/0x47
  + [c01da45a] kref_put+0x76/0x84
  + [dfe69395] fuse_sysfs_cleanup+0xa/0x14 [fuse]
  + [dfe6a5f2] fuse_exit+0x19/0x24 [fuse]
  + [c01465a0] sys_delete_module+0x1c0/0x228
  + [c0103ece] sysenter_past_esp+0x6b/0xa1
  + [e410] 0xe410
  + ===
  +Code: aa 43 c0 8b 02 25 00 40 02 00 3d 00 40 02 00 75 03 8b 52 0c 8b 02 25 
  00 40 02 00 3d 00 40 02 00 75 03 8b 52 0c 8b 02 84 c0 78 04 0f 0b eb fe 
  8b 4a 18 64 a1 08 00 40 c0 8b 1c 81 8b 03 3b 43 04 
  +EIP: [c016df71] kfree+0x5e/0x97 SS:ESP 0068:c7205f14
  
 
 I think we have now fixed that - Miklos, do you recall?

Yes, Greg has a fix.  I didn't see it go into -mm yet.

Miklos
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [2.6.23-rc8-mm2] kernel BUG at mm/slab.c:591! | invalid opcode: 0000 [#1] SMP

2007-09-29 Thread Frans Pop
On Friday 28 September 2007, you wrote:
> My Toshiba Satellite A40 (i386, P4 Mobile) hangs during boot after:

With 'hpet-force-enable-on-ich34' reverted the system boots OK again.

We're not yet done though. It now fails to resume from suspend and there's
also the BUG (see subject) during power off. Possibly these are related.

Attached a diff of dmesg between 2.6.23-6 and 2.6.23-8. Nothing spectacular
AFAICT, except that I activated netconsole.

The details of that BUG are at the end of the diff.

I have some idea where to start looking for this one. If I'm not mistaken,
it should be somewhere between these two changes:
# good: [01762341418efa818f28dc69426ca7cc582cdc8c] git-wireless
# good: [ecdd2a3cb73af8b4659a4cb150bdf2a3ac908791] 
i386-pit-remove-the-useless-ifdefs

Cheers,
FJP

--- 2.6.23-rc6-686.dmesg	2007-09-19 19:32:00.0 +0200
+++ strider2.log	2007-09-29 23:55:18.0 +0200
@@ -1,335 +1,360 @@
-Linux version 2.6.23-rc6 ([EMAIL PROTECTED]) (gcc version 4.2.1 (Debian 4.2.1-4)) #1 SMP Wed Sep 19 16:31:00 CEST 2007
+Linux version 2.6.23-rc8-mm2 ([EMAIL PROTECTED]) (gcc version 4.2.1 (Debian 4.2.1-4)) #1 SMP Sat Sep 29 23:22:39 CEST 2007
 BIOS-provided physical RAM map:
  BIOS-e820:  - 0009fc00 (usable)
  BIOS-e820: 0009fc00 - 000a (reserved)
  BIOS-e820: 000e - 000eee00 (reserved)
  BIOS-e820: 000eee00 - 000ef000 (ACPI NVS)
  BIOS-e820: 000ef000 - 0010 (reserved)
  BIOS-e820: 0010 - 1ef4 (usable)
  BIOS-e820: 1ef4 - 1ef5 (ACPI data)
  BIOS-e820: 1ef5 - 1f00 (reserved)
  BIOS-e820: fec0 - fec01000 (reserved)
  BIOS-e820: fec1 - fec2 (reserved)
  BIOS-e820: feda - fedc (reserved)
  BIOS-e820: fee0 - fee01000 (reserved)
  BIOS-e820: ffb0 - ffc0 (reserved)
  BIOS-e820: ffe8 - 0001 (reserved)
 0MB HIGHMEM available.
 495MB LOWMEM available.
-Entering add_active_range(0, 0, 126784) 0 entries of 256 used
 Zone PFN ranges:
   DMA 0 -> 4096
   Normal   4096 ->   126784
   HighMem126784 ->   126784
 Movable zone start PFN for each node
 early_node_map[1] active PFN ranges
 0:0 ->   126784
-On node 0 totalpages: 126784
-  DMA zone: 32 pages used for memmap
-  DMA zone: 0 pages reserved
-  DMA zone: 4064 pages, LIFO batch:0
-  Normal zone: 958 pages used for memmap
-  Normal zone: 121730 pages, LIFO batch:31
-  HighMem zone: 0 pages used for memmap
-  Movable zone: 0 pages used for memmap
 DMI 2.3 present.
 ACPI: RSDP 000F0180, 0014 (r0 TOSHIB)
 ACPI: RSDT 1EF4, 0038 (r1 TOSHIB 750970814 TASM  401)
 ACPI: FACP 1EF40060, 0084 (r2 TOSHIB 750  20030101 TASM  401)
 ACPI: DSDT 1EF40558, 4B72 (r1 TOSHIB A000C20031216 MSFT  10E)
 ACPI: FACS 000EEE00, 0040
 ACPI: SSDT 1EF402CA, 0082 (r1 TOSHIB A000C20030917 MSFT  10E)
 ACPI: DBGP 1EF400E4, 0034 (r1 TOSHIB 750970814 TASM  401)
 ACPI: BOOT 1EF40038, 0028 (r1 TOSHIB 750970814 TASM  401)
 ACPI: APIC 1EF40118, 0062 (r1 TOSHIB 750970814 TASM  401)
 ACPI: PM-Timer IO Port: 0xd808
-ACPI: Local APIC address 0xfee0
 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
 Processor #0 15:2 APIC version 20
 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
 ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
 ACPI: IOAPIC (id[0x01] address[0xfec0] gsi_base[0])
 IOAPIC[0]: apic_id 1, version 32, address 0xfec0, GSI 0-23
 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
 ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
-ACPI: IRQ0 used by override.
-ACPI: IRQ2 used by override.
-ACPI: IRQ9 used by override.
 Enabling APIC mode:  Flat.  Using 1 I/O APICs
 Using ACPI (MADT) for SMP configuration information
 Allocating PCI resources starting at 2000 (gap: 1f00:dfc0)
 swsusp: Registered nosave memory region: 0009f000 - 000a
 swsusp: Registered nosave memory region: 000a - 000e
 swsusp: Registered nosave memory region: 000e - 000ee000
 swsusp: Registered nosave memory region: 000ee000 - 000ef000
 swsusp: Registered nosave memory region: 000ef000 - 0010
-Built 1 zonelists in Zone order.  Total pages: 125794
-Kernel command line: root=/dev/hda3 ro vga=791
-mapped APIC to b000 (fee0)
-mapped IOAPIC to a000 (fec0)
+Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125794
+Kernel command line: root=/dev/hda3 resume=/dev/hda6 ro vga=791 [EMAIL PROTECTED]/,@10.19.66.12/
 Enabling fast FPU save and restore... done.
 Enabling unmasked SIMD FPU exception support... done.
 Initializing CPU#0
 PID hash table entries: 2048 (order: 11, 8192 bytes)
-Detected 2793.139 MHz processor.
+Detected 2793.094 MHz 

Re: [2.6.23-rc8-mm2] kernel BUG at mm/slab.c:591! | invalid opcode: 0000 [#1] SMP

2007-09-29 Thread Frans Pop
On Friday 28 September 2007, you wrote:
 My Toshiba Satellite A40 (i386, P4 Mobile) hangs during boot after:

With 'hpet-force-enable-on-ich34' reverted the system boots OK again.

We're not yet done though. It now fails to resume from suspend and there's
also the BUG (see subject) during power off. Possibly these are related.

Attached a diff of dmesg between 2.6.23-6 and 2.6.23-8. Nothing spectacular
AFAICT, except that I activated netconsole.

The details of that BUG are at the end of the diff.

I have some idea where to start looking for this one. If I'm not mistaken,
it should be somewhere between these two changes:
# good: [01762341418efa818f28dc69426ca7cc582cdc8c] git-wireless
# good: [ecdd2a3cb73af8b4659a4cb150bdf2a3ac908791] 
i386-pit-remove-the-useless-ifdefs

Cheers,
FJP

--- 2.6.23-rc6-686.dmesg	2007-09-19 19:32:00.0 +0200
+++ strider2.log	2007-09-29 23:55:18.0 +0200
@@ -1,335 +1,360 @@
-Linux version 2.6.23-rc6 ([EMAIL PROTECTED]) (gcc version 4.2.1 (Debian 4.2.1-4)) #1 SMP Wed Sep 19 16:31:00 CEST 2007
+Linux version 2.6.23-rc8-mm2 ([EMAIL PROTECTED]) (gcc version 4.2.1 (Debian 4.2.1-4)) #1 SMP Sat Sep 29 23:22:39 CEST 2007
 BIOS-provided physical RAM map:
  BIOS-e820:  - 0009fc00 (usable)
  BIOS-e820: 0009fc00 - 000a (reserved)
  BIOS-e820: 000e - 000eee00 (reserved)
  BIOS-e820: 000eee00 - 000ef000 (ACPI NVS)
  BIOS-e820: 000ef000 - 0010 (reserved)
  BIOS-e820: 0010 - 1ef4 (usable)
  BIOS-e820: 1ef4 - 1ef5 (ACPI data)
  BIOS-e820: 1ef5 - 1f00 (reserved)
  BIOS-e820: fec0 - fec01000 (reserved)
  BIOS-e820: fec1 - fec2 (reserved)
  BIOS-e820: feda - fedc (reserved)
  BIOS-e820: fee0 - fee01000 (reserved)
  BIOS-e820: ffb0 - ffc0 (reserved)
  BIOS-e820: ffe8 - 0001 (reserved)
 0MB HIGHMEM available.
 495MB LOWMEM available.
-Entering add_active_range(0, 0, 126784) 0 entries of 256 used
 Zone PFN ranges:
   DMA 0 - 4096
   Normal   4096 -   126784
   HighMem126784 -   126784
 Movable zone start PFN for each node
 early_node_map[1] active PFN ranges
 0:0 -   126784
-On node 0 totalpages: 126784
-  DMA zone: 32 pages used for memmap
-  DMA zone: 0 pages reserved
-  DMA zone: 4064 pages, LIFO batch:0
-  Normal zone: 958 pages used for memmap
-  Normal zone: 121730 pages, LIFO batch:31
-  HighMem zone: 0 pages used for memmap
-  Movable zone: 0 pages used for memmap
 DMI 2.3 present.
 ACPI: RSDP 000F0180, 0014 (r0 TOSHIB)
 ACPI: RSDT 1EF4, 0038 (r1 TOSHIB 750970814 TASM  401)
 ACPI: FACP 1EF40060, 0084 (r2 TOSHIB 750  20030101 TASM  401)
 ACPI: DSDT 1EF40558, 4B72 (r1 TOSHIB A000C20031216 MSFT  10E)
 ACPI: FACS 000EEE00, 0040
 ACPI: SSDT 1EF402CA, 0082 (r1 TOSHIB A000C20030917 MSFT  10E)
 ACPI: DBGP 1EF400E4, 0034 (r1 TOSHIB 750970814 TASM  401)
 ACPI: BOOT 1EF40038, 0028 (r1 TOSHIB 750970814 TASM  401)
 ACPI: APIC 1EF40118, 0062 (r1 TOSHIB 750970814 TASM  401)
 ACPI: PM-Timer IO Port: 0xd808
-ACPI: Local APIC address 0xfee0
 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
 Processor #0 15:2 APIC version 20
 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
 ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
 ACPI: IOAPIC (id[0x01] address[0xfec0] gsi_base[0])
 IOAPIC[0]: apic_id 1, version 32, address 0xfec0, GSI 0-23
 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
 ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
-ACPI: IRQ0 used by override.
-ACPI: IRQ2 used by override.
-ACPI: IRQ9 used by override.
 Enabling APIC mode:  Flat.  Using 1 I/O APICs
 Using ACPI (MADT) for SMP configuration information
 Allocating PCI resources starting at 2000 (gap: 1f00:dfc0)
 swsusp: Registered nosave memory region: 0009f000 - 000a
 swsusp: Registered nosave memory region: 000a - 000e
 swsusp: Registered nosave memory region: 000e - 000ee000
 swsusp: Registered nosave memory region: 000ee000 - 000ef000
 swsusp: Registered nosave memory region: 000ef000 - 0010
-Built 1 zonelists in Zone order.  Total pages: 125794
-Kernel command line: root=/dev/hda3 ro vga=791
-mapped APIC to b000 (fee0)
-mapped IOAPIC to a000 (fec0)
+Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125794
+Kernel command line: root=/dev/hda3 resume=/dev/hda6 ro vga=791 [EMAIL PROTECTED]/,@10.19.66.12/
 Enabling fast FPU save and restore... done.
 Enabling unmasked SIMD FPU exception support... done.
 Initializing CPU#0
 PID hash table entries: 2048 (order: 11, 8192 bytes)
-Detected 2793.139 MHz processor.
+Detected 2793.094 MHz