Skip to content

Instantly share code, notes, and snippets.

@rquast
Created October 26, 2017 10:03
Show Gist options
  • Save rquast/8dac9b6bc946ee82f8e4b27d13f4aab1 to your computer and use it in GitHub Desktop.
Save rquast/8dac9b6bc946ee82f8e4b27d13f4aab1 to your computer and use it in GitHub Desktop.
[ 187.305682] applespi: spi-device suspend done.
[ 188.191814] ACPI: Preparing to enter system sleep state S3
[ 188.534759] ACPI: EC: event blocked
[ 188.534760] ACPI: EC: EC stopped
[ 188.534761] PM: Saving platform NVS memory
[ 188.534769] Disabling non-boot CPUs ...
[ 188.551677] IRQ 44: no longer affine to CPU1
[ 188.552710] smpboot: CPU 1 is now offline
[ 188.571540] IRQ 21: no longer affine to CPU2
[ 188.571550] IRQ 42: no longer affine to CPU2
[ 188.572574] smpboot: CPU 2 is now offline
[ 188.595384] IRQ 8: no longer affine to CPU3
[ 188.595389] IRQ 9: no longer affine to CPU3
[ 188.595396] IRQ 20: no longer affine to CPU3
[ 188.595414] IRQ 49: no longer affine to CPU3
[ 188.596426] smpboot: CPU 3 is now offline
[ 188.604664] ACPI: Low-level resume complete
[ 188.604817] ACPI: EC: EC started
[ 188.604819] PM: Restoring platform NVS memory
[ 188.609501] Enabling non-boot CPUs ...
[ 188.609792] x86: Booting SMP configuration:
[ 188.609796] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 188.704132] cache: parent cpu1 should not be sleeping
[ 188.963959] CPU1 is up
[ 188.964053] smpboot: Booting Node 0 Processor 2 APIC 0x1
[ 188.966013] cache: parent cpu2 should not be sleeping
[ 188.966385] CPU2 is up
[ 188.966414] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 189.057751] cache: parent cpu3 should not be sleeping
[ 189.369537] CPU3 is up
[ 189.375013] ACPI: Waking up from system sleep state S3
[ 189.824200] ACPI: EC: event unblocked
[ 189.825346] nvme nvme0: detected Apple NVMe controller, set queue depth=2 to work around controller resets
[ 189.829833] blk_queue_max_hw_sectors: set to minimum 8
[ 189.993428] applespi: spi-device resume done.
[ 189.993950] OOM killer enabled.
[ 189.993952] Restarting tasks ... done.
[ 190.376034] PM: suspend exit
@rquast
Copy link
Author

rquast commented Oct 26, 2017

[ 186.731444] PM: suspend entry (deep)
[ 186.731446] PM: Syncing filesystems ... done.
[ 187.300212] Freezing user space processes ... (elapsed 0.002 seconds) done.
[ 187.303214] OOM killer disabled.
[ 187.303215] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 187.305137] Suspending console(s) (use no_console_suspend to debug)

missed that bit at the top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment