diff options
author | marius <marius@FreeBSD.org> | 2008-09-02 21:35:57 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-09-02 21:35:57 +0000 |
commit | 4569d75d3bc4638d065450fc722c1b09f2ea22b9 (patch) | |
tree | 0d599a585580cd55dd1d2f2dd8d91e11050a8e3e | |
parent | 703faba8d0ca6a44c5abf5bf04813c72350f83a1 (diff) | |
download | FreeBSD-src-4569d75d3bc4638d065450fc722c1b09f2ea22b9.zip FreeBSD-src-4569d75d3bc4638d065450fc722c1b09f2ea22b9.tar.gz |
MFsparc64: r177642
Remove sysbeep() from the non-beeping archs.
-rw-r--r-- | sys/sun4v/sun4v/clock.c | 9 |
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); -} |