Re: [patch] 2.3.30pre3 alpha updates

Andrea Arcangeli (andrea@suse.de)
Thu, 2 Dec 1999 00:43:13 +0100 (CET)


On Wed, 1 Dec 1999, Dominik Kubla wrote:

>Ok. Fixing this one was not too difficult (see below). Unfortunately the

Correct, thanks. The boot problem can be unrelated. But I rediffed because
your mailer screwedup the patch.

Linus this one will go fine on the top of the latest updates I sent you
one minute ago:

--- 2.3.30pre3-alpha/include/asm-alpha/pgtable.h.~1~ Wed Dec 1 03:35:41 1999
+++ 2.3.30pre3-alpha/include/asm-alpha/pgtable.h Thu Dec 2 00:38:38 1999
@@ -297,7 +297,7 @@
#define kern_addr_valid(addr) (1)

#define io_remap_page_range(start, busaddr, size, prot) \
- remap_page_range(start, virt_to_phys(__ioremap(busaddr), 0), size, prot)
+ remap_page_range(start, virt_to_phys(__ioremap(busaddr)), size, prot)

#define pte_ERROR(e) \
printk("%s:%d: bad pte %016lx.\n", __FILE__, __LINE__, pte_val(e))

Andrea

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/