Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1222 → Rev 1223

/kernel/trunk/generic/include/arch.h
61,6 → 61,7
extern void the_initialize(the_t *the);
extern void the_copy(the_t *src, the_t *dst);
 
extern void arch_pre_main(void);
extern void arch_pre_mm_init(void);
extern void arch_post_mm_init(void);
extern void arch_pre_smp_init(void);
/kernel/trunk/generic/src/ipc/ipc.c
114,7 → 114,7
spinlock_unlock(&phone->lock);
}
 
/** Initialize phone structure and connect phone to naswerbox
/** Initialize phone structure and connect phone to answerbox
*/
void ipc_phone_init(phone_t *phone)
{