Changeset fa0dfaf in mainline for arch/amd64/include/asm.h


Ignore:
Timestamp:
2005-08-30T20:15:50Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba18512
Parents:
d0c30f7
Message:

Context-save/restore in AMD64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/asm.h

    rd0c30f7 rfa0dfaf  
    3333#include <config.h>
    3434
     35void asm_delay_loop(__u32 t);
     36
    3537/* TODO: implement the real stuff */
    3638static inline __address get_stack_base(void)
     
    3941}
    4042
     43static inline void cpu_sleep(void) { __asm__("hlt"); };
     44
    4145#endif
Note: See TracChangeset for help on using the changeset viewer.