2002-11-27 23:36:33

by Frank Davis

[permalink] [raw]
Subject: [PATCH] 2.5.50 : arch/i386/mm/hugetlbpage.c

Hello all,
The following patches addresses a prototype parse error.
Please review for inclusion.

Regards,
Frank

--- linux/arch/i386/mm/hugetlbpage.c.old Wed Nov 27 18:31:44 2002
+++ linux/arch/i386/mm/hugetlbpage.c Wed Nov 27 18:31:38 2002
@@ -607,7 +607,7 @@
return (int) htlbzone_pages;
}

-int hugetlb_sysctl_handler(ctl_table *table, int write, struct file *file, void *buffer, size_t *length)
+int hugetlb_sysctl_handler(struct ctl_table *table, int write, struct file *file, void *buffer, size_t *length)
{
proc_dointvec(table, write, file, buffer, length);
htlbpage_max = set_hugetlb_mem_size(htlbpage_max);