Rev 1888 | Rev 2015 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1888 | Rev 2012 | ||
|---|---|---|---|
| Line 149... | Line 149... | ||
| 149 | spinlock_unlock(&t->lock); |
149 | spinlock_unlock(&t->lock); |
| 150 | interrupts_restore(ipl); |
150 | interrupts_restore(ipl); |
| 151 | return rc; |
151 | return rc; |
| 152 | } |
152 | } |
| 153 | 153 | ||
| 154 | /** Wrapper for SYS_MAP_PHYSMEM syscall. |
154 | /** Wrapper for SYS_PHYSMEM_MAP syscall. |
| 155 | * |
155 | * |
| 156 | * @param phys_base Physical base address to map |
156 | * @param phys_base Physical base address to map |
| 157 | * @param virt_base Destination virtual address |
157 | * @param virt_base Destination virtual address |
| 158 | * @param pages Number of pages |
158 | * @param pages Number of pages |
| 159 | * @param flags Flags of newly mapped pages |
159 | * @param flags Flags of newly mapped pages |