Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31319
b: refs/heads/master
c: 675f740
h: refs/heads/master
i:
  31317: bdb668b
  31315: 6409e96
  31311: 445a245
v: v3
  • Loading branch information
David S. Miller committed Jun 29, 2006
1 parent 06f6702 commit 401f5c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: f57caaefacc2ffa7ace11a325c663e569e2b4164
refs/heads/master: 675f740e557bc752cdcdb0739d80666b488abb58
4 changes: 3 additions & 1 deletion trunk/arch/sparc64/kernel/unaligned.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/smp.h>
#include <linux/smp_lock.h>
#include <linux/bitops.h>
#include <linux/kallsyms.h>
#include <asm/fpumacro.h>

/* #define DEBUG_MNA */
Expand Down Expand Up @@ -291,7 +292,8 @@ asmlinkage void kernel_unaligned_trap(struct pt_regs *regs, unsigned int insn)
if (count < 5) {
last_time = jiffies;
count++;
printk("Kernel unaligned access at TPC[%lx]\n", regs->tpc);
printk("Kernel unaligned access at TPC[%lx] ", regs->tpc);
print_symbol("%s\n", regs->tpc);
}

if (!ok_for_kernel(insn) || dir == both) {
Expand Down

0 comments on commit 401f5c8

Please sign in to comment.