I've been trying to build the linux 2.6.23 kernel for the PPC405 on the xilinx ml403.  I copied over my xparameters.h and xparameters_ml40x.h files and added the following options through menuconfig. 
  • Enable loadable module support: DISABLE
  • Processor:
  • Platform options:
  • Bus options:
  • Drivers
  • I then ran make bzImage and got the following errors.  I'm guessing there are two options I chose that conflict.  Any insight?
     
     CC arch/powerpc/kernel/swsusp.o
    arch/powerpc/kernel/swsusp.c 19 error: redefinition of 'save_processor_state'
    include/asm/suspend.h 7  : previous definition of 'save_processor_state' was here
    arch/powerpc/kernel/swsusp.c 35 error: redefinition of 'restore_processor_state'
    include/asm/suspend.h 11  : previous definition of 'restore_processor_state' was here 
     
    Thanks,
    Sam