Xscale-optimised bcopyinout.
Contributed by Wasabi Systems.
This commit is contained in:
parent
3bf49b3ae8
commit
100d67ec52
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: bcopyinout.S,v 1.10 2003/05/24 05:31:04 thorpej Exp $ */
|
||||
/* $NetBSD: bcopyinout.S,v 1.11 2003/10/13 21:22:40 scw Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2002 Wasabi Systems, Inc.
|
||||
@ -41,7 +41,11 @@
|
||||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$NetBSD: bcopyinout.S,v 1.10 2003/05/24 05:31:04 thorpej Exp $")
|
||||
#ifdef __XSCALE__
|
||||
#include "bcopyinout_xscale.S"
|
||||
#else
|
||||
|
||||
RCSID("$NetBSD: bcopyinout.S,v 1.11 2003/10/13 21:22:40 scw Exp $")
|
||||
|
||||
.text
|
||||
.align 0
|
||||
@ -707,3 +711,4 @@ ENTRY(kcopy)
|
||||
RESTORE_REGS
|
||||
|
||||
mov pc, lr
|
||||
#endif /* !__XSCALE__ */
|
||||
|
1349
sys/arch/arm/arm/bcopyinout_xscale.S
Normal file
1349
sys/arch/arm/arm/bcopyinout_xscale.S
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user