Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13744
b: refs/heads/master
c: 97671e4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Nov 10, 2005
1 parent 5d14dae commit 340c3e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe98aeab8494cf431ef62e080cbe1dc1b6f5bd49
refs/heads/master: 97671e4b295fba1b7d3de2984f98bcdaeb197a26
2 changes: 2 additions & 0 deletions trunk/include/asm-ppc64/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ extern void of_detach_node(const struct device_node *);
extern unsigned long prom_init(unsigned long, unsigned long, unsigned long,
unsigned long, unsigned long);
extern void finish_device_tree(void);
extern void unflatten_device_tree(void);
extern void early_init_devtree(void *);
extern int device_is_compatible(struct device_node *device, const char *);
extern int machine_is_compatible(const char *compat);
extern unsigned char *get_property(struct device_node *node, const char *name,
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-ppc64/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ struct thread_struct;
extern struct task_struct * _switch(struct thread_struct *prev,
struct thread_struct *next);

extern unsigned long klimit;

extern int powersave_nap; /* set if nap mode can be used in idle loop */

/*
Expand Down

0 comments on commit 340c3e7

Please sign in to comment.