Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 10 → Rev 11

/SPARTAN/trunk/arch/ia32/src/smp/ipi.c
29,7 → 29,7
#ifdef __SMP__
 
#include <smp/ipi.h>
#include <arch/apic.h>
#include <arch/smp/apic.h>
 
void ipi_broadcast_arch(int ipi)
{
/SPARTAN/trunk/arch/ia32/src/smp/apic.c
29,13 → 29,13
#ifdef __SMP__
 
#include <arch/types.h>
#include <arch/apic.h>
#include <arch/ap.h>
#include <arch/smp/apic.h>
#include <arch/smp/ap.h>
#include <arch/smp/mp.h>
#include <mm/page.h>
#include <time/delay.h>
#include <arch/interrupt.h>
#include <print.h>
#include <arch/mp.h>
#include <arch/asm.h>
#include <arch.h>
 
/SPARTAN/trunk/arch/ia32/src/smp/mp.c
28,13 → 28,13
 
#ifdef __SMP__
 
#include <arch/mp.h>
#include <arch/ap.h>
#include <arch/pm.h>
#include <config.h>
#include <print.h>
#include <panic.h>
#include <arch/apic.h>
#include <arch/smp/mp.h>
#include <arch/smp/ap.h>
#include <arch/smp/apic.h>
#include <func.h>
#include <arch/types.h>
#include <typedefs.h>
/SPARTAN/trunk/arch/ia32/src/mm/page.c
38,7 → 38,7
 
/*
* Note.
* This is the preliminary code for controlling paging mechanism on i386. It is
* This is the preliminary code for controlling paging mechanism on ia32. It is
* needed by other parts of the kernel for its ability to map virtual addresses
* to physical. SMP code relies on this feature. Other than that, this code is
* by no means meant to implement virtual memory in terms of swapping pages in
/SPARTAN/trunk/arch/ia32/src/pm.c
36,7 → 36,7
#include <panic.h>
 
/*
* Early i386 configuration functions and data structures.
* Early ia32 configuration functions and data structures.
*/
 
/*