Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212862
b: refs/heads/master
c: 4e74fd7
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Benjamin Herrenschmidt committed Oct 13, 2010
1 parent 400c55b commit 7786956
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 410bccf978819394669dede571de878f4576fd3e
refs/heads/master: 4e74fd7d0a6eda70f9356c113450182a844abcf1
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/boot/addnote.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <string.h>

/* CHRP note section */
char arch[] = "PowerPC";
static const char arch[] = "PowerPC";

#define N_DESCR 6
unsigned int descr[N_DESCR] = {
Expand All @@ -33,7 +33,7 @@ unsigned int descr[N_DESCR] = {
};

/* RPA note section */
char rpaname[] = "IBM,RPA-Client-Config";
static const char rpaname[] = "IBM,RPA-Client-Config";

/*
* Note: setting ignore_my_client_config *should* mean that OF ignores
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ static int virq_debug_show(struct seq_file *m, void *private)
unsigned long flags;
struct irq_desc *desc;
const char *p;
char none[] = "none";
static const char none[] = "none";
int i;

seq_printf(m, "%-5s %-7s %-15s %s\n", "virq", "hwirq",
Expand Down

0 comments on commit 7786956

Please sign in to comment.