Changeset e1be3b6 in mainline for arch/ia64/src/ia64.c
- Timestamp:
- 2006-03-23T21:18:58Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9cbd27b
- Parents:
- 3b712407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/src/ia64.c
r3b712407 re1be3b6 43 43 #include <console/console.h> 44 44 #include <proc/uarg.h> 45 #include <syscall/syscall.h> 45 46 46 47 void arch_pre_mm_init(void) … … 102 103 } 103 104 } 105 106 /** Set thread-local-storage pointer. 107 * 108 * We use r13 (a.k.a. tp) for this purpose. 109 */ 110 __native sys_tls_set(__native addr) 111 { 112 return 0; 113 }
Note:
See TracChangeset
for help on using the changeset viewer.