Changeset 5bb00a8 in rtems for c/src/lib/libbsp/mips64orion/p4000/include
- Timestamp:
- 09/11/96 19:13:44 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0971cd5
- Parents:
- 9c0d032
- Location:
- c/src/lib/libbsp/mips64orion/p4000/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
r9c0d032 r5bb00a8 13 13 * notice must appear in all copies of this file and its derivatives. 14 14 * 15 * bsp.h,v 1.4 1995/09/11 19:29:04 joel Exp15 * $Id$ 16 16 */ 17 17 /* @(#)bsp.h 03/15/96 1.1 */ … … 63 63 * Simple spin delay in microsecond units for device drivers. 64 64 * This is very dependent on the clock speed of the target. 65 * 66 * NOTE: This macro generates a warning like "integer constant out 67 * of range" which is safe to ignore. In 64 bit mode, unsigned32 68 * types are actually 64 bits long so that comparisons between 69 * unsigned32 types and pointers are valid. The warning is caused 70 * by code in the delay macro that is necessary for 64 bit mode. 65 71 */ 66 72 -
c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
r9c0d032 r5bb00a8 23 23 * notice must appear in all copies of this file and its derivatives. 24 24 * 25 * coverhd.h,v 1.2 1995/05/31 16:56:15 joel Exp25 * $Id$ 26 26 */ 27 27 /* @(#)coverhd.h 04/08/96 1.3 */
Note: See TracChangeset
for help on using the changeset viewer.