Changeset 184 for trunk/kernel/mm
- Timestamp:
- Jul 11, 2017, 1:18:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/vseg.c
r101 r184 10 10 * This file is part of ALMOS-MKH. 11 11 * 12 * ALMOS-MKH .is free software; you can redistribute it and/or modify it12 * ALMOS-MKH is free software; you can redistribute it and/or modify it 13 13 * under the terms of the GNU General Public License as published by 14 14 * the Free Software Foundation; version 2.0 of the License. 15 15 * 16 * ALMOS-MKH .is distributed in the hope that it will be useful, but16 * ALMOS-MKH is distributed in the hope that it will be useful, but 17 17 * WITHOUT ANY WARRANTY; without even the implied warranty of 18 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 20 20 * 21 21 * You should have received a copy of the GNU General Public License 22 * along with ALMOS-MKH .; if not, write to the Free Software Foundation,22 * along with ALMOS-MKH; if not, write to the Free Software Foundation, 23 23 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 24 */ … … 48 48 49 49 ////////////////////////////////////////// 50 char * vseg_type_str( uint32_t vseg_type ) 50 char * vseg_type_str( uint32_t vseg_type ) 51 51 { 52 52 if ( vseg_type == VSEG_TYPE_CODE ) return "CODE"; … … 171 171 hal_core_sleep(); 172 172 } 173 } // end vseg_init()173 } 174 174 175 175 ////////////////////////////////////////// … … 200 200 vseg->offset = 0; 201 201 } 202 } // end vseg_init_from_ref() 203 202 } 204 203 205 204 /////////////////////////////// … … 234 233 } 235 234 236
Note: See TracChangeset
for help on using the changeset viewer.