/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/cpu_module.h>
void
{}
void
ce_err(void)
{}
void
ce_err_tl1(void)
{}
void
async_err(void)
{}
void
cpu_flush_ecache(void)
{}
void
cpu_disable_errors(void)
{}
/* It could be removed later if prom enables error handling */
void
cpu_enable_errors(void)
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
int
{ return (0); }
/*ARGSUSED*/
char *
{ return (NULL); }
int
cpu_aflt_size(void)
{ return (0); }
void
cpu_async_panic_callb(void)
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
int
{ return (ENOTSUP); }
/*ARGSUSED*/
int
{ return (ENOTSUP); }
/*ARGSUSED*/
int
{ return (ENOTSUP); }
/*ARGSUSED*/
int
{ return (ENOTSUP); }
/*ARGSUSED*/
int
{ return (ENOTSUP); }
/*ARGSUSED*/
int
{ return (ENOTSUP); }
/*ARGSUSED*/
int
{ return (ENOTSUP); }
/*ARGSUSED*/
{ return (0); }
/*ARGSUSED*/
int
{ return (ENOTSUP); }
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
void
{}
void
clr_datapath(void)
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
/*
* tick operations
*/
void
cpu_clearticknpt(void)
{ }
/*
* Ecache scrub operations
*/
void
cpu_init_cache_scrub(void)
{}
/*ARGSUSED*/
void
{}
/*ARGSUSED*/
void
{}
/* ARGSUSED */
void
{}
/* ARGSUSED */
void
{
#define ECACHE_PAGE_BYTE_MAX \
/*
* The following line is intended to cause an error
* whenever the sun4u page_t grows beyond 128
* bytes.
*
* If you get an error here, you'll need to change
* the 'prefetch_page_w' assembly language code
* (see also prefetch_page_w prologue comment)
*/
/*LINTED*/
}
/* ARGSUSED */
void
{
#define ECACHE_PAGE_BYTE_MAX \
/*
* The following line is intended to cause an error
* whenever the sun4u page_t grows beyond 128
* bytes.
*
* If you get an error here, you'll need to change
* the 'prefetch_page_r' assembly language code
* (see also prefetch_page_w prologue comment)
*/
/*LINTED*/
}
#ifdef SEGKPM_SUPPORT
#else
#endif
/* ARGSUSED */
void
{
/*
* The following lines are intended to cause an error
* whenever the smap object size changes from the current
* size of 48 bytes. If you get an error here, you'll
* need to update the code in the 'prefetch_smap_w' assembly
* language code.
*/
/*LINTED*/
}
void
kdi_flush_caches(void)
{}
/*ARGSUSED*/
void
{
}
{
return (value);
}