Changeset 88d594a in rtems for c/src/lib/libbsp/hppa1.1


Ignore:
Timestamp:
05/24/95 21:39:42 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5b9d6ddf
Parents:
bf61e45c
Message:

Fully tested on all in-house targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c

    rbf61e45c r88d594a  
    11/*
    2  *      @(#)bspstart.c  1.13 - 95/04/25
     2 *      @(#)bspstart.c  1.14 - 95/05/16
    33 *     
    44 */
     
    2525 *  notice must appear in all copies of this file and its derivatives.
    2626 *
    27  *  $Id$
     27 *  bspstart.c,v 1.2 1995/05/09 20:17:33 joel Exp
    2828 */
    2929
     
    256256#ifdef hppa7200
    257257    /*
    258      * Use DR0 if supported
     258     * Use HPPA_DR0 if supported
    259259     */
    260260    {
    261261        int dr0;
    262         HPPA_ASM_MFCPU(DR0, dr0);
     262        HPPA_ASM_MFCPU(HPPA_DR0, dr0);
    263263        cpu_number = (dr0 >> 4) & 0x7;
    264264    }
Note: See TracChangeset for help on using the changeset viewer.