From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russ Anderson Subject: [patch] x86: UV: Pass PAGE_OFFSET to bios for runtime access to chipset registers. Date: Tue, 21 Apr 2009 09:23:13 -0500 Message-ID: <20090421142313.GA32733@sgi.com> Reply-To: Russ Anderson Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from relay3.sgi.com ([192.48.156.57]:38989 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753613AbZDUOXS (ORCPT ); Tue, 21 Apr 2009 10:23:18 -0400 Content-Disposition: inline Sender: linux-next-owner@vger.kernel.org List-ID: To: linux-next@vger.kernel.org, Ingo Molnar Cc: Russ Anderson Pass PAGE_OFFSET to bios for runtime access to chipset registers. Signed-off-by: Russ Anderson --- 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