summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-09-02 21:35:57 +0000
committermarius <marius@FreeBSD.org>2008-09-02 21:35:57 +0000
commit4569d75d3bc4638d065450fc722c1b09f2ea22b9 (patch)
tree0d599a585580cd55dd1d2f2dd8d91e11050a8e3e /sys/sun4v
parent703faba8d0ca6a44c5abf5bf04813c72350f83a1 (diff)
downloadFreeBSD-src-4569d75d3bc4638d065450fc722c1b09f2ea22b9.zip
FreeBSD-src-4569d75d3bc4638d065450fc722c1b09f2ea22b9.tar.gz
MFsparc64: r177642
Remove sysbeep() from the non-beeping archs.
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/clock.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/sun4v/sun4v/clock.c b/sys/sun4v/sun4v/clock.c
index 37341fd..a73ed35 100644
--- a/sys/sun4v/sun4v/clock.c
+++ b/sys/sun4v/sun4v/clock.c
@@ -56,12 +56,3 @@ void
cpu_stopprofclock(void)
{
}
-
-int
-sysbeep(int pitch, int period)
-{
- /*
- * XXX: function exists to enable RAID drivers to compile at the moment.
- */
- return (0);
-}
OpenPOWER on IntegriCloud