|
@@ -704,6 +704,11 @@ static int powerpc_debugfs_init(void)
|
|
arch_initcall(powerpc_debugfs_init);
|
|
arch_initcall(powerpc_debugfs_init);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+void ppc_printk_progress(char *s, unsigned short hex)
|
|
|
|
+{
|
|
|
|
+ pr_info("%s\n", s);
|
|
|
|
+}
|
|
|
|
+
|
|
static int ppc_dflt_bus_notify(struct notifier_block *nb,
|
|
static int ppc_dflt_bus_notify(struct notifier_block *nb,
|
|
unsigned long action, void *data)
|
|
unsigned long action, void *data)
|
|
{
|
|
{
|