Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1370 → Rev 1371

/kernel/trunk/arch/ppc32/include/exception.h
78,7 → 78,7
 
static inline void istate_set_retaddr(istate_t *istate, __address retaddr)
{
/* TODO */
istate->pc = retaddr;
}
 
#endif
/kernel/trunk/arch/ppc32/Makefile.inc
61,7 → 61,6
CONFIG_SOFTINT = y
 
ARCH_SOURCES = \
arch/$(ARCH)/src/console.c \
arch/$(ARCH)/src/context.S \
arch/$(ARCH)/src/debug/panic.s \
arch/$(ARCH)/src/fpu_context.S \
/kernel/trunk/arch/ppc32/src/console.c
File deleted
/kernel/trunk/arch/ppc32/src/ppc32.c
57,8 → 57,6
/* Start decrementer */
start_decrementer();
 
ppc32_console_init();
cuda_init();
}
 
65,6 → 63,8
void arch_post_mm_init(void)
{
if (config.cpu_active == 1) {
fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline);
/* Merge all zones to 1 big zone */
zone_merge_all();