Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 15 Oct 2002 12:54:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 15 Oct 2002 12:54:28 -0400 Received: from web13801.mail.yahoo.com ([216.136.175.11]:27723 "HELO web13801.mail.yahoo.com") by vger.kernel.org with SMTP id ; Tue, 15 Oct 2002 12:53:53 -0400 Message-ID: <20021015165947.50642.qmail@web13801.mail.yahoo.com> Date: Tue, 15 Oct 2002 09:59:47 -0700 (PDT) From: Padraig O Mathuna Subject: mapping 36 bit physical addresses into 32 bit virtual To: linux-kernel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 894 Lines: 26 Hi, I'm developing some drivers for the AU1000 under Mountain Vista's 2.4.17 sherman release. The AU1000 is a MIPS based SOC with a 36 bit internal address bus and a 32 bit MIPS cpu. According to the documentation the MIPS' TLB is able to map 32 bit virtual addresses to 36 bit physical addresses, however I cannot figure out how to get Linux to set this up. I've looked at ioremap which only takes unsigned long (32bits) as an argument to assign a virtual address. Is there another way? thanks Padraig __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/