Displaying 3 results from an estimated 3 matches for "ioremap_page_range".
2010 Aug 05
0
[GIT PULL] x86/mm for 2.6.36
...call(init_vdso_vars);
struct linux_binprm;
diff --git a/include/linux/io.h b/include/linux/io.h
index 6c7f0ba..7fd2d21 100644
--- a/include/linux/io.h
+++ b/include/linux/io.h
@@ -29,10 +29,10 @@ void __iowrite64_copy(void __iomem *to, const void *from, size_t count);
#ifdef CONFIG_MMU
int ioremap_page_range(unsigned long addr, unsigned long end,
- unsigned long phys_addr, pgprot_t prot);
+ phys_addr_t phys_addr, pgprot_t prot);
#else
static inline int ioremap_page_range(unsigned long addr, unsigned long end,
- unsigned long phys_addr, pgprot_t prot)
+ phys_addr_t phys...
2011 Sep 11
1
Xen PCI Pass-through: 0xbf701000 is using VM_IO, but it is 0xfffffffffffff000!
...fmt+0x46/0x50
[ 0.706481] [<ffffffff81009720>] ? xen_clocksource_read+0x20/0x30
[ 0.706542] [<ffffffff810056f4>] xen_make_pte_debug+0x154/0x160
[ 0.706604] [<ffffffff810046ab>]
__raw_callee_save_xen_make_pte_debug+0x11/0x1e
[ 0.706669] [<ffffffff81302f5f>] ? ioremap_page_range+0x22f/0x300
[ 0.706738] [<ffffffff8103b50e>] __ioremap_caller+0x2ae/0x3a0
[ 0.706755] [<ffffffff8146d39f>] ? usb_hcd_pci_probe+0x18f/0x340
[ 0.706755] [<ffffffff8105c5d0>] ? try_to_wake_up+0x2b0/0x2b0
[ 0.706755] [<ffffffff8103b657>] ioremap_nocache+0x17/0x20...
2009 Sep 09
4
Dmesg log for 2.6.31-rc8 kernel been built on F12 (rawhide) vs log for same kernel been built on F11 and installed on F12
Previous 2.6.31-rc8 kernel was built on F11 and installed with modules on F12.
Current kernel has been built on F12 (2.6.31-0.204.rc9.fc12.x86_64) and installed
on F12 before loading under Xen 3.4.1.
Dmesg log looks similar to Michael Yuong''s ''rc7.git4'' kernel for F12.
Boris.
--- On Tue, 9/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote:
From: Boris