Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 68 → Rev 72

/SPARTAN/trunk/arch/ia32/src/ia32.c
67,7 → 67,7
}
}
 
void arch_post_mm_init()
void arch_post_mm_init(void)
{
if (config.cpu_active == 1) {
ega_init(); /* video */
74,7 → 74,7
}
}
 
void arch_late_init()
void arch_late_init(void)
{
if (config.cpu_active == 1) {
#ifdef __SMP__
/SPARTAN/trunk/arch/ia32/src/smp/mps.c
289,7 → 289,7
{
#ifdef MPSCT_VERBOSE
char buf[7];
memcopy((__address) bus->bus_type, (__address) buf,6);
memcopy((__address) bus->bus_type, (__address) buf, 6);
buf[6] = 0;
printf("bus%d: %s\n", bus->bus_id, buf);
#endif