[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree
zrouter-src-freebsd at zrouter.org
zrouter-src-freebsd at zrouter.org
Tue Mar 20 10:55:51 UTC 2012
details: http://zrouter.org/hg/FreeBSD/head//rev/9c3713dfa0b6
changeset: 445:9c3713dfa0b6
user: Aleksandr Rybalko <ray at ddteam.net>
date: Tue Mar 20 12:55:56 2012 +0200
description:
Remove:
platform_halt
platform_identify
platform_trap_enter
platform_trap_exit
for BCMxxxx
diffstat:
head/sys/mips/bcm47xx/bcm47xx_machdep.c | 27 ---------------------------
1 files changed, 0 insertions(+), 27 deletions(-)
diffs (44 lines):
diff -r 36d20e2a6e89 -r 9c3713dfa0b6 head/sys/mips/bcm47xx/bcm47xx_machdep.c
--- a/head/sys/mips/bcm47xx/bcm47xx_machdep.c Tue Mar 20 12:05:19 2012 +0200
+++ b/head/sys/mips/bcm47xx/bcm47xx_machdep.c Tue Mar 20 12:55:56 2012 +0200
@@ -234,20 +234,6 @@
}
void
-platform_halt(void)
-{
- platform_reset();
-}
-
-
-void
-platform_identify(void)
-{
-
-}
-
-
-void
platform_reset(void)
{
@@ -259,19 +245,6 @@
DELAY(100);
}
-void
-platform_trap_enter(void)
-{
-
-}
-
-void
-platform_trap_exit(void)
-{
-
-}
-
-
static void
kseg0_map_coherent(void)
{
More information about the Zrouter-src-freebsd
mailing list