aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2010-04-17 01:17:31 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2010-04-17 01:17:31 +0000
commitb92f01b79c1c926a46299ca5f4c85574acc7da3e (patch)
treed7b7271e82cef089f8a18f89e2c20d7effe10f9b /ObsoleteFiles.inc
parente586cf9a2847c8f7f1d61cfef3b531536e0bb219 (diff)
downloadsrc-b92f01b79c1c926a46299ca5f4c85574acc7da3e.tar.gz
src-b92f01b79c1c926a46299ca5f4c85574acc7da3e.zip
o) Use inline functions to access coprocessor 0 registers rather than external
ones implemented using assembly. o) Use TRAPF_USERMODE() consistently rather than USERMODE(). Eliminate <machine/psl.h> as a result. o) Use intr_*() rather than *intr(), consistently. o) Use register_t instead of u_int in some trap code. o) Merge some more endian-related macros to machine/asm.h from NetBSD. o) Add PTR_LI macro, which loads an address with the correct sign-extension for a pointer. o) Restore interrupts when bailing out due to an excessive IRQ in nexus_setup_intr(). o) Remove unused functions from psraccess.S. o) Enter temporary virtual entries for large memory access into the page tables rather than simply hoping they stay resident in the TLB and we don't need to do a refill for them. o) Abstract out large memory mapping setup/teardown using some macros. o) Do mips_dcache_wbinv_range() when using temporary virtual addresses just like we do when we can use the direct map.
Notes
Notes: svn path=/head/; revision=206717
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 0844d7146935..2d4624dc9840 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,10 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100416: [mips] removed <machine/psl.h>
+.if ${TARGET_ARCH} == "mips"
+OLD_FILES+=usr/include/machine/psl.h
+.endif
# 20100415: [mips] removed unused headers
.if ${TARGET_ARCH} == "mips"
OLD_FILES+=usr/include/machine/archtype.h