189857Sobrien/*	$NetBSD: bzero.S,v 1.3 2003/10/14 07:51:45 scw Exp $	*/
289857Sobrien
389857Sobrien/*-
489857Sobrien * Copyright (c) 1997 The NetBSD Foundation, Inc.
589857Sobrien * All rights reserved.
689857Sobrien *
789857Sobrien * This code is derived from software contributed to The NetBSD Foundation
889857Sobrien * by Neil A. Carson and Mark Brinicombe
989857Sobrien *
1089857Sobrien * Redistribution and use in source and binary forms, with or without
1189857Sobrien * modification, are permitted provided that the following conditions
1289857Sobrien * are met:
1389857Sobrien * 1. Redistributions of source code must retain the above copyright
1489857Sobrien *    notice, this list of conditions and the following disclaimer.
1589857Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1689857Sobrien *    notice, this list of conditions and the following disclaimer in the
1789857Sobrien *    documentation and/or other materials provided with the distribution.
1889857Sobrien *
1989857Sobrien * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
2089857Sobrien * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2189857Sobrien * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2289857Sobrien * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
2389857Sobrien * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2489857Sobrien * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2589857Sobrien * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2689857Sobrien * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2789857Sobrien * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2889857Sobrien * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2989857Sobrien * POSSIBILITY OF SUCH DAMAGE.
3089857Sobrien */
3189857Sobrien
3289857Sobrien#include <machine/asm.h>
3389857Sobrien
3489857Sobrien#define _BZERO
3589857Sobrien#include "memset.S"
3689857Sobrien