From 31bc74d4bf1fe1cf02a97cc4f1ae8ebf580ff496 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 27 Apr 2013 17:08:39 +0200 Subject: [PATCH] Remove x86_cpuidle driver from image Apparently it isn't ready yet. I haven't found a single syslog on Trac that shows a successful initialization of the driver, and on my machine, where it does that at least, the system freezes during boot. --- build/jam/HaikuImage | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 9bf91156bc..e2a5d849c9 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -232,7 +232,7 @@ AddFilesToHaikuImage system add-ons kernel file_systems : $(SYSTEM_ADD_ONS_FILE_SYSTEMS) ; AddFilesToHaikuImage system add-ons kernel generic : ata_adapter@ata bios@x86 dpc ide_adapter@ide - locked_pool mpu401 scsi_periph tty cpuidle@x86 ; + locked_pool mpu401 scsi_periph tty ; AddFilesToHaikuImage system add-ons kernel partitioning_systems : amiga_rdb apple efi_gpt intel session ; AddFilesToHaikuImage system add-ons kernel interrupt_controllers @@ -246,7 +246,6 @@ if $(TARGET_ARCH) = x86 { AddNewDriversToHaikuImage disk scsi : scsi_cd scsi_disk ; AddNewDriversToHaikuImage power : enhanced_speedstep@x86 ; AddNewDriversToHaikuImage power : acpi_battery@x86 ; -AddNewDriversToHaikuImage power : x86_cpuidle@x86 ; #AddNewDriversToHaikuImage display : display_controls@x86 ; # legacy drivers