Changeset 3e5cc686 in mainline


Ignore:
Timestamp:
2006-08-01T19:25:47Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d3d641
Parents:
6f3809e
Message:

xen32: fork proc, get to the console (w/o preemption)

Location:
kernel/arch/xen32
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/xen32/include/asm.h

    r6f3809e r3e5cc686  
    5656 * Halt the current CPU until interrupt event.
    5757 */
    58 static inline void cpu_halt(void) { __asm__("hlt\n"); };
    59 static inline void cpu_sleep(void) { __asm__("hlt\n"); };
     58#define cpu_halt() ((void) 0)
     59#define cpu_sleep() ((void) 0)
    6060
    6161#define GEN_READ_REG(reg) static inline unative_t read_ ##reg (void) \
Note: See TracChangeset for help on using the changeset viewer.