[BACK]Return to locore.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / macppc / macppc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/macppc/macppc/locore.S between version 1.58 and 1.58.10.1

version 1.58, 2007/07/21 19:12:15 version 1.58.10.1, 2007/10/25 22:36:05
Line 138  __start:
Line 138  __start:
         bl      _C_LABEL(main)          bl      _C_LABEL(main)
         b       _C_LABEL(OF_exit)          b       _C_LABEL(OF_exit)
   
 #if defined(MULTIPROCESSOR)  
 ENTRY(cpu_spinup_trampoline)  
         li      0,0  
         mtmsr   0  
         isync  
   
         lis     3,_C_LABEL(cpu_hatch_stack)@ha  
         lwz     1,_C_LABEL(cpu_hatch_stack)@l(3)  
   
         bl      _C_LABEL(cpu_hatch)  
         b       _C_LABEL(idle_loop)  
 #endif  
   
 #if defined (PPC_OEA64_BRIDGE)  #if defined (PPC_OEA64_BRIDGE)
 /* Return all 64 bits of HID4 */  /* Return all 64 bits of HID4 */
         .text          .text
Line 196  _C_LABEL(change_hid4):
Line 183  _C_LABEL(change_hid4):
  * Pull in common trap vector code.   * Pull in common trap vector code.
  */   */
 #include <powerpc/powerpc/trap_subr.S>  #include <powerpc/powerpc/trap_subr.S>
   
   /*
    * Pull in common pio / bus_space code.
    */
   #include <powerpc/powerpc/pio_subr.S>

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.58.10.1

CVSweb <webmaster@jp.NetBSD.org>