Changeset 46577995 in mainline for kernel/arch/sparc64/src/mm/sun4u/as.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/mm/sun4u/as.c
rfacacc71 r46577995 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.