Rev 3672 | Rev 3790 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3672 | Rev 3738 | ||
---|---|---|---|
Line 150... | Line 150... | ||
150 | /** Acquire console back for kernel |
150 | /** Acquire console back for kernel |
151 | * |
151 | * |
152 | */ |
152 | */ |
153 | void arch_grab_console(void) |
153 | void arch_grab_console(void) |
154 | { |
154 | { |
- | 155 | fb_redraw(); |
|
155 | cuda_grab(); |
156 | cuda_grab(); |
156 | } |
157 | } |
157 | 158 | ||
158 | /** Return console to userspace |
159 | /** Return console to userspace |
159 | * |
160 | * |