Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212859
b: refs/heads/master
c: 2064897
h: refs/heads/master
i:
  212857: bc5359e
  212855: 81d14f5
v: v3
  • Loading branch information
Nathan Fontenot authored and Benjamin Herrenschmidt committed Oct 13, 2010
1 parent 3893878 commit 798b9d2
Show file tree
Hide file tree
Showing 3 changed files with 12 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: 4783f393de3077211c14675a0e57c8a02e9190b0
refs/heads/master: 206489748b64510d655e5c99193426667463dd15
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pseries/dlpar.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct cc_workarea {
u32 prop_offset;
};

static void dlpar_free_cc_property(struct property *prop)
void dlpar_free_cc_property(struct property *prop)
{
kfree(prop->name);
kfree(prop->value);
Expand Down Expand Up @@ -102,7 +102,7 @@ static void dlpar_free_one_cc_node(struct device_node *dn)
kfree(dn);
}

static void dlpar_free_cc_nodes(struct device_node *dn)
void dlpar_free_cc_nodes(struct device_node *dn)
{
if (dn->child)
dlpar_free_cc_nodes(dn->child);
Expand Down
9 changes: 9 additions & 0 deletions trunk/arch/powerpc/platforms/pseries/pseries.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ struct device_node;
extern void request_event_sources_irqs(struct device_node *np,
irq_handler_t handler, const char *name);

#include <linux/of.h>

extern void __init fw_feature_init(const char *hypertas, unsigned long len);

struct pt_regs;
Expand Down Expand Up @@ -47,4 +49,11 @@ extern unsigned long rtas_poweron_auto;

extern void find_udbg_vterm(void);

/* Dynamic logical Partitioning/Mobility */
extern void dlpar_free_cc_nodes(struct device_node *);
extern void dlpar_free_cc_property(struct property *);
extern struct device_node *dlpar_configure_connector(u32);
extern int dlpar_attach_node(struct device_node *);
extern int dlpar_detach_node(struct device_node *);

#endif /* _PSERIES_PSERIES_H */

0 comments on commit 798b9d2

Please sign in to comment.