Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167156
b: refs/heads/master
c: 8406638
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 30, 2009
1 parent dace3a3 commit 85b9f9e
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: d5ce010c0327dee0a08a791827156ba84c544eea
refs/heads/master: 8406638ab041b3f1ab3d49d6fe1989e25f3ffcad
4 changes: 2 additions & 2 deletions trunk/arch/sh/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ static unsigned long se_multi;
/* bitfield: 1: warn 2: fixup 4: signal -> combinations 2|4 && 1|2|4 are not
valid! */
static int se_usermode = 3;
/* 0: no warning 1: print a warning message */
static int se_kernmode_warn = 1;
/* 0: no warning 1: print a warning message, disabled by default */
static int se_kernmode_warn;

#ifdef CONFIG_PROC_FS
static const char *se_usermode_action[] = {
Expand Down

0 comments on commit 85b9f9e

Please sign in to comment.