Loading arch/avr32/kernel/kprobes.c +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) void *addr = (void *)regs->pc; int ret = 0; pr_debug("kprobe_handler: kprobe_running=%d\n", pr_debug("kprobe_handler: kprobe_running=%p\n", kprobe_running()); /* Loading arch/avr32/kernel/module.c +2 −2 Original line number Diff line number Diff line Loading @@ -263,7 +263,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, * value of PC. Just subtract the value of * GOT, and we're done. */ pr_debug("GOTPC: PC=0x%lx, got_offset=0x%lx, core=0x%p\n", pr_debug("GOTPC: PC=0x%x, got_offset=0x%lx, core=0x%p\n", relocation, module->arch.got_offset, module->module_core); relocation -= ((unsigned long)module->module_core Loading @@ -282,7 +282,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, && (relocation & 0xffff0000) != 0xffff0000) return reloc_overflow(module, "R_AVR32_GOT16S", relocation); pr_debug("GOT reloc @ 0x%lx -> %lu\n", pr_debug("GOT reloc @ 0x%x -> %u\n", rel->r_offset, relocation); value = *location; value = ((value & 0xffff0000) Loading arch/avr32/kernel/ptrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) unsigned long tmp; int ret; pr_debug("arch_ptrace(%ld, %ld, %#lx, %#lx)\n", pr_debug("arch_ptrace(%ld, %d, %#lx, %#lx)\n", request, child->pid, addr, data); pr_debug("ptrace: Enabling monitor mode...\n"); Loading arch/avr32/mm/init.c +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ void __init setup_bootmem(void) if (mem_ramdisk) { #ifdef CONFIG_BLK_DEV_INITRD initrd_start = __va(mem_ramdisk->addr); initrd_start = (unsigned long)__va(mem_ramdisk->addr); initrd_end = initrd_start + mem_ramdisk->size; print_memory_map("RAMDISK images", mem_ramdisk); Loading Loading
arch/avr32/kernel/kprobes.c +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ static int __kprobes kprobe_handler(struct pt_regs *regs) void *addr = (void *)regs->pc; int ret = 0; pr_debug("kprobe_handler: kprobe_running=%d\n", pr_debug("kprobe_handler: kprobe_running=%p\n", kprobe_running()); /* Loading
arch/avr32/kernel/module.c +2 −2 Original line number Diff line number Diff line Loading @@ -263,7 +263,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, * value of PC. Just subtract the value of * GOT, and we're done. */ pr_debug("GOTPC: PC=0x%lx, got_offset=0x%lx, core=0x%p\n", pr_debug("GOTPC: PC=0x%x, got_offset=0x%lx, core=0x%p\n", relocation, module->arch.got_offset, module->module_core); relocation -= ((unsigned long)module->module_core Loading @@ -282,7 +282,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, && (relocation & 0xffff0000) != 0xffff0000) return reloc_overflow(module, "R_AVR32_GOT16S", relocation); pr_debug("GOT reloc @ 0x%lx -> %lu\n", pr_debug("GOT reloc @ 0x%x -> %u\n", rel->r_offset, relocation); value = *location; value = ((value & 0xffff0000) Loading
arch/avr32/kernel/ptrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) unsigned long tmp; int ret; pr_debug("arch_ptrace(%ld, %ld, %#lx, %#lx)\n", pr_debug("arch_ptrace(%ld, %d, %#lx, %#lx)\n", request, child->pid, addr, data); pr_debug("ptrace: Enabling monitor mode...\n"); Loading
arch/avr32/mm/init.c +1 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,7 @@ void __init setup_bootmem(void) if (mem_ramdisk) { #ifdef CONFIG_BLK_DEV_INITRD initrd_start = __va(mem_ramdisk->addr); initrd_start = (unsigned long)__va(mem_ramdisk->addr); initrd_end = initrd_start + mem_ramdisk->size; print_memory_map("RAMDISK images", mem_ramdisk); Loading