Changeset 88d594a in rtems for c/src/lib/libbsp/hppa1.1
- Timestamp:
- 05/24/95 21:39:42 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5b9d6ddf
- Parents:
- bf61e45c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
rbf61e45c r88d594a 1 1 /* 2 * @(#)bspstart.c 1.1 3 - 95/04/252 * @(#)bspstart.c 1.14 - 95/05/16 3 3 * 4 4 */ … … 25 25 * notice must appear in all copies of this file and its derivatives. 26 26 * 27 * $Id$27 * bspstart.c,v 1.2 1995/05/09 20:17:33 joel Exp 28 28 */ 29 29 … … 256 256 #ifdef hppa7200 257 257 /* 258 * Use DR0 if supported258 * Use HPPA_DR0 if supported 259 259 */ 260 260 { 261 261 int dr0; 262 HPPA_ASM_MFCPU( DR0, dr0);262 HPPA_ASM_MFCPU(HPPA_DR0, dr0); 263 263 cpu_number = (dr0 >> 4) & 0x7; 264 264 }
Note: See TracChangeset
for help on using the changeset viewer.