Changeset 22f7769 in mainline for arch/ia64/src/dummy.s


Ignore:
Timestamp:
2005-10-17T23:31:41Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b2c872d
Parents:
75eacab
Message:

Rename cpu_priority_{high|low|restore|read} functions to interrupts_{disable|enable|restore|read}.
Rename pri_t to ipl_t (Interrupt Priority Level).
Rename thread_t::pri to thread_t::priority.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/dummy.s

    r75eacab r22f7769  
    3636.global cpu_identify
    3737.global cpu_print_report
    38 .global cpu_priority_high
    39 .global cpu_priority_low
    40 .global cpu_priority_read
    41 .global cpu_priority_restore
     38.global interrupts_disable
     39.global interrupts_enable
     40.global interrupts_read
     41.global interrupts_restore
    4242.global cpu_sleep
    4343.global dummy
     
    5353cpu_identify:
    5454cpu_print_report:
    55 cpu_priority_high:
    56 cpu_priority_low:
    57 cpu_priority_read:
    58 cpu_priority_restore:
     55interrupts_disable:
     56interrupts_enable:
     57interrupts_read:
     58interrupts_restore:
    5959cpu_sleep:
    6060fpu_init:
Note: See TracChangeset for help on using the changeset viewer.