freebsd-skq/sys/ia64/ia64
Arun Sharma 2d24da614a The existing code fails some corner cases. Replace it with
ia64_bsp_adjust() which has been tested to work in all cases for
arbitrary (bsp, nslots) combinations.

reviewed by: marcel@
2004-08-16 22:09:58 +00:00
..
autoconf.c Move a relic to its correct location(s): Put nfs diskless initialization 2004-07-28 21:54:57 +00:00
busdma_machdep.c Now that contigfree() does not require Giant, don't grab it in busdma. 2004-03-13 15:42:59 +00:00
clock_if.m
clock.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
context.S In swapctx(), put the RSE in enforced lazy mode before we flush the 2003-05-23 23:16:43 +00:00
critical.c Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's 2003-08-12 23:24:05 +00:00
db_interface.c Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
db_trace.c Unify db_stack_trace_cmd(). All it did was look up the thread given 2004-07-21 05:07:09 +00:00
dump_machdep.c Don't use NULL with integral types. 2003-12-24 19:55:07 +00:00
efi.c
eficlock.c
elf_machdep.c Add __elfN(dump_thread). This function is called from __elfN(coredump) 2004-08-11 02:35:06 +00:00
exception.S When switching the RSE to use the kernel stack as backing store, keep 2003-10-28 19:38:26 +00:00
gdb_machdep.c De-inline gdb_cpu_signal() because we need to convert the trap vectors 2004-08-07 21:40:52 +00:00
genassym.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
in_cksum.c
interrupt.c Implement preemption of kernel threads natively in the scheduler rather 2004-07-02 20:21:44 +00:00
locore.S Slightly move labels around to make sure we call ast() on our way out 2004-08-07 21:55:15 +00:00
machdep.c Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must 2004-08-16 18:54:23 +00:00
mca.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
mem.c Fix 2 typos in previous commit: both s/strct/struct/ 2004-08-02 18:37:55 +00:00
mp_machdep.c Do not pre-map the I/O port space. On the Intel Tiger 4 this conflicts 2004-02-22 02:10:48 +00:00
nexus.c Unbreak build: define __RMAN_RESOURCE_VISIBLE 2004-06-30 23:55:14 +00:00
pal.S
pmap.c Better preserve the original protection for the mappings we maintain. 2004-08-09 20:44:41 +00:00
ptrace_machdep.c When switching the RSE to use the kernel stack as backing store, keep 2003-10-28 19:38:26 +00:00
sal.c Work-around a gcc code generation bug for function descriptors 2004-07-25 07:07:09 +00:00
sapic.c Rewrite the SAPIC initialization to always program the RTEs with what 2003-09-10 22:49:38 +00:00
setjmp.S
ssc.c Preparation commit for the tty cleanups that will follow in the near 2004-07-15 20:47:41 +00:00
sscdisk.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
support.S Add spillfd(). This function loads a double-precision FP register 2003-10-23 06:19:06 +00:00
sys_machdep.c The previous commit removed both clause 3 and clause 4 from the UCB 2003-10-27 22:54:34 +00:00
syscall.S Slightly move labels around to make sure we call ast() on our way out 2004-08-07 21:55:15 +00:00
trap.c Implement single stepping when we leave the kernel through the EPC syscall 2004-08-08 00:28:07 +00:00
uio_machdep.c Remove checks for curthread == NULL - it can't happen. 2004-06-03 10:22:47 +00:00
uma_machdep.c Move uma_small_alloc() and uma_small_free() to uma_machdep.c. These 2003-09-20 19:27:48 +00:00
unaligned.c The existing code fails some corner cases. Replace it with 2004-08-16 22:09:58 +00:00
unwind.c Allocate memory in the unwinder with M_NOWAIT. We may need to provide 2004-08-14 05:00:37 +00:00
vm_machdep.c Retire cpu_sched_exit(); it is not used any more. 2004-05-26 12:09:39 +00:00