Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311497
b: refs/heads/master
c: 2cb387a
h: refs/heads/master
i:
  311495: 1d6cce2
v: v3
  • Loading branch information
Li Zhong authored and Benjamin Herrenschmidt committed Jun 29, 2012
1 parent 668590a commit 7eec2e0
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: c58ce2b1e3c75c55e7ebf751afce9f5a30f60b42
refs/heads/master: 2cb387ae758d97ee7396a82528c824b8dc510b8a
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ static struct opal_secondary_data {

extern char opal_secondary_entry;

static void prom_query_opal(void)
static void __init prom_query_opal(void)
{
long rc;

Expand Down Expand Up @@ -1436,7 +1436,7 @@ static void __init prom_opal_hold_cpus(void)
prom_debug("prom_opal_hold_cpus: end...\n");
}

static void prom_opal_takeover(void)
static void __init prom_opal_takeover(void)
{
struct opal_secondary_data *data = &RELOC(opal_secondary_data);
struct opal_takeover_args *args = &data->args;
Expand Down

0 comments on commit 7eec2e0

Please sign in to comment.