Changeset 6201756 in rtems-libbsd


Ignore:
Timestamp:
07/16/15 11:05:47 (9 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11, 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
3cb5e9e
Parents:
a57dfa0
Message:

Fix buiding for the i386.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freebsd/sys/contrib/altq/altq/altq_subr.c

    ra57dfa0 r6201756  
    931931        machclk_usepcc = 0;
    932932#endif
     933#if !defined(__rtems__)
    933934#if defined(__amd64__) || defined(__i386__)
    934935        /* check if TSC is available */
     
    939940        if ((cpu_feature & CPUID_TSC) == 0)
    940941#endif
     942#endif /* __rtems__ */
    941943                machclk_usepcc = 0;
    942944#endif
     
    969971         */
    970972#if defined(__amd64__) || defined(__i386__)
     973#ifndef __rtems__
    971974#ifdef __FreeBSD__
    972975        machclk_freq = atomic_load_acq_64(&tsc_freq);
     
    976979        machclk_freq = pentium_mhz * 1000000;
    977980#endif
     981#endif /* __rtems */
    978982#endif
    979983
Note: See TracChangeset for help on using the changeset viewer.