X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=init%2Fmain.c;h=0d57f6ccb63a1a7c1f1efd47810727feb40e8ae8;hb=11bcab9071ac204b1ca2bb0514ad1641bc4c280b;hp=f715b9b897538cb04dc94fa900bd8c3f5d6e26e7;hpb=5047f09b56d0bc3c21aec9cb16de60283da645c6;p=powerpc.git diff --git a/init/main.c b/init/main.c index f715b9b897..0d57f6ccb6 100644 --- a/init/main.c +++ b/init/main.c @@ -47,6 +47,8 @@ #include #include #include +#include +#include #include #include @@ -79,7 +81,6 @@ extern void mca_init(void); extern void sbus_init(void); extern void sysctl_init(void); extern void signals_init(void); -extern void buffer_init(void); extern void pidhash_init(void); extern void pidmap_init(void); extern void prio_tree_init(void); @@ -482,6 +483,7 @@ asmlinkage void __init start_kernel(void) __stop___param - __start___param, &unknown_bootoption); sort_main_extable(); + unwind_init(); trap_init(); rcu_init(); init_IRQ(); @@ -490,6 +492,7 @@ asmlinkage void __init start_kernel(void) hrtimers_init(); softirq_init(); time_init(); + timekeeping_init(); /* * HACK ALERT! This is early. We're enabling the console before