Changeset 8424198 in mainline for arch/ppc32
- Timestamp:
- 2006-05-18T21:45:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35f3b8c
- Parents:
- 59477e3
- Location:
- arch/ppc32
- Files:
- 
      - 1 deleted
- 3 edited
 
 - 
          
  Makefile.inc (modified) (1 diff)
- 
          
  include/exception.h (modified) (1 diff)
- 
          
  src/console.c (deleted)
- 
          
  src/ppc32.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      arch/ppc32/Makefile.incr59477e3 r8424198 62 62 63 63 ARCH_SOURCES = \ 64 arch/$(ARCH)/src/console.c \65 64 arch/$(ARCH)/src/context.S \ 66 65 arch/$(ARCH)/src/debug/panic.s \ 
- 
      arch/ppc32/include/exception.hr59477e3 r8424198 79 79 static inline void istate_set_retaddr(istate_t *istate, __address retaddr) 80 80 { 81 /* TODO */81 istate->pc = retaddr; 82 82 } 83 83 
- 
      arch/ppc32/src/ppc32.cr59477e3 r8424198 58 58 /* Start decrementer */ 59 59 start_decrementer(); 60 61 ppc32_console_init();62 60 cuda_init(); 63 61 } … … 66 64 { 67 65 if (config.cpu_active == 1) { 66 fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline); 67 68 68 /* Merge all zones to 1 big zone */ 69 69 zone_merge_all(); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
