haiku/headers/build/os/drivers
Travis Geiselbrecht badc7b674e yet another fix for #1018, which has at this point blossomed into a reorg of how AP cpus are initialized.
the new cpuid stuff was apparently exacerbating an existing problem where various bits of low level
cpu code (specifically get_current_cpu) weren't really initialized before being used. Changed the
order to set up a fake set of threads to point each cpu at really early in boot to make sure that at
all points in code it can get the current 'thread' and thus the current cpu.
A probably better solution would be to have dr3 point to the current cpu which would then point to the 
current thread, but that has a race condition that would require an int disable, etc.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20160 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-02-19 00:11:24 +00:00
..
bus Implemented support for hardware cache flush. This is based on code I originally 2007-01-17 01:39:59 +00:00
usb Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
ACPI.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Drivers.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
ISA.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
KernelExport.h yet another fix for #1018, which has at this point blossomed into a reorg of how AP cpus are initialized. 2007-02-19 00:11:24 +00:00
PCI.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Select.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
USB.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
USB_printer.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
USB_rle.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
USB_spec.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
atomizer.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
block_io.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
bus_manager.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
config_manager.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
device_manager.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
disk_device_manager.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
driver_settings.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
fast_log.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
fs_cache.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
fs_interface.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
isapnp.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
lendian_bitfield.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
locked_pool.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
midi_driver.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
mime_table.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
module.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
node_monitor.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
pnp_devfs.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00