From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 17 May 2001 18:49:03 +0000 Subject: Re: [Linux-ia64] Software IO-TLB Kernel panic Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Thu, 17 May 2001 19:40:17 +0200 (CEST), Martin Wilck said: >> Martin> The kernel panic occurs in map_single Martin> (arch/ia64/lib/swiotlb.c:171). >> Sounds like the driver is trying to map buffers that are bigger >> than (1 << IO_TLB_SHIFT) (currently 2KB). Martin> I looked at the code and thought that bigger buffers than Martin> 2kB can (in principle) be created by joining subsequent Martin> buffers. Of course, it could happen that no such contiguous Martin> space is available. Am I wrong ? Yes, you're right. I forgot about the joining. --david