Deleted Added
full compact
bcopy_page.S (139735) bcopy_page.S (150996)
1/* $NetBSD: bcopy_page.S,v 1.7 2003/10/13 21:03:13 scw Exp $ */
2
3/*-
4 * Copyright (c) 1995 Scott Stevens
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 25 unchanged lines hidden (view full) ---

34 * bcopy_page.S
35 *
36 * page optimised bcopy and bzero routines
37 *
38 * Created : 08/04/95
39 */
40
41#include <machine/asm.h>
1/* $NetBSD: bcopy_page.S,v 1.7 2003/10/13 21:03:13 scw Exp $ */
2
3/*-
4 * Copyright (c) 1995 Scott Stevens
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 25 unchanged lines hidden (view full) ---

34 * bcopy_page.S
35 *
36 * page optimised bcopy and bzero routines
37 *
38 * Created : 08/04/95
39 */
40
41#include <machine/asm.h>
42#include <machine/param.h>
43__FBSDID("$FreeBSD: head/sys/arm/arm/bcopy_page.S 139735 2005-01-05 21:58:49Z imp $");
42
43__FBSDID("$FreeBSD: head/sys/arm/arm/bcopy_page.S 150996 2005-10-06 11:26:37Z cognet $");
44
45#include "assym.s"
46
44#ifndef __XSCALE__
45
46/* #define BIG_LOOPS */
47
48/*
49 * bcopy_page(src, dest)
50 *
51 * Optimised copy page routine.

--- 222 unchanged lines hidden ---
47#ifndef __XSCALE__
48
49/* #define BIG_LOOPS */
50
51/*
52 * bcopy_page(src, dest)
53 *
54 * Optimised copy page routine.

--- 222 unchanged lines hidden ---