Rev 797 | Rev 814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 797 | Rev 812 | ||
|---|---|---|---|
| Line 113... | Line 113... | ||
| 113 | } |
113 | } |
| 114 | 114 | ||
| 115 | /* Stack pointer saved when entering user mode */ |
115 | /* Stack pointer saved when entering user mode */ |
| 116 | /* TODO: How do we do it on SMP system???? */ |
116 | /* TODO: How do we do it on SMP system???? */ |
| 117 | 117 | ||
| 118 | /* Why the hell moves the linker the variable 64K away in assembler |
118 | /* Why the linker moves the variable 64K away in assembler |
| 119 | * when not in .text section ???????? |
119 | * when not in .text section ???????? |
| 120 | */ |
120 | */ |
| 121 | __address supervisor_sp __attribute__ ((section (".text"))); |
121 | __address supervisor_sp __attribute__ ((section (".text"))); |
| 122 | 122 | ||
| 123 | void userspace(void) |
123 | void userspace(void) |