Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181118
b: refs/heads/master
c: 88ea1a4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 19, 2010
1 parent 93e506a commit ca5e8df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3ef2932b8c1fc89408ef1fd4b1e1c2caabc7f07d
refs/heads/master: 88ea1a445a84fcfbedb810c01e84d6711352bd82
4 changes: 2 additions & 2 deletions trunk/arch/sh/mm/alignment.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ void unaligned_fixups_notify(struct task_struct *tsk, insn_size_t insn,
pr_notice("Fixing up unaligned userspace access "
"in \"%s\" pid=%d pc=0x%p ins=0x%04hx\n",
tsk->comm, task_pid_nr(tsk),
(void *)regs->pc, insn);
(void *)instruction_pointer(regs), insn);
else if (se_kernmode_warn && printk_ratelimit())
pr_notice("Fixing up unaligned kernel access "
"in \"%s\" pid=%d pc=0x%p ins=0x%04hx\n",
tsk->comm, task_pid_nr(tsk),
(void *)regs->pc, insn);
(void *)instruction_pointer(regs), insn);
}

static const char *se_usermode_action[] = {
Expand Down

0 comments on commit ca5e8df

Please sign in to comment.