Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163587
b: refs/heads/master
c: 480c646
h: refs/heads/master
i:
  163585: cc163dd
  163583: cd25b0d
v: v3
  • Loading branch information
Paul Mundt committed Sep 16, 2009
1 parent 747d8ed commit d257d84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: a74f7e0410da9da7942cf4f08bbdb0e4fc76f972
refs/heads/master: 480c646c32f368dfa2a076f7a120a7795e786e62
2 changes: 0 additions & 2 deletions trunk/arch/sh/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@

static unsigned long se_user;
static unsigned long se_sys;
static unsigned long se_skipped;
static unsigned long se_half;
static unsigned long se_word;
static unsigned long se_dword;
Expand Down Expand Up @@ -77,7 +76,6 @@ proc_alignment_read(char *page, char **start, off_t off, int count, int *eof,

p += sprintf(p, "User:\t\t%lu\n", se_user);
p += sprintf(p, "System:\t\t%lu\n", se_sys);
p += sprintf(p, "Skipped:\t%lu\n", se_skipped);
p += sprintf(p, "Half:\t\t%lu\n", se_half);
p += sprintf(p, "Word:\t\t%lu\n", se_word);
p += sprintf(p, "DWord:\t\t%lu\n", se_dword);
Expand Down

0 comments on commit d257d84

Please sign in to comment.