Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99009
b: refs/heads/master
c: 5532bd0
h: refs/heads/master
i:
  99007: da6f5cb
v: v3
  • Loading branch information
Martin Schwidefsky authored and Heiko Carstens committed Jul 14, 2008
1 parent 66bdea8 commit 5b0e053
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d130066801af8f0a0ea8c70c9c7374c51fd1a92
refs/heads/master: 5532bd0f8591a5f61cfe903646e1f55e047bae90
4 changes: 1 addition & 3 deletions trunk/arch/s390/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ int __kprobes arch_prepare_kprobe(struct kprobe *p)
if (is_prohibited_opcode((kprobe_opcode_t *) p->addr))
return -EINVAL;

if ((unsigned long)p->addr & 0x01) {
printk("Attempt to register kprobe at an unaligned address\n");
if ((unsigned long)p->addr & 0x01)
return -EINVAL;
}

/* Use the get_insn_slot() facility for correctness */
if (!(p->ainsn.insn = get_insn_slot()))
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/s390/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void machine_kexec_cleanup(struct kimage *image)

void machine_shutdown(void)
{
printk(KERN_INFO "kexec: machine_shutdown called\n");
}

void machine_kexec(struct kimage *image)
Expand Down

0 comments on commit 5b0e053

Please sign in to comment.