Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Conflicts: arch/parisc/kernel/irq.c arch/x86/include/asm/fixmap_64.h arch/x86/include/asm/setup.h kernel/irq/handle.c Semantic merge: arch/x86/include/asm/fixmap.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -1082,8 +1082,8 @@ static int __init arlan_probe_here(struct net_device *dev,
|
||||
if (arlan_check_fingerprint(memaddr))
|
||||
return -ENODEV;
|
||||
|
||||
printk(KERN_NOTICE "%s: Arlan found at %x, \n ", dev->name,
|
||||
(int) virt_to_phys((void*)memaddr));
|
||||
printk(KERN_NOTICE "%s: Arlan found at %llx, \n ", dev->name,
|
||||
(u64) virt_to_phys((void*)memaddr));
|
||||
|
||||
ap->card = (void *) memaddr;
|
||||
dev->mem_start = memaddr;
|
||||
|
Reference in New Issue
Block a user