Changeset 36b209a in mainline for arch/amd64/src/amd64.c


Ignore:
Timestamp:
2005-09-03T07:11:10Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
82a80d3
Parents:
89344d85
Message:

Added volatile to inb/outb, so that it does not optimeze
lot of things out anymore.
Working delay loop.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/amd64.c

    r89344d85 r36b209a  
    9393void calibrate_delay_loop(void)
    9494{
    95         return;
    9695        i8254_calibrate_delay_loop();
    9796        i8254_normal_operation();
Note: See TracChangeset for help on using the changeset viewer.