* [patch] x86: UV: Pass PAGE_OFFSET to bios for runtime access to chipset registers.
@ 2009-04-21 14:23 Russ Anderson
0 siblings, 0 replies; only message in thread
From: Russ Anderson @ 2009-04-21 14:23 UTC (permalink / raw)
To: linux-next, Ingo Molnar; +Cc: Russ Anderson
Pass PAGE_OFFSET to bios for runtime access to chipset registers.
Signed-off-by: Russ Anderson <rja@sgi.com>
---
arch/x86/kernel/bios_uv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux/arch/x86/kernel/bios_uv.c
===================================================================
--- linux.orig/arch/x86/kernel/bios_uv.c 2009-04-20 14:38:47.000000000 -0500
+++ linux/arch/x86/kernel/bios_uv.c 2009-04-20 14:41:01.000000000 -0500
@@ -84,7 +84,7 @@ s64 uv_bios_get_sn_info(int fc, int *uvt
union partition_info_u part;
ret = uv_bios_call_irqsave(UV_BIOS_GET_SN_INFO, fc,
- (u64)(&v0), (u64)(&v1), 0, 0);
+ (u64)(&v0), (u64)(&v1), (u64)PAGE_OFFSET, 0);
if (ret != BIOS_STATUS_SUCCESS)
return ret;
--
Russ Anderson, OS RAS/Partitioning Project Lead
SGI - Silicon Graphics Inc rja@sgi.com
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-21 14:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-21 14:23 [patch] x86: UV: Pass PAGE_OFFSET to bios for runtime access to chipset registers Russ Anderson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.