source: rtems/c/src/lib/libcpu/a29k/timer/gettime.S @ 21677c0e

4.104.114.84.95
Last change on this file since 21677c0e was 21677c0e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/26/00 at 14:20:08

Patch rtems-rc-20000118-0.diff from Ralf Corsepius <corsepiu@…>
that converts the a29k to automake.

This patch contains

  • An initial merger of the libcpu/a29k stuff you sent yesterday. AFAIS, most code inside them seems to be empty stubs. One file even contains a function called mips_* which might indicate that this part might contain mips code or the code the initial porter used as template for porting. Unfortunately, I don't know anything about the a29k so I can't comment on the details.
  • A dummy bsp_specs to libbsp/29k/portsw
  • An update to the automake files related to the a29k.

Note:

  • This patch is completely untested, because I don't have a toolchain for it.
  • The files in libcpu/a29k include bsp.h => The libbsp vs. libcpu-issue hits again.
  • Property mode set to 100644
File size: 243 bytes
RevLine 
[21677c0e]1/* @(#)gettime.S       03/26/96     1.1 */
2
3#include "iregdef.h"
4#include "idtcpu.h"
5#include "idtmon.h"
6
7FRAME(mips_read_timer,sp,0,ra)
8        .set noreorder
9        mfc0 v0,C0_COUNT
10        nop
11        j ra
12        .set reorder
13ENDFRAME(mips_read_timer)
Note: See TracBrowser for help on using the repository browser.