From 9167c976885a25b5c70cb3fa765105f863166dda Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sun, 28 Aug 2005 22:39:08 +0100 Subject: [PATCH] --- yaml --- r: 6143 b: refs/heads/master c: 4cd426f24ff2d95dd9b3aa15fa5fca9736678ad5 h: refs/heads/master i: 6141: d55d6af7c8eee06ec4dc109182db488c2af18120 6139: 971c3bdc0f78100ff4d0fec3525e6fad9ba4282a 6135: b1609f01c718a4d7a08670cb5bc4cb3144cc3d06 6127: f6e2c56f5dafb13c09702276f3847ea6fdb94898 6111: 90eb454a1b42f8e2486046a7c919cec7759ceb6d 6079: 5ac5efd0eaf7f1ce7710585213acb7767b749e86 6015: a78646e754126fe14f54c36038fdcf5523f8104b 5887: cb047e68d9a59adb5f0223cc9468b2874bb40d10 5631: 7db0fbd8954f68196f45af13deb2c3a6e34678e1 5119: 836927ce995f8038a9cf96fd4736ba3ec106f27c 4095: 39ad1eed1795cfe398d90d135adf04b6fc26ea86 v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 37 ------------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) diff --git a/[refs] b/[refs] index 42006762e442..094a81cbe616 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e0c93142ceed0a2ea4f5b8e9d0f62c884241e9c0 +refs/heads/master: 4cd426f24ff2d95dd9b3aa15fa5fca9736678ad5 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index 7bc4a583f4e1..f91c8d982ef7 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/arch/arm/Kconfig @@ -635,10 +635,6 @@ config PM and the Battery Powered Linux mini-HOWTO, available from . - Note that, even if you say N here, Linux on the x86 architecture - will issue the hlt instruction if nothing is to be done, thereby - sending the processor to sleep and saving power. - config APM tristate "Advanced Power Management Emulation" depends on PM @@ -650,12 +646,6 @@ config APM battery status information, and user-space programs will receive notification of APM "events" (e.g. battery status change). - If you select "Y" here, you can disable actual use of the APM - BIOS by passing the "apm=off" option to the kernel at boot time. - - Note that the APM support is almost completely disabled for - machines with more than one CPU. - In order to use APM, you will need supporting software. For location and more information, read and the Battery Powered Linux mini-HOWTO, available from @@ -665,39 +655,12 @@ config APM manpage ("man 8 hdparm") for that), and it doesn't turn off VESA-compliant "green" monitors. - This driver does not support the TI 4000M TravelMate and the ACER - 486/DX4/75 because they don't have compliant BIOSes. Many "green" - desktop machines also don't have compliant BIOSes, and this driver - may cause those machines to panic during the boot phase. - Generally, if you don't have a battery in your machine, there isn't much point in using this driver and you should say N. If you get random kernel OOPSes or reboots that don't seem to be related to anything, try disabling/enabling this option (or disabling/enabling APM in your BIOS). - Some other things you should try when experiencing seemingly random, - "weird" problems: - - 1) make sure that you have enough swap space and that it is - enabled. - 2) pass the "no-hlt" option to the kernel - 3) switch on floating point emulation in the kernel and pass - the "no387" option to the kernel - 4) pass the "floppy=nodma" option to the kernel - 5) pass the "mem=4M" option to the kernel (thereby disabling - all but the first 4 MB of RAM) - 6) make sure that the CPU is not over clocked. - 7) read the sig11 FAQ at - 8) disable the cache from your BIOS settings - 9) install a fan for the video card or exchange video RAM - 10) install a better fan for the CPU - 11) exchange RAM chips - 12) exchange the motherboard. - - To compile this driver as a module, choose M here: the - module will be called apm. - endmenu source "net/Kconfig"