Rev 1852 | Rev 1864 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1852 | Rev 1860 | ||
|---|---|---|---|
| Line 66... | Line 66... | ||
| 66 | ! Disable interrupts and disable 32-bit address masking. |
66 | ! Disable interrupts and disable 32-bit address masking. |
| 67 | rdpr %pstate, %g1 |
67 | rdpr %pstate, %g1 |
| 68 | and %g1, ~(PSTATE_AM_BIT|PSTATE_IE_BIT), %g1 |
68 | and %g1, ~(PSTATE_AM_BIT|PSTATE_IE_BIT), %g1 |
| 69 | wrpr %g1, 0, %pstate |
69 | wrpr %g1, 0, %pstate |
| 70 | 70 | ||
| 71 | wrpr %r0, 0, %pil ! intialize %pil |
71 | wrpr %g0, 0, %pil ! intialize %pil |
| 72 | 72 | ||
| 73 | /* |
73 | /* |
| 74 | * Copy the bootinfo structure passed from the boot loader |
74 | * Copy the bootinfo structure passed from the boot loader |
| 75 | * to the kernel bootinfo structure. |
75 | * to the kernel bootinfo structure. |
| 76 | */ |
76 | */ |