Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72965
b: refs/heads/master
c: 7e5766f
h: refs/heads/master
i:
  72963: 2cd1ed5
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Oct 31, 2007
1 parent d9e0b36 commit f66ec5f
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: 099d575aaf3dcf4c9c1e0b53c7b17c5faddb1b59
refs/heads/master: 7e5766fa9431602ef0e56ceae900d0cce3a78b96
4 changes: 3 additions & 1 deletion trunk/arch/sparc64/mm/tsb.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ static void setup_tsb_params(struct mm_struct *mm, unsigned long tsb_idx, unsign
break;

default:
BUG();
printk(KERN_ERR "TSB[%s:%d]: Impossible TSB size %lu, killing process.\n",
current->comm, current->pid, tsb_bytes);
do_exit(SIGSEGV);
};
tte |= pte_sz_bits(page_sz);

Expand Down

0 comments on commit f66ec5f

Please sign in to comment.