Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367910
b: refs/heads/master
c: 5452c7f
h: refs/heads/master
v: v3
  • Loading branch information
zhangwei(Jovi) authored and Linus Torvalds committed May 1, 2013
1 parent 3082e03 commit 72d46e9
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: 90a102e59ab9c94071fe1993134daff462d17a3f
refs/heads/master: 5452c7f8c7e12c191b7e2d2a58476ab41e0387aa
4 changes: 2 additions & 2 deletions trunk/arch/sparc/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ static void sysrq_handle_globreg(int key)

static struct sysrq_key_op sparc_globalreg_op = {
.handler = sysrq_handle_globreg,
.help_msg = "global-regs(Y)",
.help_msg = "global-regs(y)",
.action_msg = "Show Global CPU Regs",
};

Expand Down Expand Up @@ -364,7 +364,7 @@ static void sysrq_handle_globpmu(int key)

static struct sysrq_key_op sparc_globalpmu_op = {
.handler = sysrq_handle_globpmu,
.help_msg = "global-pmu(X)",
.help_msg = "global-pmu(x)",
.action_msg = "Show Global PMU Regs",
};

Expand Down

0 comments on commit 72d46e9

Please sign in to comment.