summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/a29k/portsw/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-25 19:01:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-25 19:01:14 +0000
commita848acb6e62476a161fc4d723ddaec494f4ab840 (patch)
treef63c474df41afac879c06db049da241e41198993 /c/src/lib/libbsp/a29k/portsw/startup
parent2000-09-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a848acb6e62476a161fc4d723ddaec494f4ab840.tar.bz2
2000-09-25 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Formatting more like other bsp_specs. * include/bsp.h: CPU_CLOCK_RATE_MHZ not a real variable to elimate need for including bsp.h in libcpu. * startup/bspstart.c: Ditto. * wrapup/Makefile.am: Did not list shmdr.
Diffstat (limited to 'c/src/lib/libbsp/a29k/portsw/startup')
-rw-r--r--c/src/lib/libbsp/a29k/portsw/startup/bspstart.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c b/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
index 819239cb3e..dcb3b82525 100644
--- a/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
+++ b/c/src/lib/libbsp/a29k/portsw/startup/bspstart.c
@@ -25,6 +25,8 @@
static char _sccsid[] = "@(#)bspstart.c 09/11/96 1.15\n";
#endif
+int CPU_CLOCK_RATE_MHZ = 25;
+
/*
* The original table from the application and our copy of it with
* some changes.