linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] VISWS: prevent APM
@ 2004-12-01 19:57 Randy.Dunlap
  2004-12-02  5:50 ` Andrey Panin
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2004-12-01 19:57 UTC (permalink / raw)
  To: akpm, lkml; +Cc: pazke

(resend)


Prevent X86_VISWS config from building APM support.
APM isn't supported and it won't build if attempted.
Also disable P4THERMAL for VISWS.

Signed-off-by: Randy Dunlap <rddunlap@osdl.org>


diffstat:=
 arch/i386/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -Naurp ./arch/i386/Kconfig~visws_noapm ./arch/i386/Kconfig
--- ./arch/i386/Kconfig~visws_noapm	2004-10-11 10:54:31.019559744 -0700
+++ ./arch/i386/Kconfig	2004-10-14 09:52:24.131743344 -0700
@@ -584,7 +584,7 @@ config X86_MCE_NONFATAL
 
 config X86_MCE_P4THERMAL
 	bool "check for P4 thermal throttling interrupt."
-	depends on X86_MCE && (X86_UP_APIC || SMP)
+	depends on X86_MCE && (X86_UP_APIC || SMP) && !X86_VISWS
 	help
 	  Enabling this feature will cause a message to be printed when the P4
 	  enters thermal throttling.
@@ -879,7 +879,7 @@ source kernel/power/Kconfig
 source "drivers/acpi/Kconfig"
 
 menu "APM (Advanced Power Management) BIOS Support"
-depends on PM
+depends on PM && !X86_VISWS
 
 config APM
 	tristate "APM (Advanced Power Management) BIOS support"

---

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] VISWS: prevent APM
  2004-12-01 19:57 [PATCH] VISWS: prevent APM Randy.Dunlap
@ 2004-12-02  5:50 ` Andrey Panin
  0 siblings, 0 replies; 2+ messages in thread
From: Andrey Panin @ 2004-12-02  5:50 UTC (permalink / raw)
  To: akpm, lkml

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

On 336, 12 01, 2004 at 11:57:58AM -0800, Randy.Dunlap wrote:
> (resend)
> 
> Prevent X86_VISWS config from building APM support.
> APM isn't supported and it won't build if attempted.
> Also disable P4THERMAL for VISWS.
> 
> Signed-off-by: Randy Dunlap <rddunlap@osdl.org>

Look good. Please apply.

Signed-off-by: Andrey Panin <pazke@donpac.ru>

> diffstat:=
>  arch/i386/Kconfig |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff -Naurp ./arch/i386/Kconfig~visws_noapm ./arch/i386/Kconfig
> --- ./arch/i386/Kconfig~visws_noapm	2004-10-11 10:54:31.019559744 -0700
> +++ ./arch/i386/Kconfig	2004-10-14 09:52:24.131743344 -0700
> @@ -584,7 +584,7 @@ config X86_MCE_NONFATAL
>  
>  config X86_MCE_P4THERMAL
>  	bool "check for P4 thermal throttling interrupt."
> -	depends on X86_MCE && (X86_UP_APIC || SMP)
> +	depends on X86_MCE && (X86_UP_APIC || SMP) && !X86_VISWS
>  	help
>  	  Enabling this feature will cause a message to be printed when the P4
>  	  enters thermal throttling.
> @@ -879,7 +879,7 @@ source kernel/power/Kconfig
>  source "drivers/acpi/Kconfig"
>  
>  menu "APM (Advanced Power Management) BIOS Support"
> -depends on PM
> +depends on PM && !X86_VISWS
>  
>  config APM
>  	tristate "APM (Advanced Power Management) BIOS support"

-- 
Andrey Panin		| Linux and UNIX system administrator
pazke@donpac.ru		| PGP key: wwwkeys.pgp.net

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-02  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-01 19:57 [PATCH] VISWS: prevent APM Randy.Dunlap
2004-12-02  5:50 ` Andrey Panin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).