diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-17 14:53:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-17 14:53:48 -0400 |
commit | 7cc47662197b3050a974a6c6aed52291bb38ded0 (patch) | |
tree | dd95d15aa97a3357d3789eba6848f0f888411bec /arch/ia64/kernel/uncached.c | |
parent | 55a6fbf8fc57d7b60d5028663f534475c4965215 (diff) | |
parent | 27f70c3117194f98beb009dc48bb2aa267f505bf (diff) |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
[IA64] Convert ia64 to use int-ll64.h
[IA64] Fix build error in paravirt_patchlist.c
[IA64] ia64 does not need umount2() syscall
[IA64] hook up new rt_tgsigqueueinfo syscall
[IA64] msi_ia64.c dmar_msi_type should be static
[IA64] remove obsolete hw_interrupt_type
[IA64] remove obsolete irq_desc_t typedef
[IA64] remove obsolete no_irq_type
[IA64] unexport fpswa.h
Diffstat (limited to 'arch/ia64/kernel/uncached.c')
-rw-r--r-- | arch/ia64/kernel/uncached.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ia64/kernel/uncached.c b/arch/ia64/kernel/uncached.c index 6ba72ab42fcc..a595823582d9 100644 --- a/arch/ia64/kernel/uncached.c +++ b/arch/ia64/kernel/uncached.c | |||
@@ -250,8 +250,7 @@ EXPORT_SYMBOL(uncached_free_page); | |||
250 | * Called at boot time to build a map of pages that can be used for | 250 | * Called at boot time to build a map of pages that can be used for |
251 | * memory special operations. | 251 | * memory special operations. |
252 | */ | 252 | */ |
253 | static int __init uncached_build_memmap(unsigned long uc_start, | 253 | static int __init uncached_build_memmap(u64 uc_start, u64 uc_end, void *arg) |
254 | unsigned long uc_end, void *arg) | ||
255 | { | 254 | { |
256 | int nid = paddr_to_nid(uc_start - __IA64_UNCACHED_OFFSET); | 255 | int nid = paddr_to_nid(uc_start - __IA64_UNCACHED_OFFSET); |
257 | struct gen_pool *pool = uncached_pools[nid].pool; | 256 | struct gen_pool *pool = uncached_pools[nid].pool; |