diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-04 20:20:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-04 20:20:20 +0000 |
commit | 3e4150b9cb58bf6291606eea117fa2deb9f7e687 (patch) | |
tree | e7b9016c91961672c56eb2c1729d63752bea5619 /sys/arch/arm/conf | |
parent | c2bb29e827f83c9033545e3d3e0e445a4fc6a077 (diff) |
Remove the old fetch(9)/store(9) functions, since they are not used in
OpenBSD. This gives us a simpler and faster cpu_switch() as a bonus.
ok drahn@
Diffstat (limited to 'sys/arch/arm/conf')
-rw-r--r-- | sys/arch/arm/conf/files.arm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/conf/files.arm b/sys/arch/arm/conf/files.arm index f3196ad4742..eea8b3b798e 100644 --- a/sys/arch/arm/conf/files.arm +++ b/sys/arch/arm/conf/files.arm @@ -1,4 +1,4 @@ -# $OpenBSD: files.arm,v 1.1 2004/02/01 05:09:48 drahn Exp $ +# $OpenBSD: files.arm,v 1.2 2004/08/04 20:20:19 miod Exp $ # $NetBSD: files.arm,v 1.76 2003/11/05 12:53:15 scw Exp $ # CPU types. Make sure to update <arm/cpuconf.h> if you change this list. @@ -119,7 +119,6 @@ file arch/arm/arm/cpu.c file arch/arm/arm/cpuswitch.S file arch/arm/arm/exception.S file arch/arm/arm/fault.c -file arch/arm/arm/fusu.S file arch/arm/arm/mem.c file arch/arm/arm/pmap.c file arch/arm/arm/setcpsr.S |