patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / acpi / processor.c
index 99c0208..8d7b78d 100644 (file)
@@ -1948,7 +1948,7 @@ static int acpi_processor_throttling_open_fs(struct inode *inode, struct file *f
 static ssize_t
 acpi_processor_write_throttling (
         struct file            *file,
-        const char             *buffer,
+        const char             __user *buffer,
         size_t                 count,
         loff_t                 *data)
 {
@@ -2009,7 +2009,7 @@ static int acpi_processor_limit_open_fs(struct inode *inode, struct file *file)
 static ssize_t
 acpi_processor_write_limit (
        struct file             *file,
-       const char              *buffer,
+       const char              __user *buffer,
        size_t                  count,
        loff_t                  *data)
 {