diff options
author | Kristian Mueller <Kristian-M@Kristian-M.de> | 2006-10-29 22:46:46 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-30 12:08:42 -0800 |
commit | 3f4b23e9833f0816b57d07401eac5e184b627fd7 (patch) | |
tree | c0f82d92c0641432358953fce2924079e707e2a2 /arch | |
parent | d6740df98e12a8e49ef3a699dcc1e2913f22c51b (diff) | |
download | linux-3.10-3f4b23e9833f0816b57d07401eac5e184b627fd7.tar.gz linux-3.10-3f4b23e9833f0816b57d07401eac5e184b627fd7.tar.bz2 linux-3.10-3f4b23e9833f0816b57d07401eac5e184b627fd7.zip |
[PATCH] APM: URL of APM 1.2 specs has changed
APM BIOS Interface Secification can now be found at
http://www.microsoft.com/whdc/archive/amp_12.mspx
Signed-off-by: Kristian Mueller <Kristian-M@Kristian-M.de>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/apm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/apm.c b/arch/i386/kernel/apm.c index 2af65858d32..a60358fe9a4 100644 --- a/arch/i386/kernel/apm.c +++ b/arch/i386/kernel/apm.c @@ -198,7 +198,7 @@ * (APM) BIOS Interface Specification, Revision 1.2, February 1996. * * [This document is available from Microsoft at: - * http://www.microsoft.com/hwdev/busbios/amp_12.htm] + * http://www.microsoft.com/whdc/archive/amp_12.mspx] */ #include <linux/module.h> |