* [patch, 2.6.16] fix acpi_video_flags on x86-64
@ 2006-03-01 11:21 Pavel Machek
0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2006-03-01 11:21 UTC (permalink / raw)
To: Andrew Morton, kernel list, seife
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...
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-01 11:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-01 11:21 [patch, 2.6.16] fix acpi_video_flags on x86-64 Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®