]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ppc64: Add declarations to ppc64 headers as well as powerpc headers
authorPaul Mackerras <paulus@samba.org>
Thu, 10 Nov 2005 05:06:30 +0000 (16:06 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 10 Nov 2005 05:06:30 +0000 (16:06 +1100)
For now, we need these declarations that we moved from C code in
the asm-ppc64 versions of these headers as well as the asm-powerpc
versions.  The asm-ppc64 versions will be disappearing shortly.

Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-ppc64/prom.h
include/asm-ppc64/system.h

index 76bb0266d67c1d2a6c241fe41d7129f003f00e24..ddfe186589fa3c805f0f926f459828c036073d2f 100644 (file)
@@ -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,
index 0cdd66c9f4b7ea611a645646e8ccf3f75614ca86..bf9a6aba19c927d997a15566c034a96f7dfe4453 100644 (file)
@@ -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 */
 
 /*