Rev 2082 | Rev 3071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2082 | Rev 2089 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef KERN_sparc64_ASM_H_ |
35 | #ifndef KERN_sparc64_ASM_H_ |
| 36 | #define KERN_sparc64_ASM_H_ |
36 | #define KERN_sparc64_ASM_H_ |
| 37 | 37 | ||
| 38 | #include <arch.h> |
38 | #include <arch/arch.h> |
| 39 | #include <typedefs.h> |
- | |
| 40 | #include <arch/types.h> |
39 | #include <arch/types.h> |
| - | 40 | #include <align.h> |
|
| 41 | #include <arch/register.h> |
41 | #include <arch/register.h> |
| 42 | #include <config.h> |
42 | #include <config.h> |
| 43 | #include <time/clock.h> |
- | |
| 44 | #include <arch/stack.h> |
43 | #include <arch/stack.h> |
| 45 | 44 | ||
| 46 | /** Read Processor State register. |
45 | /** Read Processor State register. |
| 47 | * |
46 | * |
| 48 | * @return Value of PSTATE register. |
47 | * @return Value of PSTATE register. |