Unbreak for !__XSCALE__.

This commit is contained in:
Olivier Houchard 2005-10-23 23:09:14 +00:00
parent fe80a39034
commit 4bc6c6dc6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151596
3 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,7 @@ ENTRY(copyin)
moveq r0, #0
RETeq
.Lnormal:
SAVE_REGS
#ifdef MULTIPROCESSOR
/* XXX Probably not appropriate for non-Hydra SMPs */
@ -353,6 +354,7 @@ ENTRY(copyout)
moveq r0, #0
RETeq
.Lnormale:
SAVE_REGS
#ifdef MULTIPROCESSOR
/* XXX Probably not appropriate for non-Hydra SMPs */

View File

@ -4248,7 +4248,9 @@ pmap_clean_page(struct pv_entry *pv, boolean_t is_src)
void
pmap_copy_page_generic(vm_paddr_t src, vm_paddr_t dst)
{
#if 0
struct vm_page *src_pg = PHYS_TO_VM_PAGE(src);
#endif
#ifdef DEBUG
struct vm_page *dst_pg = PHYS_TO_VM_PAGE(dst);

View File

@ -888,6 +888,7 @@ ENTRY(memcpy)
ldmfd sp!, {r0-r2, r4, lr}
RETeq
.Lnormal:
stmdb sp!, {r0, lr} /* memcpy() returns dest addr */
subs r2, r2, #4