~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/powerpc/kernel/cpu_setup_fsl_booke.S

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        bl      __e500_icache_setup
65
65
        bl      __e500_dcache_setup
66
66
        bl      __setup_e500_ivors
67
 
#ifdef CONFIG_RAPIDIO
 
67
#ifdef CONFIG_FSL_RIO
68
68
        /* Ensure that RFXE is set */
69
69
        mfspr   r3,SPRN_HID1
70
70
        oris    r3,r3,HID1_RFXE@h
88
88
        bl      __e500_dcache_setup
89
89
#ifdef CONFIG_PPC_BOOK3E_64
90
90
        bl      .__setup_base_ivors
 
91
        bl      .setup_perfmon_ivor
 
92
        bl      .setup_doorbell_ivors
 
93
        bl      .setup_ehv_ivors
91
94
#else
92
95
        bl      __setup_e500mc_ivors
93
96
#endif