Changeset 184


Ignore:
Timestamp:
Jul 11, 2017, 1:18:41 PM (7 years ago)
Author:
max@…
Message:

style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/vseg.c

    r101 r184  
    1010 * This file is part of ALMOS-MKH.
    1111 *
    12  * ALMOS-MKH.is free software; you can redistribute it and/or modify it
     12 * ALMOS-MKH is free software; you can redistribute it and/or modify it
    1313 * under the terms of the GNU General Public License as published by
    1414 * the Free Software Foundation; version 2.0 of the License.
    1515 *
    16  * ALMOS-MKH.is distributed in the hope that it will be useful, but
     16 * ALMOS-MKH is distributed in the hope that it will be useful, but
    1717 * WITHOUT ANY WARRANTY; without even the implied warranty of
    1818 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     
    2020 *
    2121 * 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,
    2323 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    2424 */
     
    4848
    4949//////////////////////////////////////////
    50 char * vseg_type_str( uint32_t vseg_type ) 
     50char * vseg_type_str( uint32_t vseg_type )
    5151{
    5252        if     ( vseg_type == VSEG_TYPE_CODE   ) return "CODE";
     
    171171        hal_core_sleep();
    172172    }
    173 }  // end vseg_init()
     173}
    174174
    175175//////////////////////////////////////////
     
    200200        vseg->offset = 0;
    201201    }
    202 } // end vseg_init_from_ref()
    203 
     202}
    204203
    205204///////////////////////////////
     
    234233}
    235234
    236 
Note: See TracChangeset for help on using the changeset viewer.