]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4-fix-kapm.patch
- added description of djurban's branch
[packages/kernel.git] / linux-2.4-fix-kapm.patch
CommitLineData
74decfc0 1--- linux/arch/i386/kernel/apm.c.old Sat Mar 3 23:59:36 2001
2+++ linux/arch/i386/kernel/apm.c Sat Mar 3 23:57:56 2001
3@@ -557,7 +557,7 @@
4 {
5 u32 dummy;
6
7- if (apm_bios_call_simple(APM_FUNC_IDLE, 0, 0, &dummy))
8+ if (apm_bios_call(APM_FUNC_IDLE, 0, 0, &dummy, &dummy, &dummy, &dummy, &dummy))
9 return 0;
10
11 #ifdef ALWAYS_CALL_BUSY
This page took 0.821983 seconds and 4 git commands to generate.