freebsd-nq/sys/ia64
Peter Wemm 120e7b6b43 Do a bit of rude hackery to get clock interrupts on all CPUs. This
is partly based on the Alpha system which duplicates the clock to
each cpu, instead of doing a clock roundrobin like on i386.  This means
we get hz * ncpu clocks per second and so we have to seperate clock
sampling from actual 'do the work' clock processing.  The BSP runs the
complete processing, the rest just sample state etc.

Using the on-cpu interval timer is not ideal as it will drift.  There
is more to be done here, we should use an external clock source.
2002-10-04 01:00:35 +00:00
..
acpica Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/ 2002-07-17 23:49:55 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Use "options " rather than "options<tab>". 2002-09-09 02:40:59 +00:00
ia32 Let kse_wakeup() take a KSE mailbox pointer argument. 2002-10-02 16:48:16 +00:00
ia64 Do a bit of rude hackery to get clock interrupts on all CPUs. This 2002-10-04 01:00:35 +00:00
include use __packed. 2002-09-23 18:54:32 +00:00
isa Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
pci Delete legacy pcib code - we can't possibly work without acpi on ia64. 2001-10-06 10:09:57 +00:00