--- zzzz-none-000/linux-2.6.19.2/arch/powerpc/kernel/setup_64.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/powerpc/kernel/setup_64.c 2007-01-11 07:38:19.000000000 +0000 @@ -170,9 +170,6 @@ void __init early_setup(unsigned long dt_ptr) { - /* Identify CPU type */ - identify_cpu(0); - /* Assume we're on cpu 0 for now. Don't write to the paca yet! */ setup_paca(0); @@ -351,14 +348,6 @@ { DBG(" -> setup_system()\n"); - /* Apply the CPUs-specific and firmware specific fixups to kernel - * text (nop out sections not relevant to this CPU or this firmware) - */ - do_feature_fixups(cur_cpu_spec->cpu_features, - &__start___ftr_fixup, &__stop___ftr_fixup); - do_feature_fixups(powerpc_firmware_features, - &__start___fw_ftr_fixup, &__stop___fw_ftr_fixup); - /* * Unflatten the device-tree passed by prom_init or kexec */