Changes in kernel/arch/ia64/src/ia64.c [af9dd1e:9928240] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
raf9dd1e r9928240 176 176 #ifdef CONFIG_NS16550 177 177 ns16550_instance_t *ns16550_instance 178 = ns16550_init((ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL, 179 NULL); 178 = ns16550_init((ns16550_t *) NS16550_BASE, NS16550_IRQ, NULL, NULL); 180 179 if (ns16550_instance) { 181 180 srln_instance_t *srln_instance = srln_init(); … … 250 249 } 251 250 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 252 260 void arch_reboot(void) 253 261 {
Note:
See TracChangeset
for help on using the changeset viewer.