lkml.org 
[lkml]   [2006]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch, 2.6.16] fix acpi_video_flags on x86-64
From: Stefan Seyfried <seife@suse.de>

acpi_video_flags variable is unsigned long, so it should be set as
such. This actually matters on x86-64.

Signed-off-by: Stefan Seyfried <seife@suse.de>
Signed-off-by: Pavel Machek <pavel@suse.cz>

---
commit 3f517362fe48428b9a9cb4e251238c1abd2d61c2
tree aba0516e64c74ffae6e0b7d6c0d8c95e56c15f46
parent 45979cb3442ad3f79556a0f06b0a4b76a9350860
author <pavel@amd.ucw.cz> Wed, 01 Mar 2006 12:20:15 +0100
committer <pavel@amd.ucw.cz> Wed, 01 Mar 2006 12:20:15 +0100

kernel/sysctl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index c05a2b7..92ed3a3 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -663,7 +663,7 @@ static ctl_table kern_table[] = {
.data = &acpi_video_flags,
.maxlen = sizeof (unsigned long),
.mode = 0644,
- .proc_handler = &proc_dointvec,
+ .proc_handler = &proc_doulongvec_minmax,
},
#endif
{ .ctl_name = 0 }
--
Web maintainer for suspend.sf.net (www.sf.net/projects/suspend) wanted...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-01 12:24    [W:0.022 / U:2.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site