haiku/headers/private/kernel/arch/x86
Travis Geiselbrecht 9623c48284 SMP: remove the tracking of apic id -> cpu id. Don't pass between bootloader and kernel.
Kernel doesn't use it, and it could be regenerated in the kernel if it did need it.

This also unlocks the apic range the bios can use. Previously the apic ids would have
to fit within 0..MAX_CPUS or it'd reject the cpu. Some boxes (mine in particular)
seem to sparsely populate the apic id so that the range is pretty large.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37108 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-06-12 01:01:54 +00:00
..
apic.h * Fix build, the APIC definitions are used in the bootloader too. 2010-04-12 15:59:40 +00:00
apm.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
arch_acpi.h Patch by Dustin Howett (GSOC): Move ACPI probing out of the 2008-07-21 07:13:51 +00:00
arch_cpu.h Definition for CR4 PAE bit. 2010-06-09 21:21:48 +00:00
arch_debug.h * Changed arch_debug_save_registers() to take an arch-specific structure 2010-03-18 17:20:06 +00:00
arch_hpet.h Some big changes, still not working on my laptop, since hpet interrupts 2009-09-29 08:36:36 +00:00
arch_int.h Patch by "Grey": Small optimization of arch_int_disable_interrupts_inline() 2010-02-01 08:55:44 +00:00
arch_kernel_args.h SMP: remove the tracking of apic id -> cpu id. Don't pass between bootloader and kernel. 2010-06-12 01:01:54 +00:00
arch_kernel.h
arch_smp.h Seperate the generic (local) APIC stuff into it's own file and use it from the 2010-04-12 12:56:13 +00:00
arch_system_info.h
arch_thread_types.h
arch_thread.h Consequently use uint32 for the physical page directory address. 2010-06-04 22:23:22 +00:00
arch_user_debugger.h Added transparent software breakpoint support for user debuggers: 2009-06-23 21:03:57 +00:00
arch_vm_translation_map.h * Removed i386_translation_map_get_pgdir() and adjusted the one place where it 2010-06-08 00:20:34 +00:00
arch_vm_types.h
arch_vm.h
bios.h
descriptors.h
msi.h * Add code to allocate and free interrupt vectors for message signaled 2010-04-13 14:46:09 +00:00
selector.h
smp_priv.h
timer.h Patch by Dustin Howett which 'modularizes' timers. The best timer is 2008-07-05 20:40:06 +00:00
types.h
vesa.h
vm86.h Patch by Jan Klötzke with minor changes by myself: 2008-05-28 10:48:01 +00:00