Rev 609 | Rev 631 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 609 | Rev 615 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | #include <arch/asm.h> |
32 | #include <arch/asm.h> |
33 | #include <arch.h> |
33 | #include <arch.h> |
34 | #include <typedefs.h> |
34 | #include <typedefs.h> |
35 | #include <console/kconsole.h> |
35 | #include <console/kconsole.h> |
36 | 36 | ||
37 | __u32 haltstate = 0; /**< Halt flag */ |
37 | __u32 volatile haltstate = 0; /**< Halt flag */ |
38 | 38 | ||
39 | 39 | ||
40 | /** Halt wrapper |
40 | /** Halt wrapper |
41 | * |
41 | * |
42 | * Set halt flag and halt the cpu. |
42 | * Set halt flag and halt the cpu. |