Changes in kernel/arch/ia64/src/ia64.c [9928240:af9dd1e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
r9928240 raf9dd1e 176 176 #ifdef CONFIG_NS16550 177 177 ns16550_instance_t *ns16550_instance 178 = ns16550_init((ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL); 178 = ns16550_init((ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL, 179 NULL); 179 180 if (ns16550_instance) { 180 181 srln_instance_t *srln_instance = srln_init(); … … 249 250 } 250 251 251 /** Set thread-local-storage pointer.252 *253 * We use r13 (a.k.a. tp) for this purpose.254 */255 sysarg_t sys_tls_set(uintptr_t addr)256 {257 return EOK;258 }259 260 252 void arch_reboot(void) 261 253 {
Note:
See TracChangeset
for help on using the changeset viewer.