From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 10 Apr 2003 00:44:19 +0000 Subject: RE: [Linux-ia64] mmap crashes system after mapping PCI device into user space and reading and writin 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 Wed, 9 Apr 2003 19:53:38 -0400, "Mike Fox" said: Mike> Turns out my pgprot_noncached was not getting called, so I Mike> took it out of the conditional. Thanks for all of your help. Ah, that explains it. Mike> I went ahead and bought the book, "ia-64 linux kernel", by Mike> David Mosberger and Stephane Eranian. Great choice! ;-)) Seriously though: an errata, kernel change log, and a searchable index are available at: http://www.lia64.org/book/ There were some stupid typos that snuck by, so the errata is especially important. --david