summaryrefslogtreecommitdiff
path: root/include/asm-s390/pgalloc.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:13:52 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:13:52 -0800
commited6eefe4382ab3a72d70922d401b7c8003513f13 (patch)
tree02530a3e9ad5144240f04d6455f9c0184b72132c /include/asm-s390/pgalloc.h
parent24579a8815132babf322c6d73608ce31f9b28ac8 (diff)
v2.4.3.6 -> v2.4.3.7
- Johannes Erdfelt: USB updates - David Howells: more rw-sem stuff - David Miller: network callback cleanups and fixes - Jan Harkes: make Coda use the proper VFS layer interfaces, so that it can use "non-traditional-unix" filesystems without inode numbers for backing store.
Diffstat (limited to 'include/asm-s390/pgalloc.h')
-rw-r--r--include/asm-s390/pgalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/pgalloc.h b/include/asm-s390/pgalloc.h
index 5890e4d8d48d..417a03c28823 100644
--- a/include/asm-s390/pgalloc.h
+++ b/include/asm-s390/pgalloc.h
@@ -52,7 +52,7 @@ extern __inline__ pgd_t* get_pgd_fast(void)
return (pgd_t *)ret;
}
-extern __inline__ pgd_t *pgd_alloc(void)
+extern __inline__ pgd_t *pgd_alloc(struct mm_struct *mm)
{
pgd_t *pgd;