Changes in kernel/arch/sparc64/src/mm/sun4u/as.c [ee6f434:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/mm/sun4u/as.c
ree6f434 rb7fd2a0 60 60 } 61 61 62 int as_constructor_arch(as_t *as, unsigned int flags)62 errno_t as_constructor_arch(as_t *as, unsigned int flags) 63 63 { 64 64 #ifdef CONFIG_TSB … … 88 88 } 89 89 90 int as_create_arch(as_t *as, unsigned int flags)90 errno_t as_create_arch(as_t *as, unsigned int flags) 91 91 { 92 92 #ifdef CONFIG_TSB
Note:
See TracChangeset
for help on using the changeset viewer.